Pillow/src/PIL
Andrew Murray 2d7cfc4bbc
Merge pull request #4239 from radarhere/photoshop
Handle broken Photoshop data
2019-12-01 07:33:26 +11:00
..
__init__.py Added UnidentifiedImageError 2019-11-19 21:20:02 +11:00
__main__.py Add __main__.py to output basic format and support information 2019-05-27 18:44:04 -07:00
_binary.py Drop support for EOL Python 2.7 2019-10-07 14:30:59 +03:00
_tkinter_finder.py Drop support for EOL Python 2.7 2019-10-07 14:30:59 +03:00
_util.py Replace isStringType(t) with isinstance(t, str) 2019-10-08 17:26:52 +03:00
_version.py 7.0.0.dev0 version bump 2019-10-02 06:42:14 +10:00
BdfFontFile.py Merge branch 'master' into rm-2.7 2019-10-26 09:07:44 +03:00
BlpImagePlugin.py Merge remote-tracking branch 'upstream/master' into rm-2.7 2019-11-01 13:22:56 +02:00
BmpImagePlugin.py Merge remote-tracking branch 'upstream/master' into rm-2.7 2019-11-18 13:56:42 +02:00
BufrStubImagePlugin.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
ContainerIO.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
CurImagePlugin.py Merge remote-tracking branch 'upstream/master' into rm-2.7 2019-11-18 13:56:42 +02:00
DcxImagePlugin.py Remove deprecated __version__ from plugins 2019-11-05 17:01:03 +02:00
DdsImagePlugin.py Merge remote-tracking branch 'upstream/master' into rm-2.7 2019-11-16 17:10:10 +02:00
EpsImagePlugin.py Merge remote-tracking branch 'upstream/master' into rm-2.7 2019-11-18 13:56:42 +02:00
ExifTags.py Format with Black 2019-06-10 18:22:46 +03:00
features.py Merge branch 'master' into rm-2.7 2019-11-03 22:48:26 +02:00
FitsStubImagePlugin.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
FliImagePlugin.py Remove deprecated __version__ from plugins 2019-11-05 17:01:03 +02:00
FontFile.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
FpxImagePlugin.py Merge remote-tracking branch 'upstream/master' into rm-2.7 2019-11-18 13:56:42 +02:00
FtexImagePlugin.py Lint fixes 2019-10-29 22:42:34 +11:00
GbrImagePlugin.py Updated URL [ci skip] 2019-11-22 10:12:52 +11:00
GdImageFile.py Added UnidentifiedImageError 2019-11-19 21:20:02 +11:00
GifImagePlugin.py Merge remote-tracking branch 'upstream/master' into rm-2.7 2019-11-18 13:56:42 +02:00
GimpGradientFile.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
GimpPaletteFile.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
GribStubImagePlugin.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
Hdf5StubImagePlugin.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
IcnsImagePlugin.py Simplify temporary directory cleanup 2019-10-08 17:25:55 +03:00
IcoImagePlugin.py Merge remote-tracking branch 'upstream/master' into rm-2.7 2019-11-18 13:56:42 +02:00
Image.py Merge pull request #4181 from pwohlhart/patch-1 2019-11-30 21:12:05 +11:00
ImageChops.py Changed docstring to be consistent 2019-01-01 20:44:04 +11:00
ImageCms.py Replace isStringType(t) with isinstance(t, str) 2019-10-08 17:26:52 +03:00
ImageColor.py Introduce isort to automate import ordering and formatting 2019-07-06 16:11:35 -07:00
ImageDraw.py black --target-version py35 2019-11-02 20:02:07 +02:00
ImageDraw2.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
ImageEnhance.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
ImageFile.py Merge remote-tracking branch 'upstream/master' into rm-2.7 2019-11-01 13:22:56 +02:00
ImageFilter.py black --target-version py35 2019-11-02 20:02:07 +02:00
ImageFont.py Merge branch 'master' into rm-2.7 2019-10-08 18:57:27 +11:00
ImageGrab.py Move several imports to the top-level of the file 2019-10-07 06:28:36 -07:00
ImageMath.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
ImageMode.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
ImageMorph.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
ImageOps.py Replace isStringType(t) with isinstance(t, str) 2019-10-08 17:26:52 +03:00
ImagePalette.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
ImagePath.py Introduce isort to automate import ordering and formatting 2019-07-06 16:11:35 -07:00
ImageQt.py Merge branch 'master' into rm-2.7 2019-10-26 09:07:44 +03:00
ImageSequence.py In Python 3, 'next' is renamed to '__next__' 2019-11-03 16:02:08 +02:00
ImageShow.py Replace ImageShow.which() with stdlib 2019-10-12 21:40:11 +03:00
ImageStat.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
ImageTk.py Merge branch 'master' into rm-2.7 2019-10-26 09:07:44 +03:00
ImageTransform.py Format with Black 2019-06-10 18:22:46 +03:00
ImageWin.py Merge branch 'master' into rm-2.7 2019-10-26 09:07:44 +03:00
ImImagePlugin.py Remove deprecated __version__ from plugins 2019-11-05 17:01:03 +02:00
ImtImagePlugin.py Remove deprecated __version__ from plugins 2019-11-05 17:01:03 +02:00
IptcImagePlugin.py Merge remote-tracking branch 'upstream/master' into rm-2.7 2019-11-18 13:56:42 +02:00
Jpeg2KImagePlugin.py Remove deprecated __version__ from plugins 2019-11-05 17:01:03 +02:00
JpegImagePlugin.py Handle broken Photoshop data 2019-11-30 10:08:32 +11:00
JpegPresets.py Fix mismatched name, add explanation. 2019-10-27 23:36:33 -07:00
McIdasImagePlugin.py Remove deprecated __version__ from plugins 2019-11-05 17:01:03 +02:00
MicImagePlugin.py Merge remote-tracking branch 'upstream/master' into rm-2.7 2019-11-18 13:56:42 +02:00
MpegImagePlugin.py Merge remote-tracking branch 'upstream/master' into rm-2.7 2019-11-18 13:56:42 +02:00
MpoImagePlugin.py Raise a specific exception if no data is found for an MPO frame 2019-11-30 11:05:36 +11:00
MspImagePlugin.py Merge remote-tracking branch 'upstream/master' into rm-2.7 2019-11-18 13:56:42 +02:00
PaletteFile.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
PalmImagePlugin.py Merge remote-tracking branch 'upstream/master' into rm-2.7 2019-11-18 13:56:42 +02:00
PcdImagePlugin.py Remove deprecated __version__ from plugins 2019-11-05 17:01:03 +02:00
PcfFontFile.py Merge branch 'master' into rm-2.7 2019-10-26 09:07:44 +03:00
PcxImagePlugin.py Merge remote-tracking branch 'upstream/master' into rm-2.7 2019-11-18 13:56:42 +02:00
PdfImagePlugin.py Update word order 2019-11-18 12:07:02 +02:00
PdfParser.py Remove Python 2-compatibility code 2019-10-07 16:23:22 +03:00
PixarImagePlugin.py Remove deprecated __version__ from plugins 2019-11-05 17:01:03 +02:00
PngImagePlugin.py Merge remote-tracking branch 'upstream/master' into rm-2.7 2019-11-18 13:56:42 +02:00
PpmImagePlugin.py Merge remote-tracking branch 'upstream/master' into rm-2.7 2019-11-18 13:56:42 +02:00
PsdImagePlugin.py Merge remote-tracking branch 'upstream/master' into rm-2.7 2019-11-18 13:56:42 +02:00
PSDraw.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
PyAccess.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
SgiImagePlugin.py Merge remote-tracking branch 'upstream/master' into rm-2.7 2019-11-18 13:56:42 +02:00
SpiderImagePlugin.py Merge remote-tracking branch 'upstream/master' into rm-2.7 2019-11-01 13:22:56 +02:00
SunImagePlugin.py Remove deprecated __version__ from plugins 2019-11-05 17:01:03 +02:00
TarIO.py Merge remote-tracking branch 'upstream/master' into rm-2.7 2019-11-01 13:22:56 +02:00
TgaImagePlugin.py Merge remote-tracking branch 'upstream/master' into rm-2.7 2019-11-18 13:56:42 +02:00
TiffImagePlugin.py Merge remote-tracking branch 'upstream/master' into rm-2.7 2019-11-18 13:56:42 +02:00
TiffTags.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
WalImageFile.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
WebPImagePlugin.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
WmfImagePlugin.py Merge remote-tracking branch 'upstream/master' into rm-2.7 2019-11-18 13:56:42 +02:00
XbmImagePlugin.py Merge remote-tracking branch 'upstream/master' into rm-2.7 2019-11-18 13:56:42 +02:00
XpmImagePlugin.py Remove deprecated __version__ from plugins 2019-11-05 17:01:03 +02:00
XVThumbImagePlugin.py Remove deprecated __version__ from plugins 2019-11-05 17:01:03 +02:00