mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	Updated URLs for redirects
This commit is contained in:
		
							parent
							
								
									3ac31a71d2
								
							
						
					
					
						commit
						1306f7d6af
					
				| 
						 | 
					@ -675,7 +675,7 @@ def _save(im, fp, filename):
 | 
				
			||||||
    # if we optimize, libjpeg needs a buffer big enough to hold the whole image
 | 
					    # if we optimize, libjpeg needs a buffer big enough to hold the whole image
 | 
				
			||||||
    # in a shot. Guessing on the size, at im.size bytes. (raw pizel size is
 | 
					    # in a shot. Guessing on the size, at im.size bytes. (raw pizel size is
 | 
				
			||||||
    # channels*size, this is a value that's been used in a django patch.
 | 
					    # channels*size, this is a value that's been used in a django patch.
 | 
				
			||||||
    # https://github.com/jdriscoll/django-imagekit/issues/50
 | 
					    # https://github.com/matthewwithanm/django-imagekit/issues/50
 | 
				
			||||||
    bufsize = 0
 | 
					    bufsize = 0
 | 
				
			||||||
    if "optimize" in info or "progressive" in info or "progression" in info:
 | 
					    if "optimize" in info or "progressive" in info or "progression" in info:
 | 
				
			||||||
        # keep sets quality to 0, but the actual value may be high.
 | 
					        # keep sets quality to 0, but the actual value may be high.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -107,7 +107,7 @@ ICCPROFILE = 34675
 | 
				
			||||||
EXIFIFD = 34665
 | 
					EXIFIFD = 34665
 | 
				
			||||||
XMP = 700
 | 
					XMP = 700
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# https://github.com/fiji/ImageJA/blob/master/src/main/java/ij/io/TiffDecoder.java
 | 
					# https://github.com/imagej/ImageJA/blob/master/src/main/java/ij/io/TiffDecoder.java
 | 
				
			||||||
IMAGEJ_META_DATA_BYTE_COUNTS = 50838
 | 
					IMAGEJ_META_DATA_BYTE_COUNTS = 50838
 | 
				
			||||||
IMAGEJ_META_DATA = 50839
 | 
					IMAGEJ_META_DATA = 50839
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -130,7 +130,7 @@ OS X Installation
 | 
				
			||||||
 | 
					
 | 
				
			||||||
We provide binaries for OS X in the form of `Python Wheels <http://wheel.readthedocs.org/en/latest/index.html>`_. Alternatively you can compile Pillow from soure with XCode.
 | 
					We provide binaries for OS X in the form of `Python Wheels <http://wheel.readthedocs.org/en/latest/index.html>`_. Alternatively you can compile Pillow from soure with XCode.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The easiest way to install external libraries is via `Homebrew <http://mxcl.github.com/homebrew/>`_. After you install Homebrew, run::
 | 
					The easiest way to install external libraries is via `Homebrew <http://brew.sh/>`_. After you install Homebrew, run::
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    $ brew install libtiff libjpeg webp little-cms2
 | 
					    $ brew install libtiff libjpeg webp little-cms2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -3,7 +3,7 @@ Quick README
 | 
				
			||||||
 | 
					
 | 
				
			||||||
For more extensive info, see the windows build instructions `docs/build.rst`.
 | 
					For more extensive info, see the windows build instructions `docs/build.rst`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* See https://github.com/python-imaging/Pillow/issues/553#issuecomment-37877416 and https://github.com/matplotlib/matplotlib/issues/1717#issuecomment-13343859 
 | 
					* See https://github.com/python-pillow/Pillow/issues/553#issuecomment-37877416 and https://github.com/matplotlib/matplotlib/issues/1717#issuecomment-13343859 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
*  Works best with Python 3.4, due to virtualenv and pip batteries included. Python3+ required for fetch command. 
 | 
					*  Works best with Python 3.4, due to virtualenv and pip batteries included. Python3+ required for fetch command. 
 | 
				
			||||||
*  Check config.py for virtual env paths, suffix for 64 bit releases. Defaults to `x64`, set `X64_EXT` to change.
 | 
					*  Check config.py for virtual env paths, suffix for 64 bit releases. Defaults to `x64`, set `X64_EXT` to change.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user