Pillow/src/PIL
2024-03-26 06:00:03 +11:00
..
__init__.py Clean up authors and contributors 2024-03-23 09:40:39 -04:00
__main__.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
_binary.py Layer co-ordinates may be negative 2024-01-10 23:53:45 +11:00
_deprecate.py Deprecate raise_oserror() for removal in Pillow 12 2023-12-13 02:17:32 -06:00
_imaging.pyi Added type hints 2024-02-10 19:50:45 +11:00
_imagingcms.pyi use _util.DeferredError.new everywhere 2023-12-27 14:55:30 +01:00
_imagingft.pyi use _util.DeferredError.new everywhere 2023-12-27 14:55:30 +01:00
_imagingmath.pyi Added type hints 2024-01-10 22:05:26 +11:00
_imagingmorph.pyi Added type hints 2024-01-11 23:11:12 +11:00
_tkinter_finder.py Added type hints 2024-02-10 19:50:45 +11:00
_typing.py Removed FileDescriptor 2024-02-10 20:47:32 +11:00
_util.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-01-31 19:38:55 +00:00
_version.py 10.3.0.dev0 version bump 2024-01-02 20:37:59 +11:00
_webp.pyi Added type hints 2024-02-10 19:50:45 +11:00
BdfFontFile.py Added type hints to FontFile and subclasses 2023-12-27 12:27:21 +11:00
BlpImagePlugin.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-02-05 17:18:52 +00:00
BmpImagePlugin.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
BufrStubImagePlugin.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
ContainerIO.py add type hints to PIL.ContainerIO 2023-12-29 23:24:21 +01:00
CurImagePlugin.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
DcxImagePlugin.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
DdsImagePlugin.py Added type hints 2024-02-10 19:50:45 +11:00
EpsImagePlugin.py Merge pull request #7753 from radarhere/eps 2024-03-11 17:51:29 +02:00
ExifTags.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
features.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
FitsImagePlugin.py Added type hints 2024-01-13 16:26:15 +11:00
FliImagePlugin.py fix FLI/FLC decoder for files with a prefix chunk 2024-02-22 09:13:48 +01:00
FontFile.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-02-05 17:18:52 +00:00
FpxImagePlugin.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
FtexImagePlugin.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-02-05 17:18:52 +00:00
GbrImagePlugin.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
GdImageFile.py Removed FileDescriptor 2024-02-10 20:47:32 +11:00
GifImagePlugin.py Merge pull request #7788 from radarhere/gif_disposal 2024-03-11 17:48:13 +02:00
GimpGradientFile.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
GimpPaletteFile.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
GribStubImagePlugin.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
Hdf5StubImagePlugin.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
IcnsImagePlugin.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
IcoImagePlugin.py Merge pull request #7798 from radarhere/ico 2024-03-11 17:36:31 +02:00
Image.py Removed references to the "current version" 2024-03-26 06:00:03 +11:00
ImageChops.py Import annotations to allow for pipe as union type 2023-12-15 07:59:38 +11:00
ImageCms.py Import __version__ from . 2024-03-12 12:02:26 +11:00
ImageColor.py Added type hints 2024-02-17 10:45:52 +11:00
ImageDraw.py Fixed joined corners for rounded_rectangle() non-integer dimensions 2024-03-15 23:58:07 +11:00
ImageDraw2.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
ImageEnhance.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
ImageFile.py Merge pull request #7713 from radarhere/load 2024-03-11 17:34:38 +02:00
ImageFilter.py Removed references to the "current version" 2024-03-26 06:00:03 +11:00
ImageFont.py Use os.path.realpath consistently when os.fspath is used 2024-02-08 18:48:45 +11:00
ImageGrab.py Corrected check 2024-01-31 19:10:33 +11:00
ImageMath.py Changed ops to be static 2024-01-16 12:55:48 +11:00
ImageMode.py Optimise ImageMode.getmode 2023-12-26 15:08:58 -07:00
ImageMorph.py Added type hints 2024-01-11 23:11:12 +11:00
ImageOps.py Changed SupportsGetMesh protocol to be public 2024-02-29 20:16:41 +11:00
ImagePalette.py Added type hints 2024-02-17 10:45:52 +11:00
ImagePath.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
ImageQt.py Added type hints 2024-02-10 19:50:45 +11:00
ImageSequence.py Added type hints 2023-12-24 15:59:12 +11:00
ImageShow.py Merge pull request #7791 from radarhere/imageshow 2024-03-11 17:48:31 +02:00
ImageStat.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
ImageTk.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
ImageTransform.py Added PerspectiveTransform 2024-01-07 19:34:27 +11:00
ImageWin.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
ImImagePlugin.py Added type hints 2024-02-10 19:50:45 +11:00
ImtImagePlugin.py Added type hints 2024-01-15 20:11:14 +11:00
IptcImagePlugin.py Merge branch 'main' into iptc 2024-01-01 15:23:08 +11:00
Jpeg2KImagePlugin.py Simplified code 2024-03-25 18:23:52 +11:00
JpegImagePlugin.py Merge pull request #7553 from bgilbert/jpeg-rgb 2024-01-01 23:55:37 +11:00
JpegPresets.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-02-05 17:18:52 +00:00
McIdasImagePlugin.py Added type hints 2024-01-15 16:11:48 +11:00
MicImagePlugin.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
MpegImagePlugin.py Replace io.BytesIO in type hints 2024-01-22 23:21:56 +02:00
MpoImagePlugin.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
MspImagePlugin.py Use IO[bytes] in type hints 2024-02-13 22:26:23 +11:00
PaletteFile.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
PalmImagePlugin.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
PcdImagePlugin.py Added type hints 2024-01-15 16:11:48 +11:00
PcfFontFile.py Moved type hint to BYTES_PER_ROW 2023-12-27 22:27:20 +11:00
PcxImagePlugin.py Use IO[bytes] in type hints 2024-02-13 22:26:23 +11:00
PdfImagePlugin.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-02-05 17:18:52 +00:00
PdfParser.py Removed no cover pragmas 2024-02-10 21:57:59 +11:00
PixarImagePlugin.py Added type hints 2024-01-15 16:11:48 +11:00
PngImagePlugin.py Merge pull request #7823 from radarhere/png_iccp 2024-03-11 17:42:22 +02:00
PpmImagePlugin.py Raise a ValueError for negative values when loading P1-P3 PPM images 2024-03-16 12:29:21 +11:00
PsdImagePlugin.py Layer co-ordinates may be negative 2024-01-10 23:53:45 +11:00
PSDraw.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
py.typed Added py.typed to support type checking 2024-02-21 21:26:37 +11:00
PyAccess.py Added type hints 2024-02-10 19:50:45 +11:00
QoiImagePlugin.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
SgiImagePlugin.py Use IO[bytes] in type hints 2024-02-13 22:26:23 +11:00
SpiderImagePlugin.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
SunImagePlugin.py Added type hints 2024-01-15 16:11:48 +11:00
TarIO.py add type hints to PIL.ContainerIO 2023-12-29 23:24:21 +01:00
TgaImagePlugin.py Merge pull request #7797 from radarhere/tga_palette 2024-03-11 17:37:20 +02:00
TiffImagePlugin.py Block saving TIFF tag OSUBFILETYPE using libtiff 2024-03-22 23:43:55 +11:00
TiffTags.py Added type hints 2024-02-10 19:50:45 +11:00
WalImageFile.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
WebPImagePlugin.py Added alpha_quality argument when saving 2024-03-13 18:55:29 +11:00
WmfImagePlugin.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
XbmImagePlugin.py Use IO[bytes] in type hints 2024-02-13 22:26:23 +11:00
XpmImagePlugin.py Use consistent arguments for load_read 2024-01-13 21:11:16 +11:00
XVThumbImagePlugin.py Added type hints 2024-01-15 16:11:48 +11:00