From 1306f7d6af782665402e0a02cb469026cd7ca17e Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 28 Sep 2015 21:53:25 +1000 Subject: [PATCH] Updated URLs for redirects --- PIL/JpegImagePlugin.py | 2 +- PIL/TiffImagePlugin.py | 2 +- docs/installation.rst | 2 +- winbuild/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PIL/JpegImagePlugin.py b/PIL/JpegImagePlugin.py index fa838258d..577951961 100644 --- a/PIL/JpegImagePlugin.py +++ b/PIL/JpegImagePlugin.py @@ -675,7 +675,7 @@ def _save(im, fp, filename): # 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 # 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 if "optimize" in info or "progressive" in info or "progression" in info: # keep sets quality to 0, but the actual value may be high. diff --git a/PIL/TiffImagePlugin.py b/PIL/TiffImagePlugin.py index 17426d4e2..4deaf8746 100644 --- a/PIL/TiffImagePlugin.py +++ b/PIL/TiffImagePlugin.py @@ -107,7 +107,7 @@ ICCPROFILE = 34675 EXIFIFD = 34665 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 = 50839 diff --git a/docs/installation.rst b/docs/installation.rst index 4ba14d6f1..586d9d581 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -130,7 +130,7 @@ OS X Installation We provide binaries for OS X in the form of `Python Wheels `_. Alternatively you can compile Pillow from soure with XCode. -The easiest way to install external libraries is via `Homebrew `_. After you install Homebrew, run:: +The easiest way to install external libraries is via `Homebrew `_. After you install Homebrew, run:: $ brew install libtiff libjpeg webp little-cms2 diff --git a/winbuild/README.md b/winbuild/README.md index 8a303a3d5..58cf1b546 100644 --- a/winbuild/README.md +++ b/winbuild/README.md @@ -3,7 +3,7 @@ Quick README 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. * Check config.py for virtual env paths, suffix for 64 bit releases. Defaults to `x64`, set `X64_EXT` to change.