Pillow/src/PIL
2024-05-10 11:46:35 +02:00
..
__init__.py Clean up authors and contributors 2024-03-23 09:40:39 -04:00
__main__.py rename --bugreport to --report 2024-03-04 20:12:40 +01: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 Various fixes 2024-05-07 15:59:20 +02:00
_imagingcms.pyi remove mode properties from CmsTransform interface 2024-04-01 10:16:23 -05:00
_imagingft.pyi [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-05-07 12:34:02 +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
_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.4.0.dev0 version bump 2024-04-01 15:35:42 +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
BdfFontFile.py Added type hints to FontFile and subclasses 2023-12-27 12:27:21 +11:00
BlpImagePlugin.py accept returns bool or str 2024-04-06 18:31:08 +02:00
BmpImagePlugin.py Reduced duplicate code 2024-04-10 20:37:44 +10:00
BufrStubImagePlugin.py accept returns bool or str 2024-04-06 18:31:08 +02:00
ContainerIO.py add type hints to PIL.ContainerIO 2023-12-29 23:24:21 +01:00
CurImagePlugin.py accept returns bool or str 2024-04-06 18:31:08 +02:00
DcxImagePlugin.py accept returns bool or str 2024-04-06 18:31:08 +02:00
DdsImagePlugin.py chore: add f-string formatting 2024-05-04 19:21:49 +03:00
EpsImagePlugin.py accept returns bool or str 2024-04-06 18:31:08 +02:00
ExifTags.py Update ExifTags.py 2024-04-26 17:17:44 +02:00
features.py chore: add f-string formatting 2024-05-04 19:21:49 +03:00
FitsImagePlugin.py Support GZIP_1 compression 2024-03-26 21:29:28 +11:00
FliImagePlugin.py accept returns bool or str 2024-04-06 18:31:08 +02:00
FontFile.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-02-05 17:18:52 +00:00
FpxImagePlugin.py accept returns bool or str 2024-04-06 18:31:08 +02:00
FtexImagePlugin.py accept returns bool or str 2024-04-06 18:31:08 +02:00
GbrImagePlugin.py accept returns bool or str 2024-04-06 18:31:08 +02:00
GdImageFile.py Removed FileDescriptor 2024-02-10 20:47:32 +11:00
GifImagePlugin.py accept returns bool or str 2024-04-06 18:31:08 +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 accept returns bool or str 2024-04-06 18:31:08 +02:00
Hdf5StubImagePlugin.py accept returns bool or str 2024-04-06 18:31:08 +02:00
IcnsImagePlugin.py accept returns bool or str 2024-04-06 18:31:08 +02:00
IcoImagePlugin.py accept returns bool or str 2024-04-06 18:31:08 +02:00
Image.py Rename protocol to SupportsGetData 2024-05-10 11:46:35 +02:00
ImageChops.py Import annotations to allow for pipe as union type 2023-12-15 07:59:38 +11:00
ImageCms.py Removed type hint ignores 2024-04-22 09:23:10 +10:00
ImageColor.py Added type hints 2024-02-17 10:45:52 +11:00
ImageDraw.py Various fixes 2024-05-07 15:59:20 +02: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 Added type hints 2024-04-29 20:25:11 +10:00
ImageFilter.py Updated indents 2024-03-26 06:08:10 +11:00
ImageFont.py Various fixes 2024-05-07 15:59:20 +02:00
ImageGrab.py Corrected check 2024-01-31 19:10:33 +11:00
ImageMath.py chore: add f-string formatting 2024-05-04 19:21:49 +03:00
ImageMode.py chore: add f-string formatting 2024-05-04 19:21:49 +03:00
ImageMorph.py chore: add f-string formatting 2024-05-04 19:21:49 +03: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 Corrected UnixViewer command 2024-04-17 14:51:12 +10:00
ImageStat.py ImageStat: simplify if block 2024-04-16 18:34:48 +02:00
ImageTk.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
ImageTransform.py Various fixes 2024-05-07 15:59:20 +02:00
ImageWin.py chore: add f-string formatting 2024-05-04 19:21:49 +03:00
ImImagePlugin.py chore: add f-string formatting 2024-05-04 19:21:49 +03: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 Merge pull request #7944 from nulano/type-image-open 2024-04-07 08:31:55 +10:00
JpegImagePlugin.py Added type hints 2024-04-29 20:25:11 +10:00
JpegPresets.py Corrected links 2024-03-04 22:48:51 +11:00
McIdasImagePlugin.py Added type hints 2024-01-15 16:11:48 +11:00
MicImagePlugin.py accept returns bool or str 2024-04-06 18:31:08 +02:00
MpegImagePlugin.py Replace io.BytesIO in type hints 2024-01-22 23:21:56 +02:00
MpoImagePlugin.py Determine size from markers, not EXIF data 2024-03-16 18:40:16 +11: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 chore: add f-string formatting 2024-05-04 19:21:49 +03: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 [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-05-04 19:27:45 +00:00
PixarImagePlugin.py Added type hints 2024-01-15 16:11:48 +11:00
PngImagePlugin.py chore: add f-string formatting 2024-05-04 19:21:49 +03:00
PpmImagePlugin.py Do not calculate destination length each time 2024-04-01 15:24:10 +11:00
PsdImagePlugin.py accept returns bool or str 2024-04-06 18:31:08 +02: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 accept returns bool or str 2024-04-06 18:31:08 +02:00
report.py add PIL.report 2024-03-09 15:00:45 +01:00
SgiImagePlugin.py Use IO[bytes] in type hints 2024-02-13 22:26:23 +11:00
SpiderImagePlugin.py chore: add f-string formatting 2024-05-04 19:21:49 +03: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 chore: add f-string formatting 2024-05-04 19:21:49 +03:00
TiffTags.py enum can't be None 2024-03-27 10:35:28 +02:00
WalImageFile.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
WebPImagePlugin.py accept returns bool or str 2024-04-06 18:31:08 +02:00
WmfImagePlugin.py accept returns bool or str 2024-04-06 18:31:08 +02:00
XbmImagePlugin.py Use IO[bytes] in type hints 2024-02-13 22:26:23 +11:00
XpmImagePlugin.py accept returns bool or str 2024-04-06 18:31:08 +02:00
XVThumbImagePlugin.py Added type hints 2024-01-15 16:11:48 +11:00