.. |
__init__.py
|
Removed Image.show command parameter
|
2021-10-18 11:08:51 +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 |
_tkinter_finder.py
|
Update expected Pillow 10 release date: 2023-07-01
|
2021-10-18 15:48:49 +03:00 |
_util.py
|
Drop support for EOL Python 3.5
|
2020-08-11 22:29:44 +03:00 |
_version.py
|
9.1.0.dev0 version bump
|
2022-01-03 09:22:31 +11:00 |
BdfFontFile.py
|
convert comments into docstrings in autodoc files
|
2020-06-14 14:15:43 +02:00 |
BlpImagePlugin.py
|
Replaced register_open lambdas with _accept method for consistency
|
2021-04-03 21:51:28 +11:00 |
BmpImagePlugin.py
|
Ensure that pixel data offset does not ignore palette
|
2021-12-21 12:43:50 +11:00 |
BufrStubImagePlugin.py
|
Upgrade Python syntax with pyupgrade --py3-plus
|
2019-10-07 14:30:59 +03: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
|
Call _accept instead of duplicating code
|
2020-06-23 17:41:13 +10:00 |
DdsImagePlugin.py
|
Added RGBA saving
|
2021-06-14 18:14:28 +10:00 |
EpsImagePlugin.py
|
Added "transparency" argument to load()
|
2021-07-19 09:08:45 +10:00 |
ExifTags.py
|
Add EXIF tags which are part of the EXIF 2.32 specification
|
2021-04-20 11:01:46 +07:00 |
features.py
|
Use python3
|
2021-05-08 12:37:06 +10:00 |
FitsStubImagePlugin.py
|
Resolved FIXME by reading mandatory FITS header items
|
2021-04-14 22:48:27 +10:00 |
FliImagePlugin.py
|
use offset for all binary input functions instead of slicing
|
2020-12-30 19:10:50 +11:00 |
FontFile.py
|
Upgrade Python syntax for 3.6+
|
2020-07-30 10:09:18 +03:00 |
FpxImagePlugin.py
|
remove extra i8 calls where input is proved bytes[] or int
|
2020-12-30 19:04:11 +11:00 |
FtexImagePlugin.py
|
Renamed register_open accept methods for consistency
|
2021-04-03 21:51:23 +11:00 |
GbrImagePlugin.py
|
use offset for all binary input functions instead of slicing
|
2020-12-30 19:10:50 +11:00 |
GdImageFile.py
|
use offset for all binary input functions instead of slicing
|
2020-12-30 19:10:50 +11:00 |
GifImagePlugin.py
|
When saving RGBA, make use of first transparent palette entry
|
2021-12-07 06:37:01 +11:00 |
GimpGradientFile.py
|
convert comments into docstrings in autodoc files
|
2020-06-14 14:15:43 +02:00 |
GimpPaletteFile.py
|
convert comments into docstrings in autodoc files
|
2020-06-14 14:15:43 +02:00 |
GribStubImagePlugin.py
|
remove extra i8 calls where input is proved bytes[] or int
|
2020-12-30 19:04:11 +11:00 |
Hdf5StubImagePlugin.py
|
Upgrade Python syntax with pyupgrade --py3-plus
|
2019-10-07 14:30:59 +03:00 |
IcnsImagePlugin.py
|
Corrected file length in header
|
2021-11-20 14:17:42 +11:00 |
IcoImagePlugin.py
|
Read AND mask from end
|
2021-08-10 07:04:36 +10:00 |
Image.py
|
Return an empty bytestring from tobytes() for an empty image
|
2022-01-07 16:29:38 +11:00 |
ImageChops.py
|
Merge branch 'master' into rm-3.5
|
2020-09-01 20:16:46 +03:00 |
ImageCms.py
|
Changed URLs to https
|
2021-10-27 22:51:54 +11:00 |
ImageColor.py
|
Raise ValueError if color specifier is too long
|
2021-09-02 15:02:57 +03:00 |
ImageDraw.py
|
Added width argument to polygon
|
2021-11-16 22:02:54 +11:00 |
ImageDraw2.py
|
fix some function references
|
2020-06-27 15:40:37 +02:00 |
ImageEnhance.py
|
Upgrade Python syntax with pyupgrade --py3-plus
|
2019-10-07 14:30:59 +03:00 |
ImageFile.py
|
Remove consecutive duplicates that only differ by their offset
|
2022-01-01 14:54:23 +11:00 |
ImageFilter.py
|
Wording changes
|
2021-06-15 12:11:46 -04:00 |
ImageFont.py
|
Add support for pickling TrueType fonts
|
2021-11-10 14:34:20 +02:00 |
ImageGrab.py
|
Merge branch 'master' into rm-3.5
|
2020-09-01 20:16:46 +03:00 |
ImageMath.py
|
Restrict builtins for ImageMath.eval
|
2022-01-02 17:23:49 +11:00 |
ImageMode.py
|
remove mode BGR
|
2022-01-10 08:17:53 +01:00 |
ImageMorph.py
|
Changed incorrect mode errors to ValueError
|
2021-04-18 14:47:05 +10:00 |
ImageOps.py
|
Changed URLs to https
|
2021-10-27 22:51:54 +11:00 |
ImagePalette.py
|
Update expected Pillow 10 release date: 2023-07-01
|
2021-10-18 15:48:49 +03:00 |
ImagePath.py
|
Introduce isort to automate import ordering and formatting
|
2019-07-06 16:11:35 -07:00 |
ImageQt.py
|
Correct image by scaling pixels
|
2021-12-15 06:39:05 +11:00 |
ImageSequence.py
|
Fix exception causes all over the codebase
|
2020-06-21 13:21:25 +03:00 |
ImageShow.py
|
Add: XDGViewer which uses xdg-open
|
2021-12-20 12:09:07 +03:00 |
ImageStat.py
|
Upgrade Python syntax with pyupgrade --py3-plus
|
2019-10-07 14:30:59 +03:00 |
ImageTk.py
|
Merge branch 'master' into rm-3.5
|
2020-09-01 20:16:46 +03:00 |
ImageTransform.py
|
Format with Black
|
2019-06-10 18:22:46 +03:00 |
ImageWin.py
|
Merge branch 'master' into rm-3.5
|
2020-09-01 20:16:46 +03:00 |
ImImagePlugin.py
|
remove extra i8 calls where input is proved bytes[] or int
|
2020-12-30 19:04:11 +11:00 |
ImtImagePlugin.py
|
Remove deprecated __version__ from plugins
|
2019-11-05 17:01:03 +02:00 |
IptcImagePlugin.py
|
use offset for all binary input functions instead of slicing
|
2020-12-30 19:10:50 +11:00 |
Jpeg2KImagePlugin.py
|
Determine mode purely from ihdr header box
|
2021-08-05 01:06:01 +10:00 |
JpegImagePlugin.py
|
If appended EOI did not work, do not keep trying
|
2022-01-01 21:04:32 +11:00 |
JpegPresets.py
|
De-zigzag JPEG's DQT when loading; deprecate convert_dict_qtables
|
2020-10-17 20:20:59 +02:00 |
McIdasImagePlugin.py
|
Remove deprecated __version__ from plugins
|
2019-11-05 17:01:03 +02:00 |
MicImagePlugin.py
|
Added deprecation warnings
|
2021-03-28 15:51:28 +11:00 |
MpegImagePlugin.py
|
Merge remote-tracking branch 'upstream/master' into rm-2.7
|
2019-11-18 13:56:42 +02:00 |
MpoImagePlugin.py
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
|
2021-09-20 12:22:11 +00:00 |
MspImagePlugin.py
|
Changed URLs to HTTPS
|
2021-07-12 21:00:36 +10:00 |
PaletteFile.py
|
convert comments into docstrings in autodoc files
|
2020-06-14 14:15:43 +02: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
|
Merge branch 'master' into rm-3.5
|
2020-09-01 20:16:46 +03:00 |
PcxImagePlugin.py
|
Handle PCX images with an odd stride
|
2021-01-21 19:29:11 +11:00 |
PdfImagePlugin.py
|
Convert subsequent GIF frames to RGB or RGBA
|
2021-11-29 17:49:06 +11:00 |
PdfParser.py
|
Use more specific regex chars to prevent ReDoS - exclude carriage return
|
2021-12-28 10:22:39 +11:00 |
PixarImagePlugin.py
|
use offset for all binary input functions instead of slicing
|
2020-12-30 19:10:50 +11:00 |
PngImagePlugin.py
|
Removed unnecessary code
|
2021-07-13 23:02:27 +10:00 |
PpmImagePlugin.py
|
Upgrade Python syntax for 3.6+
|
2020-07-30 10:09:18 +03:00 |
PsdImagePlugin.py
|
PSD layer count may be negative
|
2021-07-15 19:38:26 +10:00 |
PSDraw.py
|
Allow for sys.stdout.buffer to be missing
|
2021-05-03 18:07:05 +10:00 |
PyAccess.py
|
pre-commit autoupdate --freeze
|
2021-08-12 21:50:09 +10:00 |
SgiImagePlugin.py
|
Added flush
|
2021-07-30 20:29:22 +10:00 |
SpiderImagePlugin.py
|
Use python3
|
2021-05-08 12:37:06 +10: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
|
Added support for top right and bottom right orientations
|
2021-11-11 21:53:28 +11:00 |
TiffImagePlugin.py
|
Ensure duplicated file pointer is closed
|
2022-01-09 16:10:12 +11:00 |
TiffTags.py
|
Added tag data for IFD groups
|
2021-06-24 19:56:01 +10:00 |
WalImageFile.py
|
Added WalImageFile class
|
2021-07-18 12:35:27 +10:00 |
WebPImagePlugin.py
|
Allow saving WebP with icc_profile None
|
2021-07-10 15:15:10 +10:00 |
WmfImagePlugin.py
|
Removed WMF DPI rounding
|
2021-05-06 20:08:54 +10:00 |
XbmImagePlugin.py
|
Upgrade Python syntax for 3.6+
|
2020-07-30 10:09:18 +03:00 |
XpmImagePlugin.py
|
remove extra i8 calls where input is proved bytes[] or int
|
2020-12-30 19:04:11 +11:00 |
XVThumbImagePlugin.py
|
remove extra i8 calls where input is proved bytes[] or int
|
2020-12-30 19:04:11 +11:00 |