letmaik / rawpy

📷 RAW image processing for Python, a wrapper for libraw
https://pypi.python.org/pypi/rawpy
MIT License
587 stars 67 forks source link

Switch to libjpeg-turbo on Linux and macOS #140

Open letmaik opened 3 years ago

letmaik commented 3 years ago

Currently, libjpeg from http://ijg.org is used when building wheels. Given that libjpeg-turbo is compatible with libjpeg and 2-6x faster it makes sense to switch to it.

Note that this will mostly benefit DNG lossy decoding.

Related: https://github.com/letmaik/rawpy/issues/161