| .. |
|
__init__.py
|
Deprecated FitsStubImagePlugin
|
2022-02-19 14:41:12 +11:00 |
|
__main__.py
|
|
|
|
_binary.py
|
|
|
|
_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.3.0.dev0 version bump
|
2022-07-01 21:29:53 +03:00 |
|
BdfFontFile.py
|
|
|
|
BlpImagePlugin.py
|
Merge pull request #6195 from hugovk/cleanup
|
2022-04-26 18:51:44 +10:00 |
|
BmpImagePlugin.py
|
Fixed loading L mode RLE8 images
|
2022-06-20 21:01:10 +10:00 |
|
BufrStubImagePlugin.py
|
Fixed BUFR, GRIB and HDF5 stub saving
|
2022-02-19 14:29:03 +11:00 |
|
ContainerIO.py
|
|
|
|
CurImagePlugin.py
|
|
|
|
DcxImagePlugin.py
|
Merged _close_fp into close and __exit__
|
2022-04-17 12:13:58 +10:00 |
|
DdsImagePlugin.py
|
Use _accept check in _open
|
2022-02-27 14:48:36 +11:00 |
|
EpsImagePlugin.py
|
Remove redundant parentheses
|
2022-04-10 23:39:54 +03:00 |
|
ExifTags.py
|
|
|
|
features.py
|
|
|
|
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
|
Merged _close_fp into close and __exit__
|
2022-04-17 12:13:58 +10:00 |
|
FontFile.py
|
|
|
|
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
|
Added GIF decompression bomb check
|
2022-06-30 12:47:35 +10:00 |
|
GimpGradientFile.py
|
|
|
|
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
|
Document where to find other codecs
|
2022-07-04 19:33:21 +10: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
|
Replaced __internal__ argument with warning filters
|
2022-07-01 14:10:29 +02:00 |
|
ImageDraw2.py
|
Replaced __internal__ argument with warning filters
|
2022-07-01 14:10:29 +02:00 |
|
ImageEnhance.py
|
|
|
|
ImageFile.py
|
Do not open images with zero or negative height
|
2022-05-04 21:25:40 +10:00 |
|
ImageFilter.py
|
Variable in function should be snake_case
|
2022-04-16 22:15:48 +10:00 |
|
ImageFont.py
|
Replaced __internal__ argument with warning filters
|
2022-07-01 14:10:29 +02:00 |
|
ImageGrab.py
|
Prefer gnome-screenshot if xdisplay is None
|
2022-06-13 09:56:52 +10:00 |
|
ImageMath.py
|
|
|
|
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 pull request #6034 from radarhere/imageops
|
2022-03-30 16:16:57 +03:00 |
|
ImagePalette.py
|
Add deprecations helper
|
2022-04-06 13:19:52 +03:00 |
|
ImagePath.py
|
|
|
|
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
|
|
|
|
ImageShow.py
|
Increase wait time of temporary file deletion
|
2022-04-18 16:23:50 -04:00 |
|
ImageStat.py
|
Variable in function should be snake_case
|
2022-04-10 23:55:16 +03:00 |
|
ImageTk.py
|
Merge pull request #6195 from hugovk/cleanup
|
2022-04-26 18:51:44 +10:00 |
|
ImageTransform.py
|
|
|
|
ImageWin.py
|
use code formatting instead of emphasis where applicable [ci skip]
|
2020-08-11 00:54:12 +02:00 |
|
ImImagePlugin.py
|
Merge pull request #6213 from radarhere/fp
|
2022-05-19 18:52:55 +03:00 |
|
ImtImagePlugin.py
|
pre-commit autoupdate --freeze
|
2022-03-04 16:42:24 +11:00 |
|
IptcImagePlugin.py
|
|
|
|
Jpeg2KImagePlugin.py
|
Remove redundant parentheses
|
2022-04-10 23:39:54 +03:00 |
|
JpegImagePlugin.py
|
Merge pull request #6195 from hugovk/cleanup
|
2022-04-26 18:51:44 +10:00 |
|
JpegPresets.py
|
Updated URL
|
2022-04-27 22:28:10 +10:00 |
|
McIdasImagePlugin.py
|
|
|
|
MicImagePlugin.py
|
Removed unused variable
|
2022-04-17 12:13:58 +10:00 |
|
MpegImagePlugin.py
|
|
|
|
MpoImagePlugin.py
|
Once exif data is parsed, do not reload unless it changes
|
2022-05-27 07:54:54 +10: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
|
|
|
|
PcdImagePlugin.py
|
|
|
|
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
|
Variable in function should be snake_case
|
2022-04-10 23:55:16 +03:00 |
|
PdfParser.py
|
Remove redundant regex escapes
|
2022-04-10 23:39:54 +03:00 |
|
PixarImagePlugin.py
|
|
|
|
PngImagePlugin.py
|
Merge pull request #6213 from radarhere/fp
|
2022-05-19 18:52:55 +03:00 |
|
PpmImagePlugin.py
|
Moved all comments logic into _ignore_comments()
|
2022-06-14 21:39:55 +10:00 |
|
PsdImagePlugin.py
|
Merge pull request #6213 from radarhere/fp
|
2022-05-19 18:52:55 +03:00 |
|
PSDraw.py
|
|
|
|
PyAccess.py
|
Merge pull request #6195 from hugovk/cleanup
|
2022-04-26 18:51:44 +10: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
|
|
|
|
TarIO.py
|
|
|
|
TgaImagePlugin.py
|
|
|
|
TiffImagePlugin.py
|
Merge pull request #6232 from radarhere/colormap
|
2022-06-01 23:12:13 +03:00 |
|
TiffTags.py
|
Add missing paramters to docstrings
|
2022-04-10 23:39:54 +03:00 |
|
WalImageFile.py
|
|
|
|
WebPImagePlugin.py
|
More f-strings
|
2022-04-10 17:56:42 +03: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
|
|
|