On 30/10/2023 16:58, Heinz-Jürgen Oertel wrote:
>
> I don't know exactly but since some time Photini does not generate thumbnails.
> Using version 2022.5.1 (Tumbleweed installed)
> log file attached
The key bit of your log is "AttributeError: module 'PIL.Image' has no
attribute 'ANTIALIAS'"
The ANTIALIAS filter name was removed in Pillow v10.0. Its synonym
LANCZOS was added in Pillow v8 or earlier.
You have two possible cures:
1/ Upgrade Photini to version 2023.10.0
or
2/ Downgrade Pillow to something lower than v10.0
--
Jim Easterbrook <
http://www.jim-easterbrook.me.uk/>