| .. |
|
__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.1.0.dev0 version bump
|
2023-07-02 00:59:40 +10:00 |
|
BdfFontFile.py
|
Adjusted variable names and comments to better match specification
|
2023-02-25 16:31:26 +02:00 |
|
BlpImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
BmpImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10: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-02-06 19:27:19 +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 BC5U reading
|
2023-08-31 12:13:35 +10:00 |
|
EpsImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10: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
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
FliImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
FontFile.py
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
|
2023-02-06 19:27:19 +00: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
|
Allow "loop=None" when saving
|
2023-08-09 10:31:34 +10: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
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
IcoImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
Image.py
|
Describe Image.MIME in register_mime()
|
2023-09-16 09:34:17 +10:00 |
|
ImageChops.py
|
Replace Python code-blocks with double colons
|
2023-02-24 08:17:10 +11:00 |
|
ImageCms.py
|
Replaced absolute PIL import with relative import
|
2023-05-20 17:11:43 +10:00 |
|
ImageColor.py
|
Convert to HSV if mode is HSV in getcolor()
|
2023-06-22 23:27:45 +10:00 |
|
ImageDraw.py
|
Fixed joined corners for odd dimensions
|
2023-05-10 13:25:35 +10:00 |
|
ImageDraw2.py
|
Removed ImageFont.getsize and related functions
|
2023-04-10 16:56:13 +10:00 |
|
ImageEnhance.py
|
Upgrade Python syntax with pyupgrade --py3-plus
|
2019-10-07 14:30:59 +03:00 |
|
ImageFile.py
|
Use existing variable names from ImageFile
|
2023-02-25 16:31:26 +02:00 |
|
ImageFilter.py
|
Improve efficiency when a radius is zero
|
2023-08-12 18:17:07 +10:00 |
|
ImageFont.py
|
Clarify that a single value is returned, and depends on the text direction
|
2023-07-25 12:31:58 +03:00 |
|
ImageGrab.py
|
Use tuples
|
2023-08-22 10:31:28 +10:00 |
|
ImageMath.py
|
Use "is" when comparing types
|
2023-08-08 08:44:03 +10: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
|
Handle tag_v2 in TiffImagePlugin
|
2023-09-11 19:02:17 +10:00 |
|
ImagePalette.py
|
Remove ImagePalette size parameter, deprecated in 8.4.0
|
2023-04-06 16:11:36 +03:00 |
|
ImagePath.py
|
Introduce isort to automate import ordering and formatting
|
2019-07-06 16:11:35 -07:00 |
|
ImageQt.py
|
Remove support for PyQt5 and PySide2, deprecated in 9.2.0
|
2023-04-06 16:11:36 +03:00 |
|
ImageSequence.py
|
Improve exception traceback readability
|
2022-12-30 00:07:52 +02:00 |
|
ImageShow.py
|
Replaced absolute PIL import with relative import
|
2023-05-20 17:11:43 +10:00 |
|
ImageStat.py
|
Improve exception traceback readability
|
2022-12-30 00:07:52 +02: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
|
Merge branch 'master' into rm-3.5
|
2020-09-01 20:16:46 +03: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
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
Jpeg2KImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
JpegImagePlugin.py
|
Expand buffer size when optimizing or progressive
|
2023-08-19 14:34:08 +10: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
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
|
2023-02-06 19:27:19 +00: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
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
|
2023-02-06 19:27:19 +00: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
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
PdfImagePlugin.py
|
Removed unused decoders
|
2023-08-07 13:54:11 +10:00 |
|
PdfParser.py
|
Use later value for duplicate xref entries
|
2023-04-20 23:15:20 +10:00 |
|
PixarImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
PngImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
PpmImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
PsdImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
PSDraw.py
|
Simplified rectangle command
|
2022-07-11 19:38:46 +10:00 |
|
PyAccess.py
|
Deprecate PyAccess
|
2023-06-28 20:10:10 +10:00 |
|
QoiImagePlugin.py
|
Use previous pixel alpha for QOI_OP_RGB
|
2023-08-31 09:27:33 +10:00 |
|
SgiImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10: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
|
Handle tag_v2 in TiffImagePlugin
|
2023-09-11 19:02:17 +10:00 |
|
TiffTags.py
|
Added ImageSourceData to TAGS_V2
|
2023-04-01 10:27:39 +11:00 |
|
WalImageFile.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
|
WebPImagePlugin.py
|
_decoder.get_next() may return None
|
2023-08-01 19:16:28 +10: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 |