Pillow/src/PIL
Andrew Murray 2954964cd2
Removed ImageCmsProfile._set method (#9032)
Co-authored-by: Luke Granger-Brown <git@lukegb.com>
2025-06-23 07:05:43 +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 Allow for custom stacklevel in deprecations 2025-06-18 22:19:20 +10: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
_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 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 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 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 Add AVIF plugin (decoder + encoder using libavif) (#5201) 2025-04-01 07:13:21 +03: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 Update dependency mypy to v1.16.0 (#8991) 2025-06-07 11:07:21 +10: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 Handle XMP data from an UNDEFINED TIFF tag (#8997) 2025-06-10 14:57:15 +03:00
ImageChops.py Use im property 2024-08-10 10:20:08 +10:00
ImageCms.py Removed ImageCmsProfile._set method (#9032) 2025-06-23 07:05:43 +10:00
ImageColor.py Added type hints 2024-06-08 22:26:28 +10:00
ImageDraw.py Use mask in C when drawing wide polygon lines (#8984) 2025-06-10 11:46:12 +10: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 Allow loading state from Pillow < 11.2.1 2025-04-29 14:57:10 +10: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 Check for equality rather than inequality 2025-06-09 09:06:08 +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 Simplified code 2025-05-29 18:26:09 +10:00
JpegPresets.py Revert "Corrected exiv2.org links" 2024-07-24 11:44:44 -06: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 Removed unreachable code (#8918) 2025-06-01 15:41:48 +10: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 Reduced number of bytes read for header 2025-06-09 12:21:53 +10: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 Allow for custom stacklevel in deprecations 2025-06-18 22:19:20 +10:00
PpmImagePlugin.py Do not decode bytes in PPM error message (#8958) 2025-06-10 14:08:29 +03: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 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 Handle XMP data from an UNDEFINED TIFF tag (#8997) 2025-06-10 14:57:15 +03: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 Reduced number of bytes read for header 2025-05-24 10:24:42 +10: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