Changelog History
Page 4
-
v5.1.0 Changes
April 02, 2018Close fp before return in ImagingSavePPM #3061 [kathryndavies]
โ Added documentation for ICNS append_images #3051 [radarhere]
๐ Docs: Move intro text below its header #3021 [hugovk]
CI: Rename appveyor.yml as .appveyor.yml #2978 [hugovk]
๐ Fix TypeError for JPEG2000 parser feed #3042 [hugovk]
Certain corrupted jpegs can result in no data read #3023 [kkopachev]
โ Add support for BLP file format #3007 [jleclanche]
Simplify version checks #2998 [hugovk]
๐ Fix "invalid escape sequence" warning on Python 3.6+ #2996 [timgraham]
๐ Allow append_images to set .icns scaled images #3005 [radarhere]
๐ Support appending to existing PDFs #2965 [vashek]
๐ Fix and improve efficient saving of ICNS on macOS #3004 [radarhere]
๐ Build: Enable pip cache in AppVeyor build #3009 [thijstriemstra]
Trim trailing whitespace #2985 [Metallicow]
๐ Docs: Correct reference to Image.new method #3000 [radarhere]
Rearrange ImageFilter classes into alphabetical order #2990 [radarhere]
๐ Test: Remove duplicate line #2983 [radarhere]
โก๏ธ Build: Update AppVeyor PyPy version #3003 [radarhere]
Tiff: Open 8 bit Tiffs with 5 or 6 channels, discarding extra channels #2938 [homm]
Readme: Added Twitter badge #2930 [hugovk]
Removed main code from ImageCms #2942 [radarhere]
โ Test: Changed assert statements to unittest calls #2961 [radarhere]
โก๏ธ Depends: Update libimagequant to 2.11.10, raqm to 0.5.0, freetype to 2.9 #3036, #3017, #2957 [radarhere]
โ Remove _imaging.crc32 in favor of builtin Python crc32 implementation #2935 [wiredfool]
๐ Move Tk directory to src directory #2928 [hugovk]
๐ท Enable pip cache in Travis CI #2933 [jdufresne]
โ Remove unused and duplicate imports #2927 [radarhere]
๐ Docs: Changed documentation references to 2.x to 2.7 #2921 [radarhere]
๐ Fix memory leak when opening webp files #2974 [wiredfool]
Setup: Fix "TypeError: 'NoneType' object is not iterable" for PPC and CRUX #2951 [hugovk]
Setup: Add libdirs for ppc64le and armv7l #2968 [nehaljwani]
-
v5.0.0 Changes
January 01, 2018๐ Docs: Added docstrings from documentation #2914 [radarhere]
โ Test: Switch from nose to pytest #2815 [hugovk]
Rework Source directory layout, preventing accidental import of PIL. #2911 [wiredfool]
Dynamically link libraqm #2753 [wiredfool]
โ Removed scripts directory #2901 [wiredfool]
TIFF: Run all compressed tiffs through libtiff decoder #2899 [wiredfool]
GIF: Add disposal option when saving GIFs #2902 [linnil1, wiredfool]
EPS: Allow for an empty line in EPS header data #2903 [radarhere]
๐ PNG: Add support for sRGB and cHRM chunks, permit sRGB when no iCCP chunk present #2898 [wiredfool]
โก๏ธ Dependencies: Update Tk Tcl to 8.6.8 #2905 [radarhere]
โ Decompression bomb error now raised for images 2x larger than a decompression bomb warning #2583 [wiredfool]
Test: avoid random failure in test_effect_noise #2894 [hugovk]
Increased epsilon for test_file_eps.py:test_showpage due to Arch update. #2896 [wiredfool]
โ Removed check parameter from _save in BmpImagePlugin, PngImagePlugin, ImImagePlugin, PalmImagePlugin, and PcxImagePlugin. #2873 [radarhere]
๐ Make PngImagePlugin.add_text() zip argument type bool #2890 [jdufresne]
โก๏ธ Depends: Updated libwebp to 0.6.1 #2880 [radarhere]
โ Remove unnecessary bool() calls in Image.registered_extensions and skipKnownBadTests #2891 [jdufresne]
๐ Fix count of BITSPERSAMPLE items in broken TIFF files #2883 [homm]
Fillcolor parameter for Image.Transform #2852 [wiredfool]
โ Test: Display differences for test failures #2862 [wiredfool]
โ Added executable flag to file with shebang line #2884 [radarhere]
Setup: Specify compatible Python versions for pip #2877 [hugovk]
โก๏ธ Dependencies: Updated libimagequant to 2.11.4 #2878 [radarhere]
๐ Setup: Warn if trying to install for Py3.7 on Windows #2855 [hugovk]
Doc: Fonts can be loaded from a file-like object, not just filename #2861 [robin-norwood]
โ Add eog support for Ubuntu Image Viewer #2864 [NafisFaysal]
๐ท Test: Test on 3.7-dev on Travis CI #2870 [hugovk]
โก๏ธ Dependencies: Update libtiff to 4.0.9 #2871 [radarhere]
๐ Setup: Replace deprecated platform.dist with file existence check #2869 [wiredfool]
๐ Build: Fix setup.py on Debian #2853 [wiredfool]
๐ Docs: Correct error in ImageDraw documentation #2858 [meribold]
๐ท Test: Drop Ubuntu Precise, Fedora 24, Fedora 25, add Fedora 27, Centos 7, Amazon v2 CI Support #2854, #2843, #2895, #2897 [wiredfool]
โก๏ธ Dependencies: Updated libimagequant to 2.11.3 #2849 [radarhere]
โ Test: Fix test_image.py to use tempfile #2841 [radarhere]
๐ Replace PIL.OleFileIO deprecation warning with descriptive ImportError #2833 [hugovk]
๐ WebP: Add support for animated WebP files #2761 [jd20]
๐ PDF: Set encoderinfo for images when saving multi-page PDF. Fixes #2804. #2805 [ixio]
๐ Allow the olefile dependency to be optional #2789 [jdufresne]
GIF: Permit LZW code lengths up to 12 bits in GIF decode #2813 [wiredfool]
Fix unterminated string and unchecked exception in _font_text_asBytes. #2825 [wiredfool]
๐ PPM: Use fixed list of whitespace, rather relying on locale, fixes #272. #2831 [markmiscavage]
โ Added support for generators when using append_images #2829, #2835 [radarhere]
Doc: Correct PixelAccess.rst #2824 [hasahmed]
โก๏ธ Depends: Update raqm to 0.3.0 #2822 [radarhere]
๐ Docs: Link to maintained version of aggdraw #2809 [hugovk]
๐ฆ Include license file in the generated wheel packages #2801 [jdufresne]
โก๏ธ Depends: Update openjpeg to 2.3.0 #2791 [radarhere]
โ Add option to Makefile to build and install with C coverage #2781 [hugovk]
โ Add context manager support to ImageFile.Parser and PngImagePlugin.ChunkStream #2793 [radarhere]
ImageDraw.textsize: fix zero length error #2788 [wiredfool, hugovk]
-
v4.3.0 Changes
October 02, 2017๐ Fix warning on pointer cast in isblock #2775, #2778 [cgohlke]
๐ Doc: Added macOS High Sierra tested Pillow version #2777 [radarhere]
๐ Use correct Windows handle type on 64 bit in imagingcms #2774 [cgohlke]
๐ 64 Bit Windows fix for block storage #2773 [cgohlke]
๐ Fix "expression result unused" warning #2764 [radarhere]
โ Add 16bit Read/Write and RLE read support to SgiImageFile #2769 [jbltx, wiredfool]
Block & array hybrid storage #2738 [homm]
๐ Common seek frame position check #1849 [radarhere]
Doc: Add note about aspect ratio to Image thumbnail script #2281 [wilsonge]
๐ Fix ValueError: invalid version number '1.0.0rc1' in scipy release candidate #2771 [cgohlke]
Unfreeze requirements.txt #2766 [hugovk]
โ Test: ResourceWarning tests #2756 [hugovk]
Use n_frames to determine is_animated if possible #2315 [radarhere]
๐ Doc: Corrected parameters in documentation #2768 [radarhere]
Avoid unnecessary Image operations #1891 [radarhere]
โ Added register_extensions method #1860 [radarhere]
๐ Fix TIFF support for I;16S, I;16BS, and I;32BS rawmodes #2748 [wiredfool]
๐ Fixed doc syntax in ImageDraw #2752 [radarhere]
๐ Fixed support for building on Windows/msys2. Added Appveyor CI coverage for python3 on msys2 #2746 [wiredfool]
๐ Fix ValueError in Exif/Tiff IFD #2719 [wiredfool]
๐ Use pathlib2 for Path objects on Python < 3.4 #2291 [asergi]
Export only required properties in unsafe_ptrs #2740 [homm]
๐ Alpha composite fixes #2709 [homm]
Faster Transpose operations, added 'Transverse' option #2730 [homm]
Deprecate ImageOps undocumented functions gaussian_blur, gblur, unsharp_mask, usm and box_blur in favor of ImageFilter implementations #2735 [homm]
โก๏ธ Dependencies: Updated freetype to 2.8.1 #2741 [radarhere]
๐ Bug: Player skipped first image #2742 [radarhere]
Faster filter operations for Kernel, Gaussian, and Unsharp Mask filters #2679 [homm]
EPS: Add showpage to force rendering of some EPS images #2636 [kaplun]
DOC: Fix type of palette parameter in Image.quantize. #2703 [kkopachev]
๐ DOC: Fix Ico docs to match code #2712 [hugovk]
โ Added file pointer save to SpiderImagePlugin #2647 [radarhere]
โ Add targa version 2 footer #2713 [jhultgre]
โ Removed redundant lines #2714 [radarhere]
0๏ธโฃ Travis CI: Use default pypy/pypy3 #2721 [hugovk]
๐ Fix for SystemError when rendering an empty string, added in 4.2.0 #2706 [wiredfool]
๐ Fix for memory leaks in font handling added in 4.2.0 #2634 [wiredfool]
โ Tests: cleanup, more tests. Fixed WMF save handler #2689 [radarhere]
โ Removed debugging interface for Image.core.grabclipboard #2708 [radarhere]
Doc syntax fix #2710 [radarhere]
Faster packing and unpacking for RGB, LA, and related storage modes #2693 [homm]
๐ Use RGBX rawmode for RGB JPEG images where possible #1989 [homm]
โ Remove palettes from non-palette modes in _new #2704 [wiredfool]
โ Delete transparency info when convert'ing RGB/L to RGBA #2633 [olt]
Code tweaks to ease type annotations #2687 [neiljp]
๐ Fixed incorrect use of 's#' to byteslike object #2691 [wiredfool]
๐ Fix JPEG subsampling labels for subsampling=2 #2698 [homm]
Region of interest (box) for resampling #2254 [homm]
๐ Basic support for Termux (android) in setup.py #2684 [wiredfool]
๐ Bug: Fix Image.fromarray for numpy.bool type. #2683 [wiredfool]
๐ณ CI: Add Fedora 24 and 26 to Docker tests [wiredfool]
JPEG: Fix ZeroDivisionError when EXIF contains invalid DPI (0/0). #2667 [vytisb]
โก๏ธ Depends: Updated openjpeg to 2.2.0 #2669 [radarhere]
โก๏ธ Depends: Updated Tk Tcl to 8.6.7 #2668 [radarhere]
โก๏ธ Depends: Updated libimagequant to 2.10.2 #2660 [radarhere]
โ Test: Added test for ImImagePlugin tell() #2675 [radarhere]
โ Test: Additional tests for SGIImagePlugin #2659 [radarhere]
๐ New Image.getchannel method #2661 [homm]
โ Remove unused im.copy2 and core.copy methods #2657 [homm]
๐ Fast Image.merge() #2677 [homm]
Fast Image.split() #2676 [homm]
Fast image allocation #2655 [homm]
Storage cleanup #2654 [homm]
FLI: Use frame count from FLI header #2674 [radarhere]
โ Test: Test animated FLI file #2650 [hugovk]
๐ Bug: Fixed uninitialized memory in bc5 decoding #2648 [ifeherva]
๐ Moved SgiImagePlugin save error to before the start of write operations #2646 [radarhere]
๐ Move createfontdatachunk.py so isn't installed globally #2645 [hugovk]
๐ Bug: Fix unexpected keyword argument 'align' #2641 [hugovk]
โ Add newlines to error message for clarity #2640 [hugovk]
๐ Docs: Updated redirected URL #2637 [radarhere]
๐ Bug: Fix JPEG DPI when EXIF is invalid #2632 [wiredfool]
๐ Bug: Fix for font getsize on empty string #2624 [radarhere]
๐ Docs: Improved ImageDraw documentation #2626 [radarhere]
๐ Docs: Corrected alpha_composite args documentation #2627 [radarhere]
๐ Docs: added the description of the filename attribute to images.rst #2621 [dasdachs]
โก๏ธ Dependencies: Updated libimagequant to 2.10.1 #2616 [radarhere]
PDF: Renamed parameter to not shadow built-in dict #2612 [kijeong]
-
v4.2.1 Changes
July 06, 2017- ๐ CI: Fix version specification and test on CI for PyPy/Windows #2608 [wiredfool]
-
v4.2.0 Changes
July 01, 2017๐ Doc: Clarified Image.save:append_images documentation #2604 [radarhere]
๐ง CI: Amazon Linux and Centos6 docker images added to Travis CI #2585 [wiredfool]
Image.alpha_composite added #2595 [wiredfool]
๐ Complex Text Support #2576 [ShamsaHamed, Fahad-Alsaidi, wiredfool]
โ Added threshold parameter to ImageDraw.floodfill #2599 [nediamond]
โ Added dBATCH parameter to ghostscript command #2588 [radarhere]
JPEG: Adjust buffer size when icc_profile > MAXBLOCK #2596 [Darou]
Specify Pillow Version in one place #2517 [wiredfool]
๐ CI: Change the owner of the TRAVIS_BUILD_DIR, fixing broken docker runs #2587 [wiredfool]
๐ Fix truncated PNG loading for some images, Fix memory leak on truncated PNG images. #2541, #2598 [homm]
โ Add decompression bomb check to Image.crop #2410 [wiredfool]
๐ป ImageFile: Ensure that the
err_code
variable is initialized in case of exception. #2363 [alexkiro]๐ Tiff: Support append_images for saving multipage TIFFs #2406 [blochl]
Doc: Clarify that draft is only implemented for JPEG and PCD #2409 [wiredfool]
โ Test: MicImagePlugin #2447 [hugovk]
๐ Use round() instead of floor() to eliminate zero coefficients in resample #2558 [homm]
โ Remove deprecated code #2549 [hugovk]
โ Added append_images to PDF saving #2526 [radarhere]
โ Remove unused function core image function new_array #2548 [hugovk]
โ Remove unnecessary calls to dict.keys() #2551 [jdufresne]
โ Add more ImageDraw.py tests and remove unused Draw.c code #2533 [hugovk]
โ Test: More tests for ImageMorph #2554 [hugovk]
โ Test: McIDAS area file #2552 [radarhere]
โก๏ธ Update Feature Detection #2520 [wiredfool]
โก๏ธ CI: Update pypy on Travis CI #2573 [hugovk]
ImageMorph: Fix wrong expected size of MRLs read from disk #2561 [dov]
๐ Docs: Update install docs for FreeBSD #2546 [wiredfool]
๐ Build: Ignore OpenJpeg 1.5 on FreeBSD #2544 [melvyn-sopacua]
โ Remove 'not yet implemented' methods from PIL 1.1.4 #2538 [hugovk]
โก๏ธ Dependencies: Update FreeType to 2.8, LibTIFF to 4.0.8 and libimagequant to 2.9.1 #2535 #2537 #2540 [radarhere]
๐ Raise TypeError and not also UnboundLocalError in ImageFile.Parser() #2525 [joshblum]
โ Test: Use Codecov for coverage #2528 [hugovk]
๐ Use PNG for Image.show() #2527 [HinTak, wiredfool]
โ Remove WITH_DEBUG compilation flag #2522 [wiredfool]
๐ Fix return value on parameter parse error in _webp.c #2521 [adw1n]
Set executable flag on scripts with shebang line #2295 [radarhere]
Flake8 #2460 [radarhere]
๐ Doc: Release Process Changes #2516 [wiredfool]
๐ CI: Added region for s3 deployment on appveyor #2515 [wiredfool]
โก๏ธ Doc: Updated references to point to existing files #2507 [radarhere]
Return copy on Image crop if crop dimensions match the image #2471 [radarhere]
โก๏ธ Test: Optimize CI speed #2464, #2466 [hugovk]
-
v4.1.1 Changes
April 28, 2017๐ Undef PySlice_GetIndicesEx, see https://bugs.python.org/issue29943 #2493 [cgohlke]
๐ Fix for file with DPI in EXIF but not metadata, and XResolution is an int rather than tuple #2484 [hugovk]
๐ Docs: Removed broken download counter badge #2487 [hugovk]
๐ Docs: Fixed rst syntax error #2477 [thebjorn]
-
v4.1.0 Changes
April 03, 2017Close files after loading if possible #2330 [homm, wiredfool]
๐ Fix Image Access to be reloadable when embedding the Python interpreter #2296 [wiredfool, cgohlke]
Fetch DPI from EXIF if not specified in JPEG header #2449, #2472 [hugovk]
โ Removed winbuild checksum verification #2468 [radarhere]
โ Git: Set ContainerIO test file as binary #2469 [cgohlke]
โ Remove superfluous import of FixTk #2455 [cgohlke)
๐ Fix import of tkinter/Tkinter #2456 [cgohlke)
Pure Python Decoders, including Python decoder to fix for MSP images #1938 [wiredfool, hugovk]
๐ Reorganized GifImagePlugin, fixes #2314. #2374 [radarhere, wiredfool]
Doc: Reordered operating systems in Compatibility Matrix #2436 [radarhere]
โ Test: Additional tests for BufrStub, Eps, Container, GribStub, IPTC, Wmf, XVThumb, ImageDraw, ImageMorph, ImageShow #2425 [radarhere]
๐ Health fixes #2437 [radarhere]
โ Test: Correctness tests ContainerIO, XVThumbImagePlugin, BufrStubImagePlugin, GribStubImagePlugin, FitsStubImagePlugin, Hdf5StubImagePlugin, PixarImageFile, PsdImageFile #2443, #2442, #2441, #2440, #2431, #2430, #2428, #2427 [hugovk]
โ Remove unused imports #1822 [radarhere]
Replaced KeyError catch with dictionary get method #2424 [radarhere]
Test: Removed unrunnable code in test_image_toqimage #2415 [hugovk]
โ Removed use of spaces in TIFF kwargs names, deprecated in 2.7 #1390 [radarhere]
โ Removed deprecated ImageDraw setink, setfill, setfont methods #2220 [jdufresne]
Send unwanted subprocess output to /dev/null #2253 [jdufresne]
๐ Fix division by zero when creating 0x0 image from numpy array #2419 [hugovk]
โ Test: Added matrix convert tests #2381 [hugovk]
Replaced broken URL to partners.adobe.com #2413 [radarhere]
โ Removed unused private functions in setup.py and build_dep.py #2414 [radarhere]
โ Test: Fixed Qt tests for QT5 and saving 1 bit PNG #2394 [wiredfool]
๐ Test: docker builds for Arch and Debian Stretch #2394 [wiredfool]
โก๏ธ Updated libwebp to 0.6.0 on appveyor #2395 [radarhere]
More explicit error message when saving to a file with invalid extension #2399 [ces42]
๐ Docs: Update some http urls to https #2403 [hugovk]
Preserve aux/alpha channels when performing Imagecms transforms #2355 [gunjambi]
โ Test linear and radial gradient effects #2382 [hugovk]
โ Test ImageDraw.Outline and and ImageDraw.Shape #2389 [hugovk]
โ Added PySide to ImageQt documentation #2392 [radarhere]
๐ BUG: Empty image mode no longer causes a crash #2380 [evalapply]
Exclude .travis and contents from manifest #2386 [radarhere]
โ Remove 'MIT-like' from license #2145 [wiredfool]
โ Tests: Add tests for several Image operations #2379 [radarhere]
๐ PNG: Moved iCCP chunk before PLTE chunk when saving as PNG, restricted chunks known value/ordering #2347 [radarhere]
0๏ธโฃ Default to inch-interpretation for missing ResolutionUnit in TiffImagePlugin #2365 [lambdafu]
๐ Bug: Fixed segfault when using ImagingTk on pypy Issue #2376, #2359. [wiredfool]
๐ Bug: Fixed Integer overflow using ImagingTk on 32 bit platforms #2359 [wiredfool, QuLogic]
๐ Tests: Added docker images for testing alternate platforms. See also https://github.com/python-pillow/docker-images. #2368 [wiredfool]
โ Removed PIL 1.0 era TK readme that concerns Windows 95/NT #2360 [wiredfool]
๐จ Prevent
nose -v
printing docstrings #2369 [hugovk]Replaced absolute PIL imports with relative imports #2349 [radarhere]
โ Added context managers for file handling #2307 [radarhere]
๐ฆ Expose registered file extensions in Image #2343 [iggomez, radarhere]
๐ Make mode descriptor cache initialization thread-safe. #2351 [gunjambi]
โก๏ธ Updated Windows test dependencies: Freetype 2.7.1, zlib 1.2.11 #2331, #2332, #2357 [radarhere]
Followed upstream pngquant packaging reorg to libimagquant #2354 [radarhere]
๐ Fix invalid string escapes #2352 [hugovk]
โ Add test for crop operation with no argument #2333 [radarhere]
-
v4.0.0 Changes
January 01, 2017๐จ Refactor out postprocessing hack to load_end in PcdImageFile [wiredfool]
โ Add center and translate option to Image.rotate. #2328 [lambdafu]
โ Test: Relax WMF test condition, fixes #2323. #2327 [wiredfool]
๐ Allow 0 size images, Fixes #2259, Reverts to pre-3.4 behavior. #2262 [wiredfool]
SGI: Save uncompressed SGI/BW/RGB/RGBA files #2325 [jbltx]
โก๏ธ Depends: Updated pngquant to 2.8.2 #2319 [radarhere]
โ Test: Added correctness tests for opening SGI images #2324 [wiredfool]
๐ Allow passing a list or tuple of individual frame durations when saving a GIF #2298 [Xdynix]
โก๏ธ Unified different GIF optimize conditions #2196 [radarhere]
๐จ Build: Refactor dependency installation #2305 [hugovk]
โ Test: Add python 3.6 to travis, tox #2304 [hugovk]
โ Test: Fix coveralls coverage for Python+C #2300 [hugovk]
โ Remove executable bit and shebang from OleFileIO.py #2308 [jwilk, radarhere]
โช PyPy: Buffer interface workaround #2294 [wiredfool]
๐ท Test: Switch to Ubuntu Trusty 14.04 on Travis CI #2294
โ Remove vendored version of olefile Python package in favor of upstream #2199 [jdufresne]
โก๏ธ Updated comments to use print as a function #2234 [radarhere]
โ Set executable flag on selftest.py, setup.py and added shebang line #2282, #2277 [radarhere, homm]
โ Test: Increase epsilon for FreeType 2.7 as rendering is slightly different. #2286 [hugovk]
Test: Faster assert_image_similar #2279 [homm]
โ Removed deprecated internal "stretch" method #2276 [homm]
โ Removed the handles_eof flag in decode.c #2223 [wiredfool]
Tiff: Fix for writing Tiff to BytesIO using libtiff #2263 [wiredfool]
๐ Doc: Design docs #2269 [wiredfool]
Test: Move tests requiring libtiff to test_file_libtiff #2273 [wiredfool]
โก๏ธ Update Maxblock heuristic #2275 [wiredfool]
๐ Fix for 2-bit palette corruption #2274 [pdknsk, wiredfool]
โก๏ธ Tiff: Update info.icc_profile when using libtiff reader. #2193 [lambdafu]
Test: Fix bug in test_ifd_rational_save when libtiff is not available #2270 [ChristopherHogan]
ICO: Only save relevant sizes #2267 [hugovk]
ICO: Allow saving .ico files of 256x256 instead of 255x255 #2265 [hugovk]
๐ Fix TIFFImagePlugin ICC color profile saving. #2087 [cskau]
Doc: Improved description of ImageOps.deform resample parameter #2256 [radarhere]
๐ EMF: support negative bounding box coordinates #2249 [glexey]
Close file if opened in WalImageFile #2216 [radarhere]
๐ Use Image._new() instead of _makeself() #2248 [homm]
๐ SunImagePlugin fixes #2241 [wiredfool]
๐ Use minimal scale for jpeg drafts #2240 [homm]
โก๏ธ Updated dependency scripts to use FreeType 2.7, OpenJpeg 2.1.2, WebP 0.5.2 and Tcl/Tk 8.6.6 #2235, #2236, #2237, #2290, #2302 [radarhere]
๐ Fix "invalid escape sequence" bytestring warnings in Python 3.6 #2186 [timgraham]
โ Removed support for Python 2.6 and Python 3.2 #2192 [jdufresne]
Setup: Raise custom exceptions when required/requested dependencies are not found #2213 [wiredfool]
๐ Use a context manager in FontFile.save() to ensure file is always closed #2226 [jdufresne]
๐ Fixed bug in saving to fp-objects in Python >= 3.4 #2227 [radarhere]
Use a context manager in ImageFont._load_pilfont() to ensure file is always closed #2232 [jdufresne]
๐ Use generator expressions instead of list comprehension #2225 [jdufresne]
Close file after reading in ImagePalette.load() #2215 [jdufresne]
๐ Changed behaviour of default box argument for paste method to match docs #2211 [radarhere]
โ Add support for another BMP bitfield #2221 [jmerdich]
Added missing top-level test main #2222 [radarhere]
Replaced range(len()) #2197 [radarhere]
๐ Fix for ImageQt Segfault, fixes #1370 #2182 [wiredfool]
Setup: Close file in setup.py after finished reading #2208 [jdufresne]
Setup: optionally use pkg-config (when present) to detect dependencies #2074 [garbas]
Search for tkinter first in builtins #2210 [matthew-brett]
โ Tests: Replace try/except/fail pattern with TestCase.assertRaises() #2200 [jdufresne]
๐ Tests: Remove unused, open files at top level of tests #2188 [jdufresne]
Replace type() equality checks with isinstance #2184 [jdufresne]
๐ Doc: Move ICO out of the list of read-only file formats #2180 [alexwlchan]
Doc: Fix formatting, too-short title underlines and malformed table #2175 [hugovk]
๐ Fix BytesWarnings #2172 [jdufresne]
๐ Use Integer division to eliminate deprecation warning. #2168 [mastermatt]
โก๏ธ Doc: Update compatibility matrix [daavve, wiredfool]
-
v3.4.2 Changes
October 18, 2016- ๐ Fix Resample coefficient calculation #2162 [homm]
-
v3.4.1 Changes
October 04, 2016๐ Allow lists as arguments for Image.new() #2149 [homm]
๐ Fix fix for map.c overflow #2151 (also in 3.3.3) [wiredfool]