@julusian/jpeg-turbo
Version:
Limited libjpeg-turbo bindings for Node.js.
38 lines (28 loc) • 1.17 kB
Plain Text
/* Version ID for the JPEG library.
* Might be useful for tests like "#if JPEG_LIB_VERSION >= 60".
*/
/* libjpeg-turbo version */
/* libjpeg-turbo version in integer form */
/* Support arithmetic encoding */
/* Support arithmetic decoding */
/* Support in-memory source/destination managers */
/* Use accelerated SIMD routines. */
/*
* Define BITS_IN_JSAMPLE as either
* 8 for 8-bit sample values (the usual setting)
* 12 for 12-bit sample values
* Only 8 and 12 are legal data precisions for lossy JPEG according to the
* JPEG standard, and the IJG code does not support anything else!
* We do not support run-time selection of data precision, sorry.
*/
/* Define if your (broken) compiler shifts signed values as if they were
unsigned. */