Pillow/src/PIL
2023-06-15 02:27:18 +03:00
..
__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.0.0.dev0 version bump 2023-04-01 23:36:52 +11:00
BdfFontFile.py Adjusted variable names and comments to better match specification 2023-02-25 16:31:26 +02:00
BlpImagePlugin.py Remove constants deprecated in 9.1.0 2023-04-06 16:11:36 +03:00
BmpImagePlugin.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-02-06 19:27:19 +00:00
BufrStubImagePlugin.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-02-06 19:27:19 +00: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 Add IntEnum/IntFlag for most of DDS members 2023-06-15 02:27:18 +03:00
EpsImagePlugin.py Merge pull request #7056 from radarhere/eps 2023-06-13 19:47:55 +03: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 Allow comments in FITS images 2023-02-25 16:44:07 +11:00
FliImagePlugin.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-02-06 19:27:19 +00:00
FontFile.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-02-06 19:27:19 +00:00
FpxImagePlugin.py Close OleFileIO instance when closing or exiting FPX or MIC 2023-03-11 23:11:43 +11:00
FtexImagePlugin.py Remove constants deprecated in 9.1.0 2023-04-06 16:11:36 +03:00
GbrImagePlugin.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-02-06 19:27:19 +00:00
GdImageFile.py Use "not in" 2023-06-14 08:52:55 +10:00
GifImagePlugin.py Fixed saving multiple 1 mode images to GIF 2023-05-24 08:55:14 +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 [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-02-06 19:27:19 +00:00
Hdf5StubImagePlugin.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-02-06 19:27:19 +00:00
IcnsImagePlugin.py Replaced absolute PIL import with relative import 2023-05-20 17:11:43 +10:00
IcoImagePlugin.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-02-06 19:27:19 +00:00
Image.py Merge pull request #7092 from radarhere/exif_transpose 2023-06-14 07:24:47 +00: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 Improve exception traceback readability 2022-12-30 00:07:52 +02: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 Document order of kernel weights 2023-06-09 10:47:20 +10:00
ImageFont.py Merge pull request #7206 from radarhere/text_layout 2023-06-13 20:31:24 +03:00
ImageGrab.py Do not use temporary file when grabbing clipboard on Linux 2023-06-05 18:36:41 +10:00
ImageMath.py Improve exception traceback readability 2022-12-30 00:07:52 +02: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 snake case 2023-06-14 16:12:47 +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 [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-02-06 19:27:19 +00:00
ImtImagePlugin.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-02-06 19:27:19 +00:00
IptcImagePlugin.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-02-06 19:27:19 +00:00
Jpeg2KImagePlugin.py Increase similiarity between test_plt_marker and _parse_comment 2023-03-29 20:14:29 +11:00
JpegImagePlugin.py Remove temporary file when error is raised 2023-06-06 17:54:55 +10:00
JpegPresets.py Updated URL 2022-04-27 22:28:10 +10:00
McIdasImagePlugin.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-02-06 19:27:19 +00:00
MicImagePlugin.py Removed _category 2023-04-08 11:48:06 +10:00
MpegImagePlugin.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-02-06 19:27:19 +00:00
MpoImagePlugin.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-02-06 19:27:19 +00:00
MspImagePlugin.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-02-06 19:27:19 +00: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 [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-02-06 19:27:19 +00:00
PcfFontFile.py Update src/PIL/PcfFontFile.py 2023-02-26 13:03:29 +02:00
PcxImagePlugin.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-02-06 19:27:19 +00:00
PdfImagePlugin.py Merge branch 'main' into pdf 2023-03-12 23:31:26 +11:00
PdfParser.py Use later value for duplicate xref entries 2023-04-20 23:15:20 +10:00
PixarImagePlugin.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-02-06 19:27:19 +00:00
PngImagePlugin.py Fixed combining single duration across duplicate PNG frames 2023-05-09 12:12:16 +10:00
PpmImagePlugin.py Clear half token after use 2023-04-01 09:23:57 +11:00
PsdImagePlugin.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-02-06 19:27:19 +00:00
PSDraw.py Simplified rectangle command 2022-07-11 19:38:46 +10:00
PyAccess.py Merge branch 'main' into i16n 2023-03-13 14:33:26 +11:00
QoiImagePlugin.py Removed unnecessary line 2023-03-13 00:03:08 +11:00
SgiImagePlugin.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-02-06 19:27:19 +00:00
SpiderImagePlugin.py Replaced absolute PIL import with relative import 2023-05-20 17:11:43 +10:00
SunImagePlugin.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-02-06 19:27:19 +00:00
TarIO.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-02-06 19:27:19 +00:00
TgaImagePlugin.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-02-06 19:27:19 +00:00
TiffImagePlugin.py Merge branch 'main' into exif_transpose 2023-06-14 09:57:25 +10:00
TiffTags.py Added ImageSourceData to TAGS_V2 2023-04-01 10:27:39 +11:00
WalImageFile.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-02-06 19:27:19 +00:00
WebPImagePlugin.py Round duration when saving animated WebP 2023-03-07 18:07:46 +11:00
WmfImagePlugin.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-02-06 19:27:19 +00:00
XbmImagePlugin.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-02-06 19:27:19 +00:00
XpmImagePlugin.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-02-06 19:27:19 +00:00
XVThumbImagePlugin.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-02-06 19:27:19 +00:00