Roel Schroeven wrote:
> Chris Green schreef op 4/02/2023 om 16:17:
> > I am using Image from PIL and I'm getting a deprecation warning as
> > follows:-
> >
> > /home/chris/bin/picShrink.py:80: DeprecationWarning: ANTIALIAS is
> > deprecated
> and will be removed in Pillow 10 (2023-07-01). Use Re
Chris Green schreef op 4/02/2023 om 16:17:
I am using Image from PIL and I'm getting a deprecation warning as
follows:-
/home/chris/bin/picShrink.py:80: DeprecationWarning: ANTIALIAS is deprecated
and will be removed in Pillow 10 (2023-07-01). Use Resampling.LANCZOS instead.
But if I change l
On Sun, 5 Feb 2023 at 07:52, Chris Green wrote:
>
> I am using Image from PIL and I'm getting a deprecation warning as
> follows:-
>
> /home/chris/bin/picShrink.py:80: DeprecationWarning: ANTIALIAS is deprecated
> and will be removed in Pillow 10 (2023-07-01). Use Resampling.LANCZOS instead.
>
>
I am using Image from PIL and I'm getting a deprecation warning as
follows:-
/home/chris/bin/picShrink.py:80: DeprecationWarning: ANTIALIAS is deprecated
and will be removed in Pillow 10 (2023-07-01). Use Resampling.LANCZOS instead.
The code is very simple:-
...
...
from PIL import