Taiko2k / Avvie

A GTK app for quick image cropping :flower_playing_cards:
GNU General Public License v3.0
159 stars 19 forks source link

Fix warning #20

Closed RSKYS closed 2 years ago

RSKYS commented 2 years ago

Fixes these following warnings:

/opt/avvie/main.py:496: DeprecationWarning: ANTIALIAS is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.LANCZOS instead.
  cr.thumbnail((size, size), Image.ANTIALIAS)
/opt/avvie/main.py:494: DeprecationWarning: NEAREST is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.NEAREST or Dither.NONE instead.
  cr.thumbnail((size, size), Image.NEAREST)  # BILINEAR