ermig1979 / AntiDupl

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

Add heic/heif support #144

Closed Edi61 closed 1 year ago

Edi61 commented 1 year ago

Hi,

added heic/heif support. Principially working. Used libheif from vcpkg (adding source codes as 3rd libs seemed complex). A bit challenging was that libheif is not natively supporting bgra but rgb/a and that i got initially often "bad alloc" problems, probably due to thread computations.

Regards,