Pillow/PIL
wiredfool 7d8c0d9e39 Merge pull request #2793 from radarhere/contextmanager
Added context manager support
2017-10-14 14:08:39 +01:00
..
__init__.py Restore PIL version 2017-05-10 04:43:08 -07:00
_binary.py Flake8 fixes 2017-04-20 21:14:23 +10:00
_tkinter_finder.py Flake8 fixes 2016-09-03 12:17:22 +10:00
_util.py flake8 2014-07-06 01:50:24 +03:00
BdfFontFile.py Replaced absolute PIL imports with relative imports (#2349) 2017-01-17 13:22:18 +00:00
BmpImagePlugin.py Flake8 fixes 2017-04-20 21:14:23 +10:00
BufrStubImagePlugin.py Only need to read 4 bytes 2017-03-04 16:39:03 +02:00
ContainerIO.py Fix docstring error 2017-09-20 10:49:14 +00:00
CurImagePlugin.py Replaced absolute PIL imports with relative imports (#2349) 2017-01-17 13:22:18 +00:00
DcxImagePlugin.py Moved seek frame position check into ImageFile 2017-09-30 13:32:43 +10:00
DdsImagePlugin.py Replaced absolute PIL imports with relative imports (#2349) 2017-01-17 13:22:18 +00:00
EpsImagePlugin.py Merge pull request #1860 from radarhere/register_extensions 2017-09-22 15:59:04 +01:00
ExifTags.py Moved EXIF tag to be in hex order 2016-04-19 19:50:28 +10:00
features.py Fix RAQM feature detection 2017-06-21 14:00:15 -07:00
FitsStubImagePlugin.py Added register_extensions method 2017-09-04 20:32:07 +10:00
FliImagePlugin.py Moved seek frame position check into ImageFile 2017-09-30 13:32:43 +10:00
FontFile.py Replaced absolute PIL imports with relative imports (#2349) 2017-01-17 13:22:18 +00:00
FpxImagePlugin.py Replaced absolute PIL imports with relative imports (#2349) 2017-01-17 13:22:18 +00:00
FtexImagePlugin.py Added register_extensions method 2017-09-04 20:32:07 +10:00
GbrImagePlugin.py Replaced absolute PIL imports with relative imports (#2349) 2017-01-17 13:22:18 +00:00
GdImageFile.py Replaced absolute PIL imports with relative imports (#2349) 2017-01-17 13:22:18 +00:00
GifImagePlugin.py Moved seek frame position check into ImageFile 2017-09-30 13:32:43 +10:00
GimpGradientFile.py Replaced absolute PIL imports with relative imports (#2349) 2017-01-17 13:22:18 +00:00
GimpPaletteFile.py Replaced absolute PIL imports with relative imports (#2349) 2017-01-17 13:22:18 +00:00
GribStubImagePlugin.py Python 3 fix 2017-03-04 13:52:14 +02:00
Hdf5StubImagePlugin.py Added register_extensions method 2017-09-04 20:32:07 +10:00
IcnsImagePlugin.py Send unwanted subprocess output to /dev/null 2017-01-26 17:31:29 -08:00
IcoImagePlugin.py Remove unnecessary calls to dict.keys() 2017-05-28 09:55:38 -07:00
Image.py Merge pull request #2738 from uploadcare/block-storage 2017-10-01 20:41:08 +01:00
ImageChops.py Replaced absolute PIL imports with relative imports (#2349) 2017-01-17 13:22:18 +00:00
ImageCms.py Flake8 fixes 2017-04-20 21:14:23 +10:00
ImageColor.py Replaced absolute PIL imports with relative imports (#2349) 2017-01-17 13:22:18 +00:00
ImageDraw.py Improved ImageDraw documentation 2017-07-16 15:22:46 +10:00
ImageDraw2.py Replaced absolute PIL imports with relative imports (#2349) 2017-01-17 13:22:18 +00:00
ImageEnhance.py use getchannel where is possible 2017-08-09 02:36:07 +03:00
ImageFile.py Added context manager support 2017-10-07 23:18:23 +11:00
ImageFilter.py ImageFilter.BoxBlur 2017-09-14 01:59:25 +03:00
ImageFont.py Fix unexpected keyword argument 'align' 2017-07-23 23:58:05 +03:00
ImageGrab.py Removed debugging interface for Image.core.grabclipboard 2017-09-01 20:02:55 +10:00
ImageMath.py Replaced absolute PIL imports with relative imports (#2349) 2017-01-17 13:22:18 +00:00
ImageMode.py Replaced absolute PIL imports with relative imports (#2349) 2017-01-17 13:22:18 +00:00
ImageMorph.py Test negate and fix a TypeError: list indices must be integers, not str 2017-05-30 18:02:20 +03:00
ImageOps.py Corrected parameters in documentation 2017-09-29 21:08:49 +10:00
ImagePalette.py Replaced absolute PIL imports with relative imports (#2349) 2017-01-17 13:22:18 +00:00
ImagePath.py Replaced absolute PIL imports with relative imports (#2349) 2017-01-17 13:22:18 +00:00
ImageQt.py Replaced absolute PIL imports with relative imports (#2349) 2017-01-17 13:22:18 +00:00
ImageSequence.py Merge pull request #1686 from radarhere/seek 2016-01-31 09:08:09 -08:00
ImageShow.py Fix option typo 2017-05-14 12:14:29 +03:00
ImageStat.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
ImageTk.py Fix import of tkinter/Tkinter 2017-03-22 10:32:42 -07:00
ImageTransform.py Fixed typo 2017-10-13 19:55:53 +11:00
ImageWin.py Remove functions deprecated and warning since 2.0 (15 Mar 2013) and raising exceptions since 3.0 (1 Oct 2015) 2017-05-27 21:52:43 +03:00
ImImagePlugin.py Moved seek frame position check into ImageFile 2017-09-30 13:32:43 +10:00
ImtImagePlugin.py Replaced absolute PIL imports with relative imports (#2349) 2017-01-17 13:22:18 +00:00
IptcImagePlugin.py Remove unnecessary calls to dict.keys() 2017-05-28 09:55:38 -07:00
Jpeg2KImagePlugin.py Added register_extensions method 2017-09-04 20:32:07 +10:00
JpegImagePlugin.py Added register_extensions method 2017-09-04 20:32:07 +10:00
JpegPresets.py Fix wrong formula for subsampling=2 while JPEG saving 2017-08-27 20:03:36 +03:00
McIdasImagePlugin.py Test a McIDAS area file 2017-05-28 16:11:16 +03:00
MicImagePlugin.py Moved seek frame position check into ImageFile 2017-09-30 13:32:43 +10:00
MpegImagePlugin.py Added register_extensions method 2017-09-04 20:32:07 +10:00
MpoImagePlugin.py Moved seek frame position check into ImageFile 2017-09-30 13:32:43 +10:00
MspImagePlugin.py Flake8 fixes 2017-04-20 21:14:23 +10:00
OleFileIO.py Removed shebang line from OleFileIO 2016-12-25 20:18:50 +01:00
PaletteFile.py Replaced absolute PIL imports with relative imports (#2349) 2017-01-17 13:22:18 +00:00
PalmImagePlugin.py Replaced absolute PIL imports with relative imports (#2349) 2017-01-17 13:22:18 +00:00
PcdImagePlugin.py Replaced absolute PIL imports with relative imports (#2349) 2017-01-17 13:22:18 +00:00
PcfFontFile.py Replaced absolute PIL imports with relative imports (#2349) 2017-01-17 13:22:18 +00:00
PcxImagePlugin.py Removed unused print_function imports 2017-01-18 20:06:21 +11:00
PdfImagePlugin.py [etc] Changed parameter name from dict_ to dictionary. 2017-07-06 17:31:55 +09:00
PixarImagePlugin.py Test pixar for similarity 2017-02-28 08:27:53 +02:00
PngImagePlugin.py Added context manager support 2017-10-07 23:18:23 +11:00
PpmImagePlugin.py Added register_extensions method 2017-09-04 20:32:07 +10:00
PsdImagePlugin.py Added _min_frame property 2017-09-30 13:33:13 +10:00
PSDraw.py Replaced absolute PIL imports with relative imports (#2349) 2017-01-17 13:22:18 +00:00
PyAccess.py Corrected parameters in documentation 2017-09-29 21:08:49 +10:00
SgiImagePlugin.py use raw pack/unpack instead of python math 2017-09-29 13:41:39 +00:00
SpiderImagePlugin.py Moved seek frame position check into ImageFile 2017-09-30 13:32:43 +10:00
SunImagePlugin.py Replaced annoying tabs within code 2017-08-29 16:11:23 +02:00
TarIO.py Replaced absolute PIL imports with relative imports (#2349) 2017-01-17 13:22:18 +00:00
TgaImagePlugin.py Merge pull request #2713 from radarhere/tga 2017-09-09 10:21:23 +01:00
TiffImagePlugin.py Moved seek frame position check into ImageFile 2017-09-30 13:32:43 +10:00
TiffTags.py Specific change for issue #2006, ImageJ Metadata counts are incorrect in TiffTags 2017-09-14 20:05:13 +01:00
version.py 4.4.0.dev0 version bump 2017-10-04 20:01:53 +11:00
WalImageFile.py Merge pull request #1822 from radarhere/unused 2017-02-26 10:05:19 +02:00
WebPImagePlugin.py Replaced absolute PIL imports with relative imports (#2349) 2017-01-17 13:22:18 +00:00
WmfImagePlugin.py Added register_extensions method 2017-09-04 20:32:07 +10:00
XbmImagePlugin.py Replaced absolute PIL imports with relative imports (#2349) 2017-01-17 13:22:18 +00:00
XpmImagePlugin.py close files after loading for some file types 2017-03-12 20:05:20 +00:00
XVThumbImagePlugin.py Python 3 fix 2017-03-04 23:28:08 +02:00