Pillow/PIL
2014-04-07 16:01:49 -07:00
..
__init__.py Bump all the version numbers 2014-04-02 15:25:46 -07:00
_binary.py Merge Pillow changes with Philippe Lagadec’s OleFileIO_PL fork 2014-01-30 23:37:44 +00:00
_util.py Use an import error instead of a plain exception 2014-04-03 16:05:02 -07:00
ArgImagePlugin.py
BdfFontFile.py Fix imports 2013-03-07 11:20:28 -05:00
BmpImagePlugin.py Fixed DOS with invalid BMP size entries 2014-01-31 21:33:24 -08:00
BufrStubImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
ContainerIO.py
CurImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
DcxImagePlugin.py
EpsImagePlugin.py made has_ghostscript a method, using it from test_imagefile 2014-04-04 13:33:54 -07:00
ExifTags.py
FitsStubImagePlugin.py
FliImagePlugin.py Use bytes literal, fixes Tests/test_file_fli.py 2013-03-08 08:01:56 -05:00
FontFile.py
FpxImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
GbrImagePlugin.py
GdImageFile.py Apply @Arfrever patch, fixes #258 2013-06-30 07:04:42 -04:00
GifImagePlugin.py Fix test failure when optimizing the palette on mode L gifs 2014-03-04 21:44:32 -08:00
GimpGradientFile.py
GimpPaletteFile.py
GribStubImagePlugin.py
Hdf5StubImagePlugin.py
IcnsImagePlugin.py Fixed a silly mistake. 2014-03-28 09:30:16 +00:00
IcoImagePlugin.py Make ICO files work with the ImageFile.Parser interface, fixes #522 2014-02-16 20:58:06 -08:00
Image.py Have the tempfile use a suffix with a dot 2014-04-07 16:01:49 -07:00
ImageChops.py
ImageCms.py Use an import error instead of a plain exception 2014-04-03 16:05:02 -07:00
ImageColor.py Docstring/comment fixes [skip ci] ref #534 2014-03-17 13:29:44 -07:00
ImageDraw.py
ImageDraw2.py Fix imports 2013-03-07 11:20:28 -05:00
ImageEnhance.py
ImageFile.py Added a JPEG 2000 decoder based on OpenJPEG. 2014-03-13 11:46:47 +00:00
ImageFileIO.py
ImageFilter.py Fully document PIL.ImageFilter 2013-10-12 16:49:32 -07:00
ImageFont.py Fix issue #382: TypeError with TransposedFont's getsize() 2013-10-17 19:00:42 +03:00
ImageGrab.py
ImageMath.py
ImageMode.py
ImageOps.py
ImagePalette.py * fix palette handling for converted gifs 2014-03-04 21:44:32 -08:00
ImagePath.py
ImageQt.py
ImageSequence.py
ImageShow.py
ImageStat.py
ImageTk.py
ImageTransform.py
ImageWin.py Fully document PIL.ImageWin 2013-10-13 22:19:12 -07:00
ImImagePlugin.py
ImtImagePlugin.py
IptcImagePlugin.py Removed tempfile.mktemp, fixes CVE-2014-1932 CVE-2014-1933, debian bug #737059 2014-03-14 15:56:41 -07:00
Jpeg2KImagePlugin.py Fixed some problems with the reduce option, as well as a number of warnings from GCC. 2014-03-27 08:35:38 +00:00
JpegImagePlugin.py don't use xrange, has_key, fixes #577 2014-03-27 16:40:44 -07:00
JpegPresets.py
McIdasImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
MicImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
MpegImagePlugin.py
MspImagePlugin.py
OleFileIO-README.md Do away with @functools.total_ordering to restore Python 2.6 support 2014-01-31 01:32:46 +00:00
OleFileIO.py Merge pull request #512 from vadmium/pl 2014-03-17 10:41:26 -04:00
PaletteFile.py Fix imports 2013-03-07 11:20:28 -05:00
PalmImagePlugin.py
PcdImagePlugin.py
PcfFontFile.py
PcxImagePlugin.py Use even stride when saving odd sized .pcx files 2014-03-03 23:05:50 -08:00
PdfImagePlugin.py
PixarImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
PngImagePlugin.py Merge Changes from master 2014-03-04 22:41:36 -08:00
PpmImagePlugin.py Update PpmImagePlugin.py 2013-09-30 17:44:11 +10:00
PsdImagePlugin.py Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
PSDraw.py
PyAccess.py
SgiImagePlugin.py
SpiderImagePlugin.py
SunImagePlugin.py
TarIO.py
tests.py Fix test 2013-09-28 09:46:00 -04:00
TgaImagePlugin.py Fix imports 2013-03-07 11:20:28 -05:00
TiffImagePlugin.py Renamed variables from reused single letter confusing names to something halfway descriptive 2014-03-27 22:19:39 -07:00
TiffTags.py
WalImageFile.py
WebPImagePlugin.py
WmfImagePlugin.py
XbmImagePlugin.py
XpmImagePlugin.py
XVThumbImagePlugin.py