Pillow-simd

Latest version: v9.5.0.post2

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 20 of 23

1.1.3c2

-------

- Added setup.py file (tested on Unix and Windows). You still
need to build libImaging/imaging.lib in the traditional way,
but the setup.py script takes care of the rest.

The old Setup.in/Makefile.pre.in build method is still
supported.

- Fixed segmentation violation in ANTIALIAS filter (an internal
buffer wasn't properly allocated).

1.1.3c1

-------

- Added ANTIALIAS downsampling filter for high-quality "resize"
and "thumbnail" operations. Also added filter option to the
"thumbnail" operation; the default value is NEAREST, but this
will most likely change in future versions.

- Fixed plugin loader to be more robust if the __file__
variable isn't set.

- Added seek/tell support (for layers) to the PhotoShop
loader. Layer 0 is the main image.

- Added new (but experimental) "ImageOps" module, which provides
shortcuts for commonly used operations on entire images.

- Don't mess up when loading PNG images if the decoder leaves
data in the output buffer. This could cause internal errors
on some PNG images, with some versions of ZLIB. (Bug report
and patch provided by Bernhard Herzog.)

- Don't mess up on Unicode filenames.

- Don't mess up when drawing on big endian platforms.

- Made the TIFF loader a bit more robust; it can now read some
more slightly broken TIFF files (based on input from Ted Wright,
Bob Klimek, and D. Alan Stewart)

- Added OS/2 EMX build files (from Andrew MacIntyre)

- Change "ImageFont" to reject image files if they don't have the
right mode. Older versions could leak memory for "P" images.
(Bug reported by Markus Gritsch).

- Renamed some internal functions to avoid potential build
problem on Mac OS X.

- Added DL_EXPORT where relevant (for Cygwin, based on input
from Robert Yodlowski)

- (re)moved bogus __init__ call in BdfFontFile (bug spotted
by Fred Clare)

- Added "ImageGrab" support (Windows only)

- Added support for XBM hotspots (based on code contributed by
Bernhard Herzog).

- Added write support for more TIFF tags, namely the Artist,
Copyright, DateTime, ResolutionUnit, Software, XResolution and
YResolution tags (from Greg Couch)

- Added TransposedFont wrapper to ImageFont module

- Added "optimize" flag to GIF encoder. If optimize is present
and non-zero, PIL will work harder to create a small file.

- Raise "EOFError" (not IndexError) when reading beyond the
end of a TIFF sequence.

- Support rewind ("seek(0)") for GIF and TIFF sequences.

- Load grayscale GIF images as mode "L"

- Added DPI read/write support to the JPEG codec. The decoder
sets the info["dpi"] attribute for JPEG files with JFIF dpi
settings. The encoder uses the "dpi" option::

im = Image.open("file.jpg")
dpi = im.info["dpi"] raises KeyError if DPI not known
im.save("out.jpg", dpi=dpi)

Note that PIL doesn't always preserve the "info" attribute
for normal image operations.

1.1.2c1

-----------------------

- Adapted to Python 2.1. Among other things, all uses of the
"regex" module have been replaced with "re".

- Fixed attribute error when reading large PNG files (this bug
was introduced in maintenance code released after the 1.1.1
release)

- Ignore non-string objects in sys.path

- Fixed Image.transform(EXTENT) for negative xoffsets

- Fixed loading of image plugins if PIL is installed as a package.
(The plugin loader now always looks in the directory where the
Image.py module itself is found, even if that directory isn't on
the standard search path)

- The Png plugin has been added to the list of preloaded standard
formats

- Fixed bitmap/text drawing in fill mode.

- Fixed "getextrema" to work also for multiband images.

- Added transparency support for L and P images to the PNG codec.

- Improved support for read-only images. The "load" method now
sets the "readonly" attribute for memory-mapped images. Operations
that modifies an image in place (such as "paste" and drawing operations)
creates an in-memory copy of the image, if necessary. (before this
change, any attempt to modify a memory-mapped image resulted in a
core dump...)

- Added special cases for lists everywhere PIL expects a sequence.
This should speed up things like "putdata" and drawing operations.

- The Image.offset method is deprecated. Use the ImageChops.offset
function instead.

- Changed ImageChops operators to copy palette and info dictionary
from the first image argument.

1.1.1

-----

- Additional fixes for Python 1.6/2.0, including TIFF "save" bug.

- Changed "init" to properly load plugins when PIL is used as a
package.

- Fixed broken "show" method (on Unix)

1.1

----------------

- Removed setuptools_hg requirement
[aclark4life]

- Doc fixes
[aclark4life]

1.0

----------

- Adapted to Python 1.6 ("append" and other method changes)

- Fixed Image.paste when pasting with solid colour and matte
layers ("L" or "RGBA" masks) (bug reported by Robert Kern)

- To make it easier to distribute prebuilt versions of PIL,
the tkinit binding stuff has been moved to a separate
extension module, named "_imagingtk".

Page 20 of 23

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.