Pillow/src/PIL
2024-05-22 20:05:07 +10: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 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
_imagingcms.pyi remove mode properties from CmsTransform interface 2024-04-01 10:16:23 -05:00
_imagingft.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
_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 Added type hints 2024-05-04 20:51:54 +10:00
BmpImagePlugin.py Added type hints 2024-05-04 20:51:54 +10:00
BufrStubImagePlugin.py Added type hints 2024-05-11 10:48:09 +10:00
ContainerIO.py add type hints to PIL.ContainerIO 2023-12-29 23:24:21 +01:00
CurImagePlugin.py Added type hints 2024-05-11 10:48:09 +10:00
DcxImagePlugin.py Added type hints 2024-05-04 20:51:54 +10:00
DdsImagePlugin.py Support unpacking more rawmodes to RGBA palette 2024-05-22 20:05:07 +10:00
EpsImagePlugin.py Added type hints 2024-05-15 20:19:09 +10:00
ExifTags.py Update ExifTags.py 2024-04-26 17:17:44 +02:00
features.py Added type hints 2024-05-15 20:19:09 +10:00
FitsImagePlugin.py Support GZIP_1 compression 2024-03-26 21:29:28 +11:00
FliImagePlugin.py Added type hints 2024-05-13 18:47:51 +10:00
FontFile.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-02-05 17:18:52 +00:00
FpxImagePlugin.py Added type hints 2024-05-11 10:48:09 +10:00
FtexImagePlugin.py Added type hints 2024-05-15 20:19:09 +10:00
GbrImagePlugin.py Added type hints 2024-05-11 10:48:09 +10:00
GdImageFile.py Removed FileDescriptor 2024-02-10 20:47:32 +11:00
GifImagePlugin.py Support unpacking more rawmodes to RGBA palette 2024-05-22 20:05:07 +10:00
GimpGradientFile.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
GimpPaletteFile.py Added type hints 2024-05-13 18:47:51 +10:00
GribStubImagePlugin.py Added type hints 2024-05-11 10:48:09 +10:00
Hdf5StubImagePlugin.py Added type hints 2024-05-04 20:51:54 +10:00
IcnsImagePlugin.py Added type hints 2024-05-04 20:51:54 +10:00
IcoImagePlugin.py Added type hints 2024-05-15 20:19:09 +10:00
Image.py Support unpacking more rawmodes to RGBA palette 2024-05-22 20:05:07 +10: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 Added type hints 2024-05-13 18:47:51 +10: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-05-15 20:19:09 +10:00
ImageFilter.py Added type hints 2024-05-13 18:47:51 +10: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 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-05-13 18:47:51 +10: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 Added type hints 2024-05-13 18:47:51 +10:00
ImageTransform.py Added PerspectiveTransform 2024-01-07 19:34:27 +11:00
ImageWin.py Merge branch 'main' into type_hint 2024-05-08 18:04:02 +10:00
ImImagePlugin.py Added type hints 2024-05-13 18:47:51 +10:00
ImtImagePlugin.py Added type hints 2024-01-15 20:11:14 +11:00
IptcImagePlugin.py Use f-strings 2024-05-07 14:01:08 +10:00
Jpeg2KImagePlugin.py Added type hints 2024-05-13 18:47:51 +10:00
JpegImagePlugin.py Added type hints 2024-05-15 20:19:09 +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 Added type hints 2024-05-04 20:51:54 +10:00
MpegImagePlugin.py Added MPEG accept function 2024-04-22 13:39:35 +10:00
MpoImagePlugin.py Added type hints 2024-05-15 20:19:09 +10: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 Added type hints 2024-05-13 18:47:51 +10:00
PixarImagePlugin.py Added type hints 2024-01-15 16:11:48 +11:00
PngImagePlugin.py Added type hints 2024-05-15 20:19:09 +10:00
PpmImagePlugin.py Do not calculate destination length each time 2024-04-01 15:24:10 +11:00
PsdImagePlugin.py Added type hints 2024-05-04 20:51:54 +10:00
PSDraw.py Added type hints 2024-05-11 10:48:09 +10:00
py.typed Added py.typed to support type checking 2024-02-21 21:26:37 +11:00
PyAccess.py Added type hints 2024-05-11 10:48:09 +10:00
QoiImagePlugin.py Added type hints 2024-05-11 10:48:09 +10: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 Added type hints 2024-05-13 18:47:51 +10: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 Added type hints 2024-05-13 18:47:51 +10:00
TiffTags.py enum can't be None 2024-03-27 10:35:28 +02:00
WalImageFile.py Added type hints 2024-05-04 20:51:54 +10:00
WebPImagePlugin.py Added type hints 2024-05-15 20:19:09 +10:00
WmfImagePlugin.py Added type hints 2024-05-11 10:48:09 +10:00
XbmImagePlugin.py Use IO[bytes] in type hints 2024-02-13 22:26:23 +11:00
XpmImagePlugin.py Added type hints 2024-05-15 20:19:09 +10:00
XVThumbImagePlugin.py Added type hints 2024-01-15 16:11:48 +11:00