.. |
__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
|
Use "gray" more consistently
|
2023-10-19 19:12:01 +11: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
|
Derive bit count from number of modes
|
2023-10-21 17:33:04 +11:00 |
EpsImagePlugin.py
|
Merge pull request #7392 from radarhere/eps
|
2023-10-05 09:27:06 -06: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
|
Added messages to errors
|
2023-10-19 18:42:41 +11: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
|
Added messages to errors
|
2023-10-19 18:42:41 +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
|
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
|
Merge branch 'main' into improved_dds
|
2023-10-21 14:27:31 +11: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
|
Added font_size keyword arguments to ImageDraw text methods
|
2023-08-26 17:01:15 +10: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
|
Merge branch 'main' into improved_dds
|
2023-10-21 14:27:31 +11:00 |
ImageFilter.py
|
Improve efficiency when a radius is zero
|
2023-08-12 18:17:07 +10:00 |
ImageFont.py
|
Added documentation
|
2023-10-14 11:01:57 +11:00 |
ImageGrab.py
|
Add pyupgrade to pre-commit
|
2023-09-25 16:45:38 +03: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
|
Use "gray" more consistently
|
2023-10-19 19:12:01 +11:00 |
ImagePalette.py
|
Added messages to errors
|
2023-10-19 18:42:41 +11: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
|
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
|
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
|
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
|
Allow FotoStation tags
|
2023-08-22 10:13:41 +10:00 |
Jpeg2KImagePlugin.py
|
Changed Image mode property to be read-only by default
|
2023-07-29 09:28:18 +10:00 |
JpegImagePlugin.py
|
Added messages to errors
|
2023-10-19 18:42:41 +11: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
|
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
|
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
|
Merge branch 'main' into gray
|
2023-10-20 07:47:17 +11: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
|
Use "gray" more consistently
|
2023-10-19 19:12:01 +11: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
|
Merge branch 'main' into tiff
|
2023-10-06 11:40:05 +11: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
|
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 |