Pillow/PIL
wiredfool 9fa6634f4d Partial fix for #1597
Haven't excercized all of the metadata that we're allowing yet,
and there's clearly still something up with Arrays, as one
of them is still crashing and making it impossible to save a
palette with a libtiff image.
2015-12-30 07:54:14 -08:00
..
__init__.py PEP440 [ci skip] 2015-10-05 05:39:08 -04:00
_binary.py Fixed binary conversion bug, and added corresponding tests 2015-03-02 09:56:47 +11:00
_util.py flake8 2014-07-06 01:50:24 +03:00
BdfFontFile.py Commented or removed unused lines 2015-11-09 23:34:34 +11:00
BmpImagePlugin.py Flake8 fixes 2015-12-10 21:34:02 +11:00
BufrStubImagePlugin.py flake8 2014-08-26 16:47:10 +03:00
ContainerIO.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
CurImagePlugin.py Throw TypeError if no cursors were found in .cur file 2015-11-26 19:56:41 +11:00
DcxImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
EpsImagePlugin.py Specified exception type 2015-12-10 09:22:36 +11:00
ExifTags.py Correct the correction: RelatedImageWidth=0x1001, RelatedImageLength=0x1002 2014-08-27 11:06:34 +03:00
features.py Changed module and codec names 2015-05-14 20:57:01 +10:00
FitsStubImagePlugin.py Various Flake8 fixes 2015-04-24 09:26:52 +10:00
FliImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
FontFile.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
FpxImagePlugin.py Changed register calls to use format property 2015-12-25 14:15:01 +11:00
GbrImagePlugin.py Changed register calls to use format property 2015-07-04 23:29:58 +10:00
GdImageFile.py Flake8 fixes 2015-08-25 22:27:18 +10:00
GifImagePlugin.py Replaced flush try except with hasattr 2015-12-10 09:22:30 +11:00
GimpGradientFile.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
GimpPaletteFile.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
GribStubImagePlugin.py flake8 2014-08-26 16:47:10 +03:00
Hdf5StubImagePlugin.py flake8 2014-08-26 16:47:10 +03:00
IcnsImagePlugin.py Improved consistency of checks for flush 2015-09-02 23:48:22 +10:00
IcoImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
Image.py Merge pull request #1591 from radarhere/health 2015-12-14 21:00:09 +00:00
ImageChops.py Remove old ImageChops comments; redundant with docstrings 2013-10-11 22:46:57 -07:00
ImageCms.py Stopped modules from importing themselves 2015-12-02 16:37:50 +11:00
ImageColor.py flake8 2014-08-26 16:47:10 +03:00
ImageDraw.py Removed unused variable 2015-12-10 21:34:22 +11:00
ImageDraw2.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
ImageEnhance.py Fixed typo in ImageEnhance.py 2015-05-28 17:20:33 +10:00
ImageFile.py Removed logger exception 2015-12-10 08:39:26 +11:00
ImageFilter.py Fixed redefinition of built-in 2015-04-24 16:02:39 +10:00
ImageFont.py Removed warnings check 2015-12-09 16:55:33 +11:00
ImageGrab.py Updated ImageGrab description 2015-10-26 19:36:04 +11:00
ImageMath.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
ImageMode.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
ImageMorph.py Removed unreachable code 2015-12-02 16:29:01 +11:00
ImageOps.py Fixed redefinition of built-in 2015-04-24 16:02:39 +10:00
ImagePalette.py Merge pull request #1343 from radarhere/deprecated 2015-09-29 15:38:34 +01:00
ImagePath.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
ImageQt.py Flake8 fixes 2015-12-10 21:34:02 +11:00
ImageSequence.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
ImageShow.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
ImageStat.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
ImageTk.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
ImageTransform.py flake8 2014-08-26 16:47:10 +03:00
ImageWin.py Restored deprecated methods with errors instead 2015-09-19 21:36:19 +10:00
ImImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
ImtImagePlugin.py Changed register calls to use format property 2015-12-25 14:15:01 +11:00
IptcImagePlugin.py Specified exception type 2015-12-02 16:23:49 +11:00
Jpeg2KImagePlugin.py Changed register calls to use format property 2015-07-04 23:29:58 +10:00
JpegImagePlugin.py Removed unnecessary pass statement 2015-12-10 21:34:02 +11:00
JpegPresets.py 'make linkcheck' fixes 2015-12-07 22:03:36 +02:00
McIdasImagePlugin.py Changed register calls to use format property 2015-12-25 14:15:01 +11:00
MicImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
MpegImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
MpoImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
MspImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
OleFileIO-README.md Updated OleFileIO README to 0.42 [ci skip] 2015-12-09 08:40:13 +11:00
OleFileIO.py Updated i16 and i32 to be in sync with _binary 2015-05-28 23:11:51 +10:00
PaletteFile.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
PalmImagePlugin.py Improved consistency of checks for flush 2015-09-02 23:48:22 +10:00
PcdImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
PcfFontFile.py Removed or commented unused variables 2015-04-24 16:02:38 +10:00
PcxImagePlugin.py Changed register calls to use format property 2015-07-04 23:29:58 +10:00
PdfImagePlugin.py Merge pull request #1398 from mrTable/master 2015-10-01 07:54:26 -07:00
PixarImagePlugin.py Changed register calls to use format property 2015-12-25 14:15:01 +11:00
PngImagePlugin.py Improved consistency of checks for flush 2015-09-02 23:48:22 +10:00
PpmImagePlugin.py Fixed infinite loop on truncated file 2015-08-29 02:05:08 +10:00
PsdImagePlugin.py Changed register calls to use format property 2015-07-04 23:29:58 +10:00
PSDraw.py Fixed PSDraw stdout Python 3 compatibility 2015-07-31 20:59:59 +10:00
PyAccess.py Flake8 fixes 2015-12-10 21:34:02 +11:00
SgiImagePlugin.py unused imports 2015-09-15 04:04:27 +03:00
SpiderImagePlugin.py Catch OverflowError in SpiderImagePlugin 2015-11-18 01:18:01 +11:00
SunImagePlugin.py unused imports 2015-09-15 04:04:27 +03:00
TarIO.py flake8 2014-08-26 16:47:10 +03:00
TgaImagePlugin.py unused imports 2015-09-15 04:04:27 +03:00
TiffImagePlugin.py Partial fix for #1597 2015-12-30 07:54:14 -08:00
TiffTags.py Partial fix for #1597 2015-12-30 07:54:14 -08:00
WalImageFile.py Merge pull request #1580 from hugovk/linkcheck 2015-12-14 20:49:12 +00:00
WebPImagePlugin.py Changed register calls to use format property 2015-07-04 23:29:58 +10:00
WmfImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
XbmImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
XpmImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
XVThumbImagePlugin.py Changed register calls to use format property 2015-12-25 14:15:01 +11:00