Is your feature request related to a problem? Please describe.
Currently the libjpeg-turbo package is build without enabling the jpeg7 and jpeg8 API features.
Proposed solution
Enable these features.
Describe alternatives you've considered
I couldn't find the regular libjpeg package in vcpkg, the that one that has these features (but has bad performance compared to libjpeg-turbo)
Additional context
I have pushed my code for enabling these in this fork. I can make a PR if you prefer
Is your feature request related to a problem? Please describe.
Currently the
libjpeg-turbopackage is build without enabling thejpeg7andjpeg8API features.Proposed solution
Enable these features.
Describe alternatives you've considered
I couldn't find the regular libjpeg package in vcpkg, the that one that has these features (but has bad performance compared to libjpeg-turbo)
Additional context
I have pushed my code for enabling these in this fork. I can make a PR if you prefer