Registry / other / libjpeg-turbo

libjpeg-turbo

JSON →
library3.1.3vcpkgunverified

libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, ARM, and PowerPC systems.

vcpkg install libjpeg-turbo
INSTALL
IMPORT
SIG · LIBJPEG-TURBO
L
libjpeg-turbo
othercppv3.1.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

jpeglib.h
#include <jpeglib.h>

Initialize and destroy a JPEG decompression object

#include <stdio.h> #include <jpeglib.h> int main() { struct jpeg_decompress_struct cinfo; struct jpeg_error_mgr jerr; cinfo.err = jpeg_std_error(&jerr); jpeg_create_decompress(&cinfo); jpeg_destroy_decompress(&cinfo); return 0; }
Debug
Known issues
breakinglibjpeg-turbo is ABI-compatible with libjpeg v6b, but not with v7 or v8.
fix
Use the correct version of libjpeg headers and libraries.
affects: >=1.0
Upgrade
Version history
3.1.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

libjpeg-turbo — pip install libjpeg-turbo · libregistry