Top "Libjpeg-turbo" questions

libjpeg-turbo is a fork of libjpeg that uses SIMD instructions to accelerate baseline JPEG encoding and decoding.

Examples or tutorials of using libjpeg-turbo's TurboJPEG

The instructions for libjpeg-turbo here describes the TurboJPEG API thus: "This API wraps libjpeg-turbo and provides an easy-to-use interface for …

c++ c jpeg libjpeg-turbo turbojpeg
libjpeg-turbo for android

I need libjpeg-turbo for android ndk. Did anyone managed to compile it as .a (static) lib? I have tried a …

android android-ndk jpeg libjpeg-turbo
How to install libjpeg on OSX?

libjpeg or libjpeg-turbo are requirements for installing Pillow, which is a new requirement for storing images on django. So I …

python macos libjpeg libjpeg-turbo
How to compile OpenCV with libjpeg-turbo?

I am using OpenCV 2.3.1 on OS X Lion in one of my C++ projects. While my project works great as-is, …

c++ opencv libjpeg-turbo
jpegoptim vs jpegtran vs mozjpeg

I found two slightly conflicting blog posts on this matter, here I summarize: jpegoptim and jpegtran perform identically and produce …

jpeg libjpeg-turbo jpegoptim jpegtran mozjpeg
Docker Alpine - Enable GD JPEG support

I'm having a problem getting GD Jpeg support through the Alpine image for PHP-FPM. I've tried every combination I can …

docker alpine php-gd libjpeg-turbo