Pillow/src/PIL
2025-01-25 22:16:19 +11:00
..
__init__.py Add AVIF plugin (using libavif) 2024-10-16 09:41:35 -04:00
__main__.py rename --bugreport to --report 2024-03-04 20:12:40 +01:00
_avif.pyi Add AVIF plugin (using libavif) 2024-10-16 09:41:35 -04: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 Added type hints 2024-07-25 22:55:49 +10: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 Added type hints 2024-02-10 19:50:45 +11:00
_typing.py Fix new Ruff errors 2024-12-02 20:29:38 +02:00
_util.py Remove unused _util.is_directory 2024-07-24 20:32:20 +03:00
_version.py 11.2.0.dev0 version bump 2025-01-02 19:04:18 +11: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 Fixed series of tuples as advanced argument (#15) 2025-01-15 13:19:55 -05:00
BdfFontFile.py Added type hints 2024-06-12 21:15:55 +10:00
BlpImagePlugin.py Use rawmode instead of splitting and merging 2025-01-05 06:11:54 +11:00
BmpImagePlugin.py Added type hints to frombuffer 2024-09-06 15:16:59 +10:00
BufrStubImagePlugin.py Added type hints 2024-06-10 14:15:28 +10:00
ContainerIO.py Changed ContainerIO to subclass IO 2024-07-17 16:23:29 +10:00
CurImagePlugin.py Changed im.tile to never be None 2024-08-30 22:28:03 +10:00
DcxImagePlugin.py Added type hints 2024-05-18 16:06:50 +10:00
DdsImagePlugin.py Replaced tuple args with mode string where equivalent 2024-11-13 22:53:18 +11:00
EpsImagePlugin.py Added default value for _Tile offset 2024-11-13 22:53:29 +11:00
ExifTags.py Restored Makernote as a deprecated enum 2024-12-30 21:14:23 +11:00
features.py Merge branch 'main' into libavif-plugin 2025-01-18 07:52:07 +11:00
FitsImagePlugin.py Added type hints to frombuffer 2024-09-06 15:16:59 +10:00
FliImagePlugin.py Added default value for _Tile args 2024-11-13 22:45:52 +11:00
FontFile.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-02-05 17:18:52 +00:00
FpxImagePlugin.py Replaced tuple args with mode string where equivalent 2024-11-13 22:53:18 +11:00
FtexImagePlugin.py Replaced tuple args with mode string where equivalent 2024-11-13 22:53:18 +11:00
GbrImagePlugin.py Use im property 2024-08-10 10:20:08 +10:00
GdImageFile.py Replaced tuple args with mode string where equivalent 2024-11-13 22:53:18 +11:00
GifImagePlugin.py Pass palette mode to putpalette 2024-10-24 23:26:13 +11:00
GimpGradientFile.py Simplified code 2024-06-09 22:13:01 +10:00
GimpPaletteFile.py Added type hints 2024-05-18 16:06:50 +10:00
GribStubImagePlugin.py Added type hints 2024-06-10 14:15:28 +10:00
Hdf5StubImagePlugin.py Added type hints 2024-06-10 14:15:28 +10:00
IcnsImagePlugin.py Deprecate setting size to (width, height, scale) 2024-09-06 11:42:56 +10:00
IcoImagePlugin.py Merge pull request #8336 from radarhere/type_hint_imagefile 2024-09-04 14:56:23 +03:00
Image.py Merge branch 'main' into libavif-plugin 2025-01-25 22:16:19 +11: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 Merge branch 'main' into type_hint_init 2024-08-28 08:31:09 +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 Moved _close_fp into ImageFile 2025-01-18 21:22:44 +11:00
ImageFilter.py Lint fixes 2024-12-21 13:06:09 +11:00
ImageFont.py Removed use of os.path.realpath 2024-11-09 20:06:33 +11:00
ImageGrab.py Do not use temporary file in grabclipboard() on macOS 2024-12-28 14:29:29 +11: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 Add overloads for exif_transpose 2025-01-02 17:38:21 +01:00
ImagePalette.py Added type hints 2024-07-29 23:46:07 +10:00
ImagePath.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
ImageQt.py Detach PyQt6 QPixmap instance before returning 2024-10-29 00:34:24 +11:00
ImageSequence.py Added type hints 2024-07-12 21:16:56 +10:00
ImageShow.py Added type hints (#8204) 2024-07-05 11:55:23 -06:00
ImageStat.py ImageStat: simplify if block 2024-04-16 18:34:48 +02:00
ImageTk.py Catch AttributeError for BitmapImage.__photo 2024-09-26 16:27:55 +04:00
ImageTransform.py Drop support for Python 3.8 (#8183) 2024-07-03 00:44:45 -06:00
ImageWin.py Cast handle to int 2024-09-16 08:23:26 +10:00
ImImagePlugin.py Fix new Ruff errors 2024-12-02 20:29:38 +02:00
ImtImagePlugin.py Replaced tuple args with mode string where equivalent 2024-11-13 22:53:18 +11:00
IptcImagePlugin.py Changed im.tile to never be None 2024-08-30 22:28:03 +10:00
Jpeg2KImagePlugin.py Added reading of J2K comments 2024-12-26 10:51:45 +11:00
JpegImagePlugin.py Populate DPI from JFIF cm density 2024-12-28 21:28:44 +11:00
JpegPresets.py Revert "Corrected exiv2.org links" 2024-07-24 11:44:44 -06:00
McIdasImagePlugin.py Changed im.tile to never be None 2024-08-30 22:28:03 +10:00
MicImagePlugin.py Added type hints 2024-07-02 20:10:47 +10:00
MpegImagePlugin.py Added MPEG accept function 2024-04-22 13:39:35 +10:00
MpoImagePlugin.py Changed im.tile to never be None 2024-08-30 22:28:03 +10:00
MspImagePlugin.py Replaced tuple args with mode string where equivalent 2024-11-13 22:53:18 +11:00
PaletteFile.py Added type hints 2024-06-09 07:12:22 +10:00
PalmImagePlugin.py Merge branch 'main' into type_hint_init 2024-08-28 08:31:09 +10:00
PcdImagePlugin.py Added default value for _Tile args 2024-11-13 22:45:52 +11:00
PcfFontFile.py Moved type hint to BYTES_PER_ROW 2023-12-27 22:27:20 +11:00
PcxImagePlugin.py Fix new Ruff errors 2024-12-02 20:29:38 +02:00
PdfImagePlugin.py Added type hint to ImageFile._save tile parameter 2024-08-15 07:30:01 +10:00
PdfParser.py Added type hints 2024-07-06 15:08:35 +10:00
PixarImagePlugin.py Replaced tuple args with mode string where equivalent 2024-11-13 22:53:18 +11:00
PngImagePlugin.py Fix new Ruff errors 2024-12-02 20:29:38 +02:00
PpmImagePlugin.py Added type hints to frombuffer 2024-09-06 15:16:59 +10:00
PsdImagePlugin.py Changed im.tile to never be None 2024-08-30 22:28:03 +10:00
PSDraw.py Do not use sys.stdout in PSDraw 2024-08-20 22:13:52 +10:00
py.typed Added py.typed to support type checking 2024-02-21 21:26:37 +11:00
QoiImagePlugin.py Added default value for _Tile args 2024-11-13 22:45:52 +11: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 Only F mode starts with F 2025-01-10 21:51:33 +11:00
SunImagePlugin.py Changed im.tile to never be None 2024-08-30 22:28:03 +10:00
TarIO.py Changed ContainerIO to subclass IO 2024-07-17 16:23:29 +10:00
TgaImagePlugin.py Changed im.tile to never be None 2024-08-30 22:28:03 +10:00
TiffImagePlugin.py Merge pull request #8568 from radarhere/fixifd 2025-01-16 16:33:42 +02: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 tile is already an empty list 2024-10-15 22:14:26 +11:00
WmfImagePlugin.py Raise ValueError when WMF inch is zero (#8600) 2024-12-18 08:08:51 +02:00
XbmImagePlugin.py Added default value for _Tile offset 2024-11-13 22:53:29 +11:00
XpmImagePlugin.py Replaced tuple args with mode string where equivalent 2024-11-13 22:53:18 +11:00
XVThumbImagePlugin.py Replaced tuple args with mode string where equivalent 2024-11-13 22:53:18 +11:00