Pillow/src/PIL
2025-09-02 21:09:07 +10:00
..
__init__.py Add AVIF plugin (decoder + encoder using libavif) (#5201) 2025-04-01 07:13:21 +03:00
__main__.py rename --bugreport to --report 2024-03-04 20:12:40 +01:00
_avif.pyi Add AVIF plugin (decoder + encoder using libavif) (#5201) 2025-04-01 07:13:21 +03:00
_binary.py Layer co-ordinates may be negative 2024-01-10 23:53:45 +11:00
_deprecate.py Updated deprecation timeline 2025-07-02 00:00:21 +10:00
_imaging.pyi Added type hints 2024-07-25 22:55:49 +10:00
_imagingcms.pyi Drop support for Python 3.9 (#9119) 2025-08-02 12:02:20 +00:00
_imagingft.pyi Drop support for Python 3.9 (#9119) 2025-08-02 12:02:20 +00:00
_imagingmath.pyi Fix: PYI044 'from __future__ import annotations' has no effect in stub files, since type checkers automatically treat stubs as having those semantics 2024-03-23 20:41:29 +02:00
_imagingmorph.pyi Fix: PYI044 'from __future__ import annotations' has no effect in stub files, since type checkers automatically treat stubs as having those semantics 2024-03-23 20:41:29 +02:00
_imagingtk.pyi Added type hints 2024-07-08 20:09:45 +10:00
_tkinter_finder.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2025-02-03 17:36:01 +00:00
_typing.py Drop support for Python 3.9 (#9119) 2025-08-02 12:02:20 +00:00
_util.py Drop support for Python 3.9 (#9119) 2025-08-02 12:02:20 +00:00
_version.py 12.0.0.dev0 version bump 2025-07-01 19:25:23 +10:00
_webp.pyi Fix: PYI044 'from __future__ import annotations' has no effect in stub files, since type checkers automatically treat stubs as having those semantics 2024-03-23 20:44:43 +02:00
AvifImagePlugin.py libavif below 1.0 is not supported 2025-04-25 17:14:13 +10:00
BdfFontFile.py Replace slice and comparison with startswith 2025-02-17 23:39:33 +02:00
BlpImagePlugin.py Inherit classes with abstractmethod from ABC 2025-03-05 21:30:24 +11:00
BmpImagePlugin.py Set color table fourth channel to zero for 1 and L mode when saving 2025-04-13 23:00:06 +10:00
BufrStubImagePlugin.py Replace slice and comparison with startswith 2025-02-17 23:39:33 +02:00
ContainerIO.py Changed ContainerIO to subclass IO 2024-07-17 16:23:29 +10:00
CurImagePlugin.py Replace slice and comparison with startswith 2025-02-17 23:39:33 +02:00
DcxImagePlugin.py Check that _fp type is not DeferredError before use (#8640) 2025-03-29 18:30:30 +02:00
DdsImagePlugin.py Updated docstring 2025-05-05 07:12:20 +10:00
EpsImagePlugin.py Replace slice and comparison with startswith 2025-02-17 23:39:33 +02:00
ExifTags.py Restored Makernote as a deprecated enum 2024-12-30 21:14:23 +11:00
features.py Removed handling of deprecated WebP features 2025-07-08 23:07:07 +10:00
FitsImagePlugin.py Replace slice and comparison with startswith 2025-02-17 23:39:33 +02:00
FliImagePlugin.py Improved _accept length check 2025-08-21 21:56:03 +10:00
FontFile.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-02-05 17:18:52 +00:00
FpxImagePlugin.py Replace slice and comparison with startswith 2025-02-17 23:39:33 +02:00
FtexImagePlugin.py Only set mode when necessary 2025-02-20 07:57:10 +11:00
GbrImagePlugin.py Width and height are unsigned 2025-07-12 19:50:19 +10:00
GdImageFile.py Fixed loading images 2025-03-03 21:58:29 +11:00
GifImagePlugin.py Drop support for Python 3.9 (#9119) 2025-08-02 12:02:20 +00:00
GimpGradientFile.py Drop support for Python 3.9 (#9119) 2025-08-02 12:02:20 +00:00
GimpPaletteFile.py Moved imports into TYPE_CHECKING 2025-08-02 11:40:35 +10:00
GribStubImagePlugin.py Improved _accept length check 2025-08-21 21:56:03 +10:00
Hdf5StubImagePlugin.py Replace slice and comparison with startswith 2025-02-17 23:39:33 +02:00
IcnsImagePlugin.py Removed ICNS (width, height, scale) sizes 2025-07-02 00:00:21 +10:00
IcoImagePlugin.py Return PixelAccess on first load 2025-04-23 21:10:54 +10:00
Image.py When deleting EXIF IFD tag, delete IFD data (#9083) 2025-08-27 17:43:19 +03:00
ImageChops.py Use im property 2024-08-10 10:20:08 +10:00
ImageCms.py Deprecate ImageCmsProfile product_name and product_info (#8995) 2025-07-26 17:33:11 +10:00
ImageColor.py Added type hints 2024-06-08 22:26:28 +10:00
ImageDraw.py Drop support for Python 3.9 (#9119) 2025-08-02 12:02:20 +00:00
ImageDraw2.py Pass start and end to arc, chord and pieslice 2024-07-30 09:10:11 +10:00
ImageEnhance.py Do not convert image unnecessarily 2024-10-01 07:11:24 +10:00
ImageFile.py Document MAXBLOCK 2025-08-19 15:45:42 +10:00
ImageFilter.py Drop support for Python 3.9 (#9119) 2025-08-02 12:02:20 +00:00
ImageFont.py Removed unused split 2025-09-02 21:09:07 +10:00
ImageGrab.py Check for equality rather than inequality 2025-06-09 09:06:08 +10:00
ImageMath.py Drop support for Python 3.9 (#9119) 2025-08-02 12:02:20 +00:00
ImageMode.py Removed BGR;15, BGR;16 and BGR;24 modes 2025-07-01 23:57:46 +10:00
ImageMorph.py ImageMorph operations must have length 1 (#9102) 2025-09-01 08:23:30 +10:00
ImageOps.py Don't use start=0 in range() 2025-03-03 23:57:40 +02:00
ImagePalette.py Do not import TYPE_CHECKING 2025-03-30 22:16:16 +11:00
ImagePath.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
ImageQt.py Drop support for Python 3.9 (#9119) 2025-08-02 12:02:20 +00:00
ImageSequence.py Drop support for Python 3.9 (#9119) 2025-08-02 12:02:20 +00:00
ImageShow.py Do not call sys.executable in PyInstaller application 2025-06-20 23:44:30 +10:00
ImageStat.py Fixed ZeroDivisionError 2025-07-24 19:33:15 +10:00
ImageTk.py Do not import TYPE_CHECKING 2025-03-30 22:16:16 +11:00
ImageTransform.py Updated AffineTransform docstring to mention it uses the inverse matrix 2025-02-06 19:26:49 +11:00
ImageWin.py Cast handle to int 2024-09-16 08:23:26 +10:00
ImImagePlugin.py Check that _fp type is not DeferredError before use (#8640) 2025-03-29 18:30:30 +02:00
ImtImagePlugin.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2025-02-03 17:36:01 +00:00
IptcImagePlugin.py Removed IptcImageFile helper functions 2025-07-02 00:00:21 +10:00
Jpeg2KImagePlugin.py Moved imports into TYPE_CHECKING 2025-08-02 11:40:35 +10:00
JpegImagePlugin.py Moved imports into TYPE_CHECKING 2025-08-02 11:40:35 +10:00
JpegPresets.py Revert "Corrected exiv2.org links" 2024-07-24 11:44:44 -06:00
McIdasImagePlugin.py Read 16-bit McIdas images into I;16B mode to allow for memory mapping (#9046) 2025-06-29 15:38:26 +03:00
MicImagePlugin.py _seek_check already raises an EOFError 2025-02-25 18:46:22 +11:00
MpegImagePlugin.py Removed unreachable code (#8918) 2025-06-01 15:41:48 +10:00
MpoImagePlugin.py Use save parameters as encoderinfo defaults (#9001) 2025-06-30 15:13:12 +03:00
MspImagePlugin.py Replace slice and comparison with startswith 2025-02-17 23:39:33 +02:00
PaletteFile.py Replace slice and comparison with startswith 2025-02-17 23:39:33 +02:00
PalmImagePlugin.py Corrected P mode save (#8685) 2025-03-29 18:34:42 +02:00
PcdImagePlugin.py Reduced number of bytes read 2025-07-11 17:19:56 +10:00
PcfFontFile.py Drop support for Python 3.9 (#9119) 2025-08-02 12:02:20 +00:00
PcxImagePlugin.py Improved _accept length check 2025-08-21 21:56:03 +10:00
PdfImagePlugin.py Added type hint to ImageFile._save tile parameter 2024-08-15 07:30:01 +10:00
PdfParser.py Drop support for Python 3.9 (#9119) 2025-08-02 12:02:20 +00:00
PixarImagePlugin.py Replace slice and comparison with startswith 2025-02-17 23:39:33 +02:00
PngImagePlugin.py Moved imports into TYPE_CHECKING 2025-08-02 11:40:35 +10:00
PpmImagePlugin.py Improved _accept length check 2025-08-21 21:56:03 +10:00
PsdImagePlugin.py Check that _fp type is not DeferredError before use (#8640) 2025-03-29 18:30:30 +02:00
PSDraw.py Do not import TYPE_CHECKING 2025-03-30 22:16:16 +11:00
py.typed Added py.typed to support type checking 2024-02-21 21:26:37 +11:00
QoiImagePlugin.py Support writing QOI images (#9007) 2025-06-19 18:16:26 +10:00
report.py add PIL.report 2024-03-09 15:00:45 +01:00
SgiImagePlugin.py Improve SgiImagePlugin test coverage (#8896) 2025-06-27 15:32:30 +03:00
SpiderImagePlugin.py Do not import TYPE_CHECKING 2025-03-30 22:16:16 +11:00
SunImagePlugin.py Changed im.tile to never be None 2024-08-30 22:28:03 +10:00
TarIO.py Close file handle on error (#8846) 2025-03-30 21:16:50 +03:00
TgaImagePlugin.py Changed im.tile to never be None 2024-08-30 22:28:03 +10:00
TiffImagePlugin.py Drop support for Python 3.9 (#9119) 2025-08-02 12:02:20 +00:00
TiffTags.py Added type hints 2024-07-20 13:14:18 +10:00
WalImageFile.py Use im property 2024-08-10 10:20:08 +10:00
WebPImagePlugin.py Moved imports into TYPE_CHECKING 2025-08-02 11:40:35 +10:00
WmfImagePlugin.py Fixed typo 2025-08-06 08:17:09 +10:00
XbmImagePlugin.py Replace slice and comparison with startswith 2025-02-17 23:39:33 +02:00
XpmImagePlugin.py Improved type hints 2025-04-10 18:57:58 +10:00
XVThumbImagePlugin.py Replace slice and comparison with startswith 2025-02-17 23:39:33 +02:00