Pillow/src/PIL
2022-12-23 12:10:36 +11:00
..
__init__.py Deprecated FitsStubImagePlugin 2022-02-19 14:41:12 +11: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 Update docstring 2022-04-10 19:27:57 +03:00
_tkinter_finder.py Add deprecations helper 2022-04-06 13:19:52 +03:00
_util.py [Private] class names should be CamelCase 2022-04-10 23:55:16 +03:00
_version.py 9.4.0.dev0 version bump 2022-10-29 17:22:07 +03:00
BdfFontFile.py convert comments into docstrings in autodoc files 2020-06-14 14:15:43 +02:00
BlpImagePlugin.py Do not trust JPEG decoder to determine image is CMYK 2022-11-30 13:49:07 +11:00
BmpImagePlugin.py Moved comment back [ci skip] 2022-10-24 17:07:57 +11:00
BufrStubImagePlugin.py Fixed BUFR, GRIB and HDF5 stub saving 2022-02-19 14:29:03 +11:00
ContainerIO.py convert comments into docstrings in autodoc files 2020-06-14 14:15:43 +02:00
CurImagePlugin.py use offset for all binary input functions instead of slicing 2020-12-30 19:10:50 +11:00
DcxImagePlugin.py Merged _close_fp into close and __exit__ 2022-04-17 12:13:58 +10:00
DdsImagePlugin.py Merge branch 'python-pillow-main' 2022-08-02 15:55:21 +10:00
EpsImagePlugin.py Open 1 bit EPS in mode 1 2022-08-13 18:32:29 +10:00
ExifTags.py Added IFD1 reading 2022-12-05 09:09:00 +11:00
features.py Use python3 2021-05-08 12:37:06 +10:00
FitsImagePlugin.py Added FITS reading 2022-02-15 11:22:46 +11:00
FitsStubImagePlugin.py Add deprecations helper 2022-04-06 13:19:52 +03:00
FliImagePlugin.py Allow palette chunk to not be first 2022-09-29 21:29:16 +10:00
FontFile.py Upgrade Python syntax for 3.6+ 2020-07-30 10:09:18 +03:00
FpxImagePlugin.py Limit tile size to avoid extending outside image 2022-06-16 08:36:43 +10:00
FtexImagePlugin.py Merge pull request #6195 from hugovk/cleanup 2022-04-26 18:51:44 +10:00
GbrImagePlugin.py Do not read data until necessary 2022-02-27 14:48:36 +11:00
GdImageFile.py Merge pull request #6195 from hugovk/cleanup 2022-04-26 18:51:44 +10:00
GifImagePlugin.py Merge pull request #6792 from radarhere/webp_gif 2022-12-21 21:09:23 +02:00
GimpGradientFile.py convert comments into docstrings in autodoc files 2020-06-14 14:15:43 +02:00
GimpPaletteFile.py pre-commit autoupdate --freeze 2022-03-04 16:42:24 +11:00
GribStubImagePlugin.py Simplified index slicing 2022-04-25 22:52:29 +10:00
Hdf5StubImagePlugin.py Fixed BUFR, GRIB and HDF5 stub saving 2022-02-19 14:29:03 +11:00
IcnsImagePlugin.py Merge pull request #6108 from radarhere/none 2022-03-10 17:36:13 +02:00
IcoImagePlugin.py Save multiple images at different bit depths if provided 2022-03-12 15:49:36 +11:00
Image.py Merge pull request #6793 from radarhere/tile 2022-12-21 16:56:41 +02:00
ImageChops.py Add missing paramters to docstrings 2022-04-10 23:39:54 +03:00
ImageCms.py Use f-string 2022-06-15 21:43:18 +03:00
ImageColor.py Merge pull request #88 from radarhere/cleanup 2022-04-25 22:06:52 +03:00
ImageDraw.py Use fractional coordinates when drawing text 2022-11-08 11:49:39 +11:00
ImageDraw2.py Replaced __internal__ argument with warning filters 2022-07-01 14:10:29 +02:00
ImageEnhance.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
ImageFile.py Only set tile in ImageFile __setstate__ 2022-12-09 12:29:27 +11:00
ImageFilter.py Variable in function should be snake_case 2022-04-16 22:15:48 +10:00
ImageFont.py Added "start" argument to docstring 2022-11-16 09:15:56 +11:00
ImageGrab.py Prefer gnome-screenshot if xdisplay is None 2022-06-13 09:56:52 +10:00
ImageMath.py Restrict builtins within lambdas for ImageMath.eval 2022-02-03 08:42:53 +11:00
ImageMode.py Added further typestr entries 2022-02-15 22:30:33 +11:00
ImageMorph.py Simplified index slicing 2022-04-25 22:52:29 +10:00
ImageOps.py Merge branch 'main' into fix-padding 2022-09-21 20:22:27 +10:00
ImagePalette.py Updated error message 2022-10-10 12:02:10 +11:00
ImagePath.py Introduce isort to automate import ordering and formatting 2019-07-06 16:11:35 -07:00
ImageQt.py Deprecate support for Qt 5 (PyQt5 and PySide2). Use Qt 6 (PyQt6 or PySide6) instead. 2022-04-22 15:56:11 +03:00
ImageSequence.py Fix exception causes all over the codebase 2020-06-21 13:21:25 +03:00
ImageShow.py Run Bandit on CI via pre-commit 2022-12-14 21:40:44 +02:00
ImageStat.py Variable in function should be snake_case 2022-04-10 23:55:16 +03:00
ImageTk.py Apply transparency to P images before passing to tkinter.PhotoImage 2022-09-05 11:58:45 +10: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 Pad IM palette to 768 bytes when saving 2022-09-14 21:01:58 +10:00
ImtImagePlugin.py Only read a maximum of 100 bytes at a time 2022-09-29 08:22:31 +10:00
IptcImagePlugin.py use offset for all binary input functions instead of slicing 2020-12-30 19:10:50 +11:00
Jpeg2KImagePlugin.py Remove redundant parentheses 2022-04-10 23:39:54 +03:00
JpegImagePlugin.py Merge pull request #6748 from radarhere/exif_ifd 2022-12-14 07:33:14 +11:00
JpegPresets.py Updated URL 2022-04-27 22:28:10 +10:00
McIdasImagePlugin.py Remove deprecated __version__ from plugins 2019-11-05 17:01:03 +02:00
MicImagePlugin.py Removed unused variable 2022-04-17 12:13:58 +10:00
MpegImagePlugin.py Merge remote-tracking branch 'upstream/master' into rm-2.7 2019-11-18 13:56:42 +02:00
MpoImagePlugin.py Added IFD enum 2022-11-28 08:39:56 +11:00
MspImagePlugin.py Return -1 when finished decoding 2022-03-08 19:48:58 +11:00
PaletteFile.py Simplified index slicing 2022-04-25 22:52:29 +10:00
PalmImagePlugin.py Merge branch 'master' into rm-3.5 2020-09-01 20:16:46 +03:00
PcdImagePlugin.py remove extra i8 calls where input is proved bytes[] or int 2020-12-30 19:04:11 +11:00
PcfFontFile.py Limit expected number of characters to nencoding 2022-06-27 14:05:13 +10:00
PcxImagePlugin.py Pad palette to 768 bytes 2022-06-22 17:27:49 +10:00
PdfImagePlugin.py Do not use CCITTFaxDecode filter if libtiff is not available 2022-08-22 19:57:33 +10:00
PdfParser.py Remove redundant regex escapes 2022-04-10 23:39:54 +03:00
PixarImagePlugin.py use offset for all binary input functions instead of slicing 2020-12-30 19:10:50 +11:00
PngImagePlugin.py Do not save EXIF from info 2022-12-23 12:10:36 +11:00
PpmImagePlugin.py Fixed BytesWarning 2022-12-21 14:20:47 +11:00
PsdImagePlugin.py Added support for RGBA PSD images 2022-08-05 23:29:58 +10:00
PSDraw.py Simplified rectangle command 2022-07-11 19:38:46 +10:00
PyAccess.py remove comment about Access.c line methods 2022-11-12 17:16:50 -06:00
SgiImagePlugin.py Updated variable name in comment 2022-04-16 22:15:21 +10:00
SpiderImagePlugin.py Merge pull request #6213 from radarhere/fp 2022-05-19 18:52:55 +03:00
SunImagePlugin.py use offset for all binary input functions instead of slicing 2020-12-30 19:10:50 +11:00
TarIO.py convert comments into docstrings in autodoc files 2020-06-14 14:15:43 +02:00
TgaImagePlugin.py Simplified code 2022-08-13 19:46:46 +10:00
TiffImagePlugin.py Allow get_child_images to access JPEG thumbnails 2022-12-06 19:30:53 +11:00
TiffTags.py Added GPS tags 2022-10-13 19:28:39 +11:00
WalImageFile.py Improved consistency of returning an image access object from load() 2022-02-02 11:49:31 +11:00
WebPImagePlugin.py Added docstring 2022-11-26 19:08:49 +11:00
WmfImagePlugin.py Make code clearer by matching _accept condition 2022-02-27 14:48:36 +11:00
XbmImagePlugin.py Remove redundant regex escapes 2022-04-10 23:39:54 +03:00
XpmImagePlugin.py Simplified index slicing 2022-04-25 22:52:29 +10:00
XVThumbImagePlugin.py remove extra i8 calls where input is proved bytes[] or int 2020-12-30 19:04:11 +11:00