..
__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
Fix imports
2013-03-07 11:20:28 -05:00
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
py3k: 2to3's "idiom" filter
2013-01-10 08:46:53 -06:00
CurImagePlugin.py
Fix imports
2013-03-07 11:20:28 -05:00
DcxImagePlugin.py
Fix imports
2013-03-07 11:20:28 -05:00
EpsImagePlugin.py
made has_ghostscript a method, using it from test_imagefile
2014-04-04 13:33:54 -07:00
ExifTags.py
Added some missing exif tags
2013-07-24 18:46:21 +00:00
FitsStubImagePlugin.py
Fix imports
2013-03-07 11:20:28 -05:00
FliImagePlugin.py
Use bytes literal, fixes Tests/test_file_fli.py
2013-03-08 08:01:56 -05:00
FontFile.py
Fix imports
2013-03-07 11:20:28 -05:00
FpxImagePlugin.py
Fix imports
2013-03-07 11:20:28 -05:00
GbrImagePlugin.py
Fix imports
2013-03-07 11:20:28 -05:00
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
Fix imports
2013-03-07 11:20:28 -05:00
GimpPaletteFile.py
Fix imports
2013-03-07 11:20:28 -05:00
GribStubImagePlugin.py
Fix imports
2013-03-07 11:20:28 -05:00
Hdf5StubImagePlugin.py
Fix imports
2013-03-07 11:20:28 -05:00
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
Remove old ImageChops comments; redundant with docstrings
2013-10-11 22:46:57 -07:00
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
Apply @Arfrever patch, fixes #258
2013-06-30 07:04:42 -04:00
ImageDraw2.py
Fix imports
2013-03-07 11:20:28 -05:00
ImageEnhance.py
Fully document PIL.ImageEnhance
2013-10-12 13:48:34 -07:00
ImageFile.py
Added a JPEG 2000 decoder based on OpenJPEG.
2014-03-13 11:46:47 +00:00
ImageFileIO.py
Transformed docstrings of ImageFile and ImageFileIO modules
2013-07-19 15:11:26 +00:00
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
Move ImageGrab docs back to ImageGrab.rst instead of autodoc
2013-10-13 09:56:58 -07:00
ImageMath.py
Fully document ImageMath
2013-10-12 17:40:14 -07:00
ImageMode.py
Fix imports
2013-03-07 11:20:28 -05:00
ImageOps.py
Fully document PIL.ImageOps; fix some :py:mod: markup
2013-10-12 22:17:45 -07:00
ImagePalette.py
* fix palette handling for converted gifs
2014-03-04 21:44:32 -08:00
ImagePath.py
Fully document PIL.ImagePath
2013-10-13 21:41:21 -07:00
ImageQt.py
Fix for failing ImageQt with mode 'L' image
2013-11-20 22:20:13 -08:00
ImageSequence.py
Fully document PIL.ImageSequence
2013-10-13 21:49:35 -07:00
ImageShow.py
Correctly quote file names for WindowsViewer command
2014-01-01 19:04:30 -08:00
ImageStat.py
Fully document PIL.ImageStat
2013-10-13 21:57:07 -07:00
ImageTk.py
Fully document PIL.ImageTk
2013-10-13 22:09:02 -07:00
ImageTransform.py
Fix imports
2013-03-07 11:20:28 -05:00
ImageWin.py
Fully document PIL.ImageWin
2013-10-13 22:19:12 -07:00
ImImagePlugin.py
Fix imports
2013-03-07 11:20:28 -05:00
ImtImagePlugin.py
Fix imports
2013-03-07 11:20:28 -05:00
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
Cleanup WS, courtesy of @Arfrever
2013-06-30 18:42:19 -04:00
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
Fix imports
2013-03-07 11:20:28 -05:00
MspImagePlugin.py
Fix imports
2013-03-07 11:20:28 -05:00
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
Fix imports
2013-03-07 11:20:28 -05:00
PcdImagePlugin.py
Fix imports
2013-03-07 11:20:28 -05:00
PcfFontFile.py
Fix imports
2013-03-07 11:20:28 -05:00
PcxImagePlugin.py
Use even stride when saving odd sized .pcx files
2014-03-03 23:05:50 -08:00
PdfImagePlugin.py
Use the JPEG Plugin save instead of calling the ImageFile directly
2013-05-12 02:34:07 +02:00
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
Fully document PIL.PSDraw
2013-10-13 22:30:00 -07:00
PyAccess.py
I mode is native endian
2014-01-08 21:52:15 -08:00
SgiImagePlugin.py
Fix imports
2013-03-07 11:20:28 -05:00
SpiderImagePlugin.py
MAINT: use is instead of == for True, False, None
2014-01-07 21:24:21 -05:00
SunImagePlugin.py
Fix imports
2013-03-07 11:20:28 -05:00
TarIO.py
Fix imports
2013-03-07 11:20:28 -05:00
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
Add specific 32-bit float tiff format
2014-04-10 15:52:53 +02:00
TiffTags.py
added tagnames for ImageJ tiff tags
2013-09-27 10:41:27 -07:00
WalImageFile.py
Fix imports
2013-03-07 11:20:28 -05:00
WebPImagePlugin.py
JpegImagePlugin._getexif expects no exif key in info dict, not None
2014-01-20 19:03:03 +04:00
WmfImagePlugin.py
Fix imports
2013-03-07 11:20:28 -05:00
XbmImagePlugin.py
Fix imports
2013-03-07 11:20:28 -05:00
XpmImagePlugin.py
Fix imports
2013-03-07 11:20:28 -05:00
XVThumbImagePlugin.py
Fix imports
2013-03-07 11:20:28 -05:00