| .. |
|
__init__.py
|
Remove FitsStubImagePlugin, deprecated in 9.1.0
|
2023-04-06 16:11:36 +03:00 |
|
__main__.py
|
Add __main__.py to output basic format and support information
|
2019-05-27 18:44:04 -07:00 |
|
_binary.py
|
PSD layer count may be negative
|
2021-07-15 19:38:26 +10:00 |
|
_deprecate.py
|
Removed ImageFont.getsize and related functions
|
2023-04-10 16:56:13 +10:00 |
|
_tkinter_finder.py
|
Remove support for Tk/Tcl <= 8.4, deprecated in 8.2.0
|
2023-04-06 16:11:36 +03:00 |
|
_util.py
|
[Private] class names should be CamelCase
|
2022-04-10 23:55:16 +03:00 |
|
_version.py
|
10.2.0.dev0 version bump
|
2023-10-15 16:05:50 +03:00 |
|
BdfFontFile.py
|
Add pyupgrade to pre-commit
|
2023-09-25 16:45:38 +03:00 |
|
BlpImagePlugin.py
|
Merge pull request #7289 from radarhere/undefined_palette
|
2023-10-05 09:31:02 -06:00 |
|
BmpImagePlugin.py
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
|
2023-11-06 13:24:42 +00:00 |
|
BufrStubImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
ContainerIO.py
|
convert comments into docstrings in autodoc files
|
2020-06-14 14:15:43 +02:00 |
|
CurImagePlugin.py
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
|
2023-11-06 13:24:42 +00:00 |
|
DcxImagePlugin.py
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
|
2023-02-06 19:27:19 +00:00 |
|
DdsImagePlugin.py
|
Added reading 8-bit color images
|
2023-09-27 19:41:45 +10:00 |
|
EpsImagePlugin.py
|
Fix up most noqas
|
2023-11-12 13:47:52 +02:00 |
|
ExifTags.py
|
Merge branch 'main' into exif_lightsource
|
2022-12-22 07:50:35 +11:00 |
|
features.py
|
Use "not in"
|
2023-06-14 08:52:55 +10:00 |
|
FitsImagePlugin.py
|
Remove old commented-out code
|
2023-11-06 21:21:07 +02:00 |
|
FliImagePlugin.py
|
Added messages to errors
|
2023-10-19 18:42:41 +11:00 |
|
FontFile.py
|
Remove old commented-out code
|
2023-11-06 21:21:07 +02:00 |
|
FpxImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
FtexImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
GbrImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
GdImageFile.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
GifImagePlugin.py
|
Simplified code
|
2023-11-25 17:36:19 +11:00 |
|
GimpGradientFile.py
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
|
2023-02-06 19:27:19 +00:00 |
|
GimpPaletteFile.py
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
|
2023-02-06 19:27:19 +00:00 |
|
GribStubImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
Hdf5StubImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
IcnsImagePlugin.py
|
Apply suggestions from code review
|
2023-11-13 09:28:01 +02:00 |
|
IcoImagePlugin.py
|
Remove old commented-out code
|
2023-11-06 21:21:07 +02:00 |
|
Image.py
|
Merge pull request #7524 from cclauss/ruff-rules-C4-PERF102-PIE810-PLR
|
2023-12-01 17:09:25 +02:00 |
|
ImageChops.py
|
Use "gray" more consistently
|
2023-10-19 19:12:01 +11:00 |
|
ImageCms.py
|
Replaced absolute PIL import with relative import
|
2023-05-20 17:11:43 +10:00 |
|
ImageColor.py
|
Use "gray" more consistently
|
2023-10-19 19:12:01 +11:00 |
|
ImageDraw.py
|
ruff: Minor optimizations of list comprehensions, x in set, etc.
|
2023-11-06 19:13:47 +06:00 |
|
ImageDraw2.py
|
Removed ImageFont.getsize and related functions
|
2023-04-10 16:56:13 +10:00 |
|
ImageEnhance.py
|
Use "gray" more consistently
|
2023-10-19 19:12:01 +11:00 |
|
ImageFile.py
|
Remove old commented-out code
|
2023-11-06 21:21:07 +02:00 |
|
ImageFilter.py
|
Apply ruff autofixes
|
2023-11-06 12:43:14 +02:00 |
|
ImageFont.py
|
Improve error message when creating TrueType fonts of invalid size
|
2023-11-28 15:09:53 +02:00 |
|
ImageGrab.py
|
Add pyupgrade to pre-commit
|
2023-09-25 16:45:38 +03:00 |
|
ImageMath.py
|
Simplified code
|
2023-10-28 14:22:39 +11:00 |
|
ImageMode.py
|
Support creating BGR;15, BGR;16 and BGR;24 images
|
2023-03-20 00:30:10 +11:00 |
|
ImageMorph.py
|
Further improve exception traceback readability
|
2022-12-30 14:24:28 +11:00 |
|
ImageOps.py
|
use format string instead of concatenation
|
2023-10-23 21:46:54 -05:00 |
|
ImagePalette.py
|
Remove old commented-out code
|
2023-11-06 21:21:07 +02:00 |
|
ImagePath.py
|
Introduce isort to automate import ordering and formatting
|
2019-07-06 16:11:35 -07:00 |
|
ImageQt.py
|
Remove old commented-out code
|
2023-11-06 21:21:07 +02:00 |
|
ImageSequence.py
|
Added messages to errors
|
2023-10-19 18:42:41 +11:00 |
|
ImageShow.py
|
Added messages to errors
|
2023-10-19 18:42:41 +11:00 |
|
ImageStat.py
|
Removed functools and operator import which are not needed anymore
|
2023-12-01 18:52:27 +01:00 |
|
ImageTk.py
|
Remove PhotoImage.paste() box parameter, deprecated in 9.2.0
|
2023-04-06 16:11:36 +03:00 |
|
ImageTransform.py
|
Added enums
|
2022-01-15 09:02:31 +11:00 |
|
ImageWin.py
|
Use "gray" more consistently
|
2023-10-19 19:12:01 +11:00 |
|
ImImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
ImtImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
IptcImagePlugin.py
|
Apply ruff autofixes
|
2023-11-06 12:43:14 +02:00 |
|
Jpeg2KImagePlugin.py
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
|
2023-11-06 13:24:42 +00:00 |
|
JpegImagePlugin.py
|
Merge pull request #7524 from cclauss/ruff-rules-C4-PERF102-PIE810-PLR
|
2023-12-01 17:09:25 +02:00 |
|
JpegPresets.py
|
Updated URL
|
2022-04-27 22:28:10 +10:00 |
|
McIdasImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
MicImagePlugin.py
|
Removed _category
|
2023-04-08 11:48:06 +10:00 |
|
MpegImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
MpoImagePlugin.py
|
Remove old commented-out code
|
2023-11-06 21:21:07 +02:00 |
|
MspImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
PaletteFile.py
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
|
2023-02-06 19:27:19 +00:00 |
|
PalmImagePlugin.py
|
Use "gray" more consistently
|
2023-10-19 19:12:01 +11:00 |
|
PcdImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
PcfFontFile.py
|
Update src/PIL/PcfFontFile.py
|
2023-02-26 13:03:29 +02:00 |
|
PcxImagePlugin.py
|
Use "gray" more consistently
|
2023-10-19 19:12:01 +11:00 |
|
PdfImagePlugin.py
|
Removed unused decoders
|
2023-08-07 13:54:11 +10:00 |
|
PdfParser.py
|
Fix up most noqas
|
2023-11-12 13:47:52 +02:00 |
|
PixarImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
PngImagePlugin.py
|
If save_all PNG only has one frame, do not create animated image
|
2023-11-03 22:08:48 +11:00 |
|
PpmImagePlugin.py
|
Remove old commented-out code
|
2023-11-06 21:21:07 +02:00 |
|
PsdImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
PSDraw.py
|
Use "gray" more consistently
|
2023-10-19 19:12:01 +11:00 |
|
PyAccess.py
|
Apply ruff autofixes
|
2023-11-06 12:43:14 +02:00 |
|
QoiImagePlugin.py
|
Use previous pixel alpha for QOI_OP_RGB
|
2023-08-31 09:27:33 +10:00 |
|
SgiImagePlugin.py
|
ruff: Minor optimizations of list comprehensions, x in set, etc.
|
2023-11-06 19:13:47 +06:00 |
|
SpiderImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
SunImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
TarIO.py
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
|
2023-02-06 19:27:19 +00:00 |
|
TgaImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
TiffImagePlugin.py
|
Remove old commented-out code
|
2023-11-06 21:21:07 +02:00 |
|
TiffTags.py
|
Merge pull request #7524 from cclauss/ruff-rules-C4-PERF102-PIE810-PLR
|
2023-12-01 17:09:25 +02:00 |
|
WalImageFile.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
WebPImagePlugin.py
|
Merge pull request #7420 from radarhere/transparency
|
2023-09-30 02:53:22 -06:00 |
|
WmfImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
XbmImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
XpmImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
XVThumbImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |