Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating the version of pillow to 8.1.0 #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 25, 2021

  1. Updating the version of pillow to 8.1.0

    Deprecations
    FreeType 2.7
    Support for FreeType 2.7 is deprecated and will be removed in Pillow 9.0.0 (2022-01-02), when FreeType 2.8 will be the minimum supported.
    
    We recommend upgrading to at least FreeType 2.10.4, which fixed a severe vulnerability introduced in FreeType 2.6 (CVE-2020-15999).
    
    API Additions
    Append images to ICO
    When saving an ICO image, the file may contain versions of the image at different sizes. By default, Pillow will scale down the main image to create these copies.
    
    With this release, a list of images can be provided to the append_images parameter when saving, to replace the scaled down versions. This is the same functionality that already exists for the ICNS format.
    AbhisekOmkar committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    09166d7 View commit details
    Browse the repository at this point in the history