Pillow/src/PIL
2021-10-15 11:17:23 +03:00
..
__init__.py
__main__.py
_binary.py PSD layer count may be negative 2021-07-15 19:38:26 +10:00
_tkinter_finder.py
_util.py
_version.py 9.0.0.dev0 version bump 2021-10-15 11:17:23 +03:00
BdfFontFile.py
BlpImagePlugin.py Replaced register_open lambdas with _accept method for consistency 2021-04-03 21:51:28 +11:00
BmpImagePlugin.py pre-commit autoupdate --freeze 2021-08-12 21:50:09 +10:00
BufrStubImagePlugin.py
ContainerIO.py
CurImagePlugin.py
DcxImagePlugin.py
DdsImagePlugin.py Added RGBA saving 2021-06-14 18:14:28 +10:00
EpsImagePlugin.py Added "transparency" argument to load() 2021-07-19 09:08:45 +10:00
ExifTags.py Add EXIF tags which are part of the EXIF 2.32 specification 2021-04-20 11:01:46 +07:00
features.py Use python3 2021-05-08 12:37:06 +10:00
FitsStubImagePlugin.py Resolved FIXME by reading mandatory FITS header items 2021-04-14 22:48:27 +10:00
FliImagePlugin.py
FontFile.py
FpxImagePlugin.py
FtexImagePlugin.py Renamed register_open accept methods for consistency 2021-04-03 21:51:23 +11:00
GbrImagePlugin.py
GdImageFile.py
GifImagePlugin.py Prefer global transparency for disposal method 2 2021-10-12 09:45:52 +11:00
GimpGradientFile.py
GimpPaletteFile.py
GribStubImagePlugin.py
Hdf5StubImagePlugin.py
IcnsImagePlugin.py Combined sizes and types into dictionary 2021-06-30 23:30:59 +10:00
IcoImagePlugin.py Read AND mask from end 2021-08-10 07:04:36 +10:00
Image.py Copy Python palette to new image in quantize() 2021-08-31 00:33:10 +10:00
ImageChops.py
ImageCms.py Changed URLs to HTTPS 2021-07-12 21:00:36 +10:00
ImageColor.py Raise ValueError if color specifier is too long 2021-09-02 15:02:57 +03:00
ImageDraw.py When allocating a new color, repurpose an unused index if necessary 2021-06-23 19:27:08 +10:00
ImageDraw2.py
ImageEnhance.py
ImageFile.py Catch OSError when checking if fp is sys.stdout 2021-07-06 11:00:03 +10:00
ImageFilter.py Wording changes 2021-06-15 12:11:46 -04:00
ImageFont.py Fixed bug when checking FreeType2 version if it is not installed 2021-04-29 23:10:08 +10:00
ImageGrab.py
ImageMath.py
ImageMode.py Removed Image._MODEINFO 2021-03-07 14:21:27 +11:00
ImageMorph.py Changed incorrect mode errors to ValueError 2021-04-18 14:47:05 +10:00
ImageOps.py Instead of drawing border, calculate palette index before image creation in expand() 2021-07-16 20:58:32 +10:00
ImagePalette.py Merge pull request #5599 from radarhere/palette 2021-08-24 14:52:46 +03:00
ImagePath.py
ImageQt.py Moved RGB fix inside ImageQt class 2021-03-10 13:17:19 +11:00
ImageSequence.py
ImageShow.py Updated capitalization 2021-10-02 09:50:27 +10:00
ImageStat.py
ImageTk.py
ImageTransform.py
ImageWin.py
ImImagePlugin.py
ImtImagePlugin.py
IptcImagePlugin.py
Jpeg2KImagePlugin.py Determine mode purely from ihdr header box 2021-08-05 01:06:01 +10:00
JpegImagePlugin.py Updated comment [ci skip] 2021-08-01 21:06:33 +10:00
JpegPresets.py
McIdasImagePlugin.py
MicImagePlugin.py
MpegImagePlugin.py
MpoImagePlugin.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2021-09-20 12:22:11 +00:00
MspImagePlugin.py Changed URLs to HTTPS 2021-07-12 21:00:36 +10:00
PaletteFile.py
PalmImagePlugin.py
PcdImagePlugin.py
PcfFontFile.py
PcxImagePlugin.py
PdfImagePlugin.py Do not round dimensions when saving PDF 2021-05-01 12:13:09 +10:00
PdfParser.py Do not round dimensions when saving PDF 2021-05-01 12:13:09 +10:00
PixarImagePlugin.py
PngImagePlugin.py Removed unnecessary code 2021-07-13 23:02:27 +10:00
PpmImagePlugin.py
PsdImagePlugin.py PSD layer count may be negative 2021-07-15 19:38:26 +10:00
PSDraw.py Allow for sys.stdout.buffer to be missing 2021-05-03 18:07:05 +10:00
PyAccess.py pre-commit autoupdate --freeze 2021-08-12 21:50:09 +10:00
SgiImagePlugin.py Added flush 2021-07-30 20:29:22 +10:00
SpiderImagePlugin.py Use python3 2021-05-08 12:37:06 +10:00
SunImagePlugin.py
TarIO.py
TgaImagePlugin.py Merge pull request #5400 from radarhere/mapdepth_16 2021-04-18 13:00:29 +03:00
TiffImagePlugin.py Merge branch 'master' into patch-2 2021-10-13 23:50:23 +11:00
TiffTags.py Added tag data for IFD groups 2021-06-24 19:56:01 +10:00
WalImageFile.py Added WalImageFile class 2021-07-18 12:35:27 +10:00
WebPImagePlugin.py Allow saving WebP with icc_profile None 2021-07-10 15:15:10 +10:00
WmfImagePlugin.py Removed WMF DPI rounding 2021-05-06 20:08:54 +10:00
XbmImagePlugin.py
XpmImagePlugin.py
XVThumbImagePlugin.py