Pillow/src/PIL
Hugo van Kemenade bd4e20f8c2
Merge pull request #6058 from radarhere/relative
Replaced absolute PIL import with relative import
2022-02-17 00:15:53 +02:00
..
__init__.py Removed Image.show command parameter 2021-10-18 11:08:51 +11:00
__main__.py
_binary.py PSD layer count may be negative 2021-07-15 19:38:26 +10:00
_tkinter_finder.py Update expected Pillow 10 release date: 2023-07-01 2021-10-18 15:48:49 +03:00
_util.py
_version.py 9.1.0.dev0 version bump 2022-01-03 09:22:31 +11:00
BdfFontFile.py
BlpImagePlugin.py Replaced absolute PIL import with relative import 2022-02-15 21:50:20 +11:00
BmpImagePlugin.py Ensure that pixel data offset does not ignore palette 2021-12-21 12:43:50 +11:00
BufrStubImagePlugin.py
ContainerIO.py
CurImagePlugin.py
DcxImagePlugin.py
DdsImagePlugin.py
EpsImagePlugin.py Improved consistency of returning an image access object from load() 2022-02-02 11:49:31 +11:00
ExifTags.py
features.py
FitsStubImagePlugin.py
FliImagePlugin.py
FontFile.py
FpxImagePlugin.py
FtexImagePlugin.py
GbrImagePlugin.py Improved consistency of returning an image access object from load() 2022-02-02 11:49:31 +11:00
GdImageFile.py
GifImagePlugin.py When saving RGBA, make use of first transparent palette entry 2021-12-07 06:37:01 +11:00
GimpGradientFile.py
GimpPaletteFile.py
GribStubImagePlugin.py
Hdf5StubImagePlugin.py
IcnsImagePlugin.py Improved consistency of returning an image access object from load() 2022-02-02 11:49:31 +11:00
IcoImagePlugin.py Improved consistency of returning an image access object from load() 2022-02-02 11:49:31 +11:00
Image.py Attach RGBA palettes from putpalette() when suitable 2022-02-14 20:28:47 +11:00
ImageChops.py
ImageCms.py Changed URLs to https 2021-10-27 22:51:54 +11:00
ImageColor.py Raise ValueError if color specifier is too long 2021-09-02 15:02:57 +03:00
ImageDraw.py Added width argument to polygon 2021-11-16 22:02:54 +11:00
ImageDraw2.py
ImageEnhance.py
ImageFile.py Improved consistency of returning an image access object from load() 2022-02-02 11:49:31 +11:00
ImageFilter.py
ImageFont.py issue warning if Raqm layout is requested, but Raqm is not available 2022-02-07 23:57:35 +00:00
ImageGrab.py
ImageMath.py Restrict builtins within lambdas for ImageMath.eval 2022-02-03 08:42:53 +11:00
ImageMode.py remove mode BGR 2022-01-10 08:17:53 +01:00
ImageMorph.py
ImageOps.py Changed URLs to https 2021-10-27 22:51:54 +11:00
ImagePalette.py Update expected Pillow 10 release date: 2023-07-01 2021-10-18 15:48:49 +03:00
ImagePath.py
ImageQt.py Correct image by scaling pixels 2021-12-15 06:39:05 +11:00
ImageSequence.py
ImageShow.py Added delay after opening image with xdg-open 2022-02-03 08:58:12 +11: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 Fix return in docs 2022-02-09 14:28:43 +02: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 Convert subsequent GIF frames to RGB or RGBA 2021-11-29 17:49:06 +11:00
PdfParser.py Use more specific regex chars to prevent ReDoS - exclude carriage return 2021-12-28 10:22:39 +11:00
PixarImagePlugin.py
PngImagePlugin.py Fix return in docs 2022-02-09 14:28:43 +02:00
PpmImagePlugin.py
PsdImagePlugin.py Removed unused variables 2022-01-24 11:06:41 +11:00
PSDraw.py
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 Added IREC header entry for use with Bio-formats library 2022-01-12 17:29:25 +11:00
SunImagePlugin.py
TarIO.py
TgaImagePlugin.py Added support for top right and bottom right orientations 2021-11-11 21:53:28 +11:00
TiffImagePlugin.py Merge pull request #6042 from radarhere/tiff_bits 2022-02-10 21:20:22 +00:00
TiffTags.py Added tag data for IFD groups 2021-06-24 19:56:01 +10:00
WalImageFile.py Improved consistency of returning an image access object from load() 2022-02-02 11:49:31 +11:00
WebPImagePlugin.py Allow saving WebP with icc_profile None 2021-07-10 15:15:10 +10:00
WmfImagePlugin.py Improved consistency of returning an image access object from load() 2022-02-02 11:49:31 +11:00
XbmImagePlugin.py
XpmImagePlugin.py
XVThumbImagePlugin.py