ermig1979 / AntiDupl

A program to search similar and defect pictures on the disk
https://ermig1979.github.io/AntiDupl
MIT License
1.28k stars 93 forks source link

Animated WebP files suddenly not being read anymore #190

Open Meita80 opened 6 months ago

Meita80 commented 6 months ago

Like the title says, the program suddenly won't read animated WebP-files anymore. Static WebPs, animated GIFs, JPGs and PNGs are still being read without problems.

Once a folder containing animated WebP files is loaded and a search is initialized, the search bar appears for a brief moment (showing the correct amount of files found in that folder!) but then just disappears. The program does NOT crash at that point, the search simply isn't carried out. If the folder contains a combination of animated WebP, animated GIF and JPG files, GIF and JPG files are read fine while animated WebP files are simply ignored.

I've tried clean "installs" of versions 2.3.12 and older, with no luck. Changing any combination of options doesn't make a difference, as well.

I had been using different versions (pre-compiled releases) of the program without any problems whatsoever for over a year, and this issue just appeared out of the blue a few days ago.

I'm on Win10 with all of the latest updates installed, Intel CPU, Nvidia GPU.

THX Meita