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

FIx for ANTIALIAS being deprecated in Pillow 10.0.0 #1

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Aug 6, 2023

  1. Update image_processing.py

    Fix for ANTIALIAS function beeing removed in Pillow 10.0.0 (after being deprecated through many previous versions). The same function is now called trough PIL.Image.LANCZOS or PIL.Image.Resampling.LANCZOS.
    NeoMod committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    269a878 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from NeoMod/NeoMod-patch-antialias-pillow

    Update image_processing.py to provide a fix for ANTIALIAS function being removed in Pillow 10.0.0
    NeoMod committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    97e0cda View commit details
    Browse the repository at this point in the history
  3. Update README.md

    NeoMod committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    56d5166 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    typo
    NeoMod committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    5153b76 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Update manifest.json

    Changed the description and bumped the version to allow users to install this via HASS without conflicts with the "original" version. The documentation link has been updated to point to this repo for clarity and transparency.
    NeoMod committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    22d7979 View commit details
    Browse the repository at this point in the history
  2. Update manifest.json

    NeoMod committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    bbd720d View commit details
    Browse the repository at this point in the history
  3. Create hacs.json

    added hacs file to render description inside HA
    NeoMod committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    b9b3582 View commit details
    Browse the repository at this point in the history
  4. Create extended-readme.md

    splitted readme to create a simpler version to show inside HACS
    NeoMod committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    6847187 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    NeoMod committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    4401b82 View commit details
    Browse the repository at this point in the history
  6. Update hacs.json

    NeoMod committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    635ab3b View commit details
    Browse the repository at this point in the history