Pillow/PIL
wiredfool e0b957240b Merge pull request #2087 from cskau/patch-1
Fixes TIFFImagePlugin ICC color profile saving.
2016-11-29 19:33:52 +00:00
..
__init__.py 3.5.0.dev0 Dev Version bump 2016-10-04 00:18:33 -07:00
_binary.py EMF: support negative bounding box coordinates (#2249) 2016-11-27 16:03:51 +00:00
_tkinter_finder.py Flake8 fixes 2016-09-03 12:17:22 +10:00
_util.py
BdfFontFile.py
BmpImagePlugin.py Drop support for Python 2.6 2016-11-22 04:23:55 -08:00
BufrStubImagePlugin.py Converted documentation 2016-09-24 19:10:46 +10:00
ContainerIO.py Converted documentation 2016-09-24 19:10:46 +10:00
CurImagePlugin.py
DcxImagePlugin.py
DdsImagePlugin.py Add support for BC7 to DdsImagePlugin 2016-08-26 02:26:03 -05:00
EpsImagePlugin.py Removed 'Debugging' open_ppm call that didn't check file provided parameters for sanity 2016-10-03 07:27:02 -07:00
ExifTags.py
features.py Replace type() equality checks with isinstance 2016-10-31 06:41:43 -07:00
FitsStubImagePlugin.py Converted documentation 2016-09-24 19:10:46 +10:00
FliImagePlugin.py
FontFile.py Use a context manager in FontFile.save() to ensure file is always closed 2016-11-14 21:18:57 -08:00
FpxImagePlugin.py Added return for J2k (and fpx) Load to return a pixel access object 2016-08-08 07:36:34 -07:00
FtexImagePlugin.py Corrected unfinished sentence 2016-11-19 10:55:08 +11:00
GbrImagePlugin.py
GdImageFile.py Converted documentation 2016-09-24 19:10:46 +10:00
GifImagePlugin.py Use generator expressions instead of list comprehension 2016-11-14 18:11:15 -08:00
GimpGradientFile.py
GimpPaletteFile.py Fix "invalid escape sequence" bytestring warnings in Python 3.6 2016-10-31 11:48:59 -04:00
GribStubImagePlugin.py Converted documentation 2016-09-24 19:10:46 +10:00
Hdf5StubImagePlugin.py Converted documentation 2016-09-24 19:10:46 +10:00
IcnsImagePlugin.py Renamed references to OS X to macOS 2016-09-23 21:12:03 +10:00
IcoImagePlugin.py Drop support for Python 2.6 2016-11-22 04:23:55 -08:00
Image.py Merge pull request #2248 from uploadcare/use-_new 2016-11-24 08:32:13 +02:00
ImageChops.py
ImageCms.py Check type of items passed into to ImageCms.ImageCmsProfile, fixes #2037 2016-09-26 14:56:00 -07:00
ImageColor.py Fix "invalid escape sequence" warning in Python 3.6 2016-09-27 19:26:57 -04:00
ImageDraw.py Replace type() equality checks with isinstance 2016-10-31 06:41:43 -07:00
ImageDraw2.py
ImageEnhance.py
ImageFile.py expand tile element names, don't attempt to mmap if args has < 3 elements 2016-11-22 02:46:54 -08:00
ImageFilter.py
ImageFont.py Close file after finished reading in ImageFont._load_pilfont() 2016-11-17 07:46:54 -08:00
ImageGrab.py Fixed typo 2016-10-07 20:43:54 +11:00
ImageMath.py
ImageMode.py
ImageMorph.py Use generator expressions instead of list comprehension 2016-11-14 18:11:15 -08:00
ImageOps.py Improved description of method parameter 2016-11-26 10:57:51 +11:00
ImagePalette.py Close file after reading in ImagePalette.load() 2016-11-11 16:59:32 -08:00
ImagePath.py
ImageQt.py Fix for issue #1370, Segfault using QImages due to not retaining the data 2016-10-27 14:11:06 -07:00
ImageSequence.py
ImageShow.py Fix "invalid escape sequence" warning in Python 3.6 2016-09-27 19:26:57 -04:00
ImageStat.py
ImageTk.py
ImageTransform.py
ImageWin.py
ImImagePlugin.py
ImtImagePlugin.py Fix BytesWarning discovered while running tests 2016-10-22 12:35:44 -07:00
IptcImagePlugin.py Removed 'Debugging' open_ppm call that didn't check file provided parameters for sanity 2016-10-03 07:27:02 -07:00
Jpeg2KImagePlugin.py Removed whitespace from blank lines 2016-09-03 12:23:42 +10:00
JpegImagePlugin.py Merge pull request #2240 from uploadcare/draft-min-scale 2016-11-22 15:22:59 +00:00
JpegPresets.py
McIdasImagePlugin.py
MicImagePlugin.py
MpegImagePlugin.py
MpoImagePlugin.py
MspImagePlugin.py
OleFileIO-README.md
OleFileIO.py
PaletteFile.py
PalmImagePlugin.py Replaced range(len()) 2016-11-06 12:38:59 +11:00
PcdImagePlugin.py
PcfFontFile.py
PcxImagePlugin.py
PdfImagePlugin.py
PixarImagePlugin.py
PngImagePlugin.py Fix "invalid escape sequence" bytestring warnings in Python 3.6 2016-10-31 11:48:59 -04:00
PpmImagePlugin.py Removed 'Debugging' open_ppm call that didn't check file provided parameters for sanity 2016-10-03 07:27:02 -07:00
PsdImagePlugin.py
PSDraw.py
PyAccess.py
SgiImagePlugin.py
SpiderImagePlugin.py Fixed typo 2016-11-19 10:45:33 +11:00
SunImagePlugin.py Review comments 2016-11-23 05:33:02 -08:00
TarIO.py Converted documentation 2016-09-24 19:10:46 +10:00
TgaImagePlugin.py
TiffImagePlugin.py Merge pull request #2087 from cskau/patch-1 2016-11-29 19:33:52 +00:00
TiffTags.py Drop support for Python 2.6 2016-11-22 04:23:55 -08:00
WalImageFile.py Added decompression bomb check to WalImageFile 2016-11-26 11:50:56 +11:00
WebPImagePlugin.py
WmfImagePlugin.py EMF: support negative bounding box coordinates (#2249) 2016-11-27 16:03:51 +00:00
XbmImagePlugin.py Fix "invalid escape sequence" bytestring warnings in Python 3.6 2016-10-31 11:48:59 -04:00
XpmImagePlugin.py
XVThumbImagePlugin.py Flake8 fixes 2016-09-03 12:17:22 +10:00