2021-09-09 06:28:41 +08:00
{
"name" : "libjpeg-turbo" ,
2024-02-02 04:28:25 +08:00
"version" : "3.0.2" ,
2021-09-09 06:28:41 +08:00
"description" : "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." ,
"homepage" : "https://github.com/libjpeg-turbo/libjpeg-turbo" ,
2022-03-12 03:17:51 +08:00
"license" : "BSD-3-Clause" ,
2021-12-29 10:38:36 +08:00
"dependencies" : [
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
}
] ,
2021-09-09 06:28:41 +08:00
"features" : {
"jpeg7" : {
"description" : "Emulate libjpeg v7 API/ABI (this makes libjpeg-turbo backward-incompatible with libjpeg v6b!)"
} ,
"jpeg8" : {
"description" : "Emulate libjpeg v8 API/ABI (this makes libjpeg-turbo backward-incompatible with libjpeg v6b!)"
}
}
}