ermig1979 / AntiDupl

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

Update versions of libwebp, openjpeg and libjpeg-turbo by adding to vcpkg #152

Closed Edi61 closed 1 year ago

Edi61 commented 1 year ago

Hi,

i have added also all the other 3rd party libs to vcpkg, so libs are updated and an easy update is possible from now on: libwebp 1.0.0 -> 1.2.4 OpenJPEG 2.3.0 -> 2.5.0 libjpeg-turbo 2.0.3 -> 2.1.4 (Simd Version 4.4.83 -> 5.1.119 Updated already with last PR)

To see the diff better, i will create a seperate PR for removing of the old 3rd lib source files.

Regards, Edi61