Pillow/src/PIL
2025-04-26 14:12:11 +10:00
..
__init__.py Merge branch 'main' into jxl-support2 2025-04-26 14:12:11 +10: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 Added deprecation warning 2025-01-17 18:34:23 +11:00
_imaging.pyi Added type hints 2024-07-25 22:55:49 +10:00
_imagingcms.pyi Use getim() 2024-09-16 10:21:17 +10:00
_imagingft.pyi Simplify Python code by passing tuples to C 2025-02-05 19:12:50 +11: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
_jpegxl.pyi rename jxl -> jpegxl 2024-03-19 22:17:35 +01:00
_tkinter_finder.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2025-02-03 17:36:01 +00:00
_typing.py Do not import TYPE_CHECKING 2025-03-30 22:16:16 +11:00
_util.py Remove unused _util.is_directory 2024-07-24 20:32:20 +03:00
_version.py 11.3.0.dev0 version bump 2025-04-12 20:56:35 +03: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 Add AVIF plugin (decoder + encoder using libavif) (#5201) 2025-04-01 07:13:21 +03: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 Added USE_RAW_ALPHA (#8602) 2025-03-29 18:27:00 +02: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 Added BC5 saving 2025-03-17 07:55:25 +11: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 Merge branch 'main' into jxl-support2 2025-04-26 14:12:11 +10:00
FitsImagePlugin.py Replace slice and comparison with startswith 2025-02-17 23:39:33 +02:00
FliImagePlugin.py Check that _fp type is not DeferredError before use (#8640) 2025-03-29 18:30:30 +02: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 Use im property 2024-08-10 10:20:08 +10:00
GdImageFile.py Fixed loading images 2025-03-03 21:58:29 +11:00
GifImagePlugin.py Do not import TYPE_CHECKING 2025-03-30 22:16:16 +11:00
GimpGradientFile.py Replace slice and comparison with startswith 2025-02-17 23:39:33 +02:00
GimpPaletteFile.py Added frombytes() to allow for unlimited parsing 2025-03-20 23:12:35 +11:00
GribStubImagePlugin.py Replace slice and comparison with startswith 2025-02-17 23:39:33 +02:00
Hdf5StubImagePlugin.py Replace slice and comparison with startswith 2025-02-17 23:39:33 +02:00
IcnsImagePlugin.py Call startswith/endswith once with a tuple 2025-03-03 23:57:40 +02:00
IcoImagePlugin.py Replace slice and comparison with startswith 2025-02-17 23:39:33 +02:00
Image.py Remove incomplete 11.2.0 release, bill as 11.2.1 instead 2025-04-12 18:56:38 +03:00
ImageChops.py Use im property 2024-08-10 10:20:08 +10:00
ImageCms.py Merge pull request #8197 from radarhere/imagecms_core 2024-10-12 11:30:17 +03:00
ImageColor.py Added type hints 2024-06-08 22:26:28 +10:00
ImageDraw.py Do not import TYPE_CHECKING 2025-03-30 22:16:16 +11: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 Include filename in state 2025-04-02 11:14:58 +11:00
ImageFilter.py Do not import TYPE_CHECKING 2025-03-30 22:16:16 +11:00
ImageFont.py Update redirected URL 2025-04-21 17:32:47 +10:00
ImageGrab.py Add support for Grim in Wayland sessions ImageGrab (#8912) 2025-04-21 12:36:40 +10:00
ImageMath.py Added type hints 2024-10-13 07:42:17 +11:00
ImageMode.py chore: add f-string formatting 2024-05-04 19:21:49 +03:00
ImageMorph.py Use getim() 2024-09-16 10:21:17 +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 Do not import TYPE_CHECKING 2025-03-30 22:16:16 +11:00
ImageSequence.py Added type hints 2024-07-12 21:16:56 +10:00
ImageShow.py Inherit classes with abstractmethod from ABC 2025-03-05 21:30:24 +11:00
ImageStat.py ImageStat: simplify if block 2024-04-16 18:34:48 +02: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 Changed im.tile to never be None 2024-08-30 22:28:03 +10:00
Jpeg2KImagePlugin.py Replace slice and comparison with startswith 2025-02-17 23:39:33 +02:00
JpegImagePlugin.py Include filename in state 2025-04-02 11:14:58 +11:00
JpegPresets.py Revert "Corrected exiv2.org links" 2024-07-24 11:44:44 -06:00
JpegXlImagePlugin.py change Optional to python 3.10+ syntax 2024-03-19 22:47:10 +01:00
McIdasImagePlugin.py Replace slice and comparison with startswith 2025-02-17 23:39:33 +02:00
MicImagePlugin.py _seek_check already raises an EOFError 2025-02-25 18:46:22 +11:00
MpegImagePlugin.py Replace slice and comparison with startswith 2025-02-17 23:39:33 +02:00
MpoImagePlugin.py Check that _fp type is not DeferredError before use (#8640) 2025-03-29 18:30:30 +02: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 Replace slice and comparison with startswith 2025-02-17 23:39:33 +02:00
PcfFontFile.py Moved type hint to BYTES_PER_ROW 2023-12-27 22:27:20 +11:00
PcxImagePlugin.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2025-02-03 17:36:01 +00:00
PdfImagePlugin.py Added type hint to ImageFile._save tile parameter 2024-08-15 07:30:01 +10:00
PdfParser.py Do not import TYPE_CHECKING 2025-03-30 22:16:16 +11:00
PixarImagePlugin.py Replace slice and comparison with startswith 2025-02-17 23:39:33 +02:00
PngImagePlugin.py Do not import TYPE_CHECKING 2025-03-30 22:16:16 +11:00
PpmImagePlugin.py Replace slice and comparison with startswith 2025-02-17 23:39:33 +02: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 Replace slice and comparison with startswith 2025-02-17 23:39:33 +02:00
report.py add PIL.report 2024-03-09 15:00:45 +01:00
SgiImagePlugin.py Added type hints to frombuffer 2024-09-06 15:16:59 +10: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 Do not import TYPE_CHECKING 2025-03-30 22:16:16 +11: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 Updated comment 2025-03-19 19:22:15 +11:00
WmfImagePlugin.py Allow loading of EMF images at a given DPI (#8536) 2025-03-29 18:25:13 +02:00
XbmImagePlugin.py Replace slice and comparison with startswith 2025-02-17 23:39:33 +02:00
XpmImagePlugin.py Replace slice and comparison with endswith 2025-02-17 23:39:33 +02:00
XVThumbImagePlugin.py Replace slice and comparison with startswith 2025-02-17 23:39:33 +02:00