Pillow/src/PIL
Hugo van Kemenade 1ee3bd1d9e
Merge pull request #8390 from radarhere/tiff_exif_transpose
Use transposed size after opening for TIFF images
2024-09-18 22:35:01 +03: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 Updated deprecation timeline 2024-07-01 20:31:25 +10:00
_imaging.pyi Added type hints 2024-07-25 22:55:49 +10:00
_imagingcms.pyi Corrected type hint 2024-06-03 08:50:46 +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 Moved Buffer into _typing 2024-09-08 08:30:30 +10:00
_util.py Remove unused _util.is_directory 2024-07-24 20:32:20 +03:00
_version.py 11.0.0.dev0 version bump 2024-07-01 19:53:27 +10: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 2024-06-12 21:15:55 +10:00
BlpImagePlugin.py Added type hints to frombuffer 2024-09-06 15:16:59 +10: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 Added type hints to frombuffer 2024-09-06 15:16:59 +10:00
EpsImagePlugin.py Merge branch 'main' into type_hint_init 2024-08-28 08:31:09 +10:00
ExifTags.py Update ExifTags.py 2024-04-26 17:17:44 +02:00
features.py Test deprecation warnings 2024-08-14 18:41:39 +10:00
FitsImagePlugin.py Added type hints to frombuffer 2024-09-06 15:16:59 +10:00
FliImagePlugin.py Changed im.tile to never be None 2024-08-30 22:28:03 +10:00
FontFile.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-02-05 17:18:52 +00:00
FpxImagePlugin.py Changed im.tile to never be None 2024-08-30 22:28:03 +10:00
FtexImagePlugin.py Changed im.tile to never be None 2024-08-30 22:28:03 +10:00
GbrImagePlugin.py Use im property 2024-08-10 10:20:08 +10:00
GdImageFile.py Changed im.tile to never be None 2024-08-30 22:28:03 +10:00
GifImagePlugin.py Improved handling of RGBA palettes when saving GIF images 2024-09-10 18:50:06 +10: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 Use transposed size after opening for TIFF images 2024-09-18 20:26:06 +10:00
ImageChops.py Use im property 2024-08-10 10:20:08 +10:00
ImageCms.py Use im property 2024-08-10 10:20:08 +10: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 Added type hints 2024-06-04 20:37:09 +10:00
ImageFile.py Loading does not change mode 2024-09-18 20:27:35 +10:00
ImageFilter.py Drop support for Python 3.8 (#8183) 2024-07-03 00:44:45 -06:00
ImageFont.py Rearranged text 2024-09-18 23:58:23 +10:00
ImageGrab.py Added comment 2024-06-25 10:50:40 +02:00
ImageMath.py Use isinstance to detect Image instances 2024-09-10 16:20:58 +10:00
ImageMode.py chore: add f-string formatting 2024-05-04 19:21:49 +03:00
ImageMorph.py Use im property 2024-08-10 10:20:08 +10:00
ImageOps.py Drop support for Python 3.8 (#8183) 2024-07-03 00:44:45 -06: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 Added type hints 2024-08-26 23:49:03 +10: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 Use im property 2024-08-10 10:20:08 +10: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 Changed im.tile to never be None 2024-08-30 22:28:03 +10:00
ImtImagePlugin.py Changed im.tile to never be None 2024-08-30 22:28:03 +10:00
IptcImagePlugin.py Changed im.tile to never be None 2024-08-30 22:28:03 +10:00
Jpeg2KImagePlugin.py Merge pull request #8339 from radarhere/type_hint 2024-09-04 14:57:01 +03:00
JpegImagePlugin.py Merge pull request #8336 from radarhere/type_hint_imagefile 2024-09-04 14:56:23 +03: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 Added type hints to frombuffer 2024-09-06 15:16:59 +10: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 Changed im.tile to never be None 2024-08-30 22:28:03 +10:00
PcfFontFile.py Moved type hint to BYTES_PER_ROW 2023-12-27 22:27:20 +11:00
PcxImagePlugin.py Changed im.tile to never be None 2024-08-30 22:28:03 +10: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 Changed im.tile to never be None 2024-08-30 22:28:03 +10:00
PngImagePlugin.py Mention limit in error message 2024-09-18 20:56:55 +10: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 type hints to frombuffer 2024-09-06 15:16:59 +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 Changed im.tile to never be None 2024-08-30 22:28:03 +10: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 In seek(), create core image at size needed for loading 2024-09-18 22:56:29 +10: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 Changed im.tile to never be None 2024-08-30 22:28:03 +10:00
WmfImagePlugin.py Added type hints 2024-07-08 20:09:45 +10:00
XbmImagePlugin.py Changed im.tile to never be None 2024-08-30 22:28:03 +10:00
XpmImagePlugin.py Changed im.tile to never be None 2024-08-30 22:28:03 +10:00
XVThumbImagePlugin.py Changed im.tile to never be None 2024-08-30 22:28:03 +10:00