mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-13 07:20:07 +08:00
22 lines
781 B
JSON
22 lines
781 B
JSON
|
{
|
||
|
"name": "openjpeg",
|
||
|
"version-semver": "2.3.1",
|
||
|
"port-version": 3,
|
||
|
"description": "OpenJPEG is an open-source JPEG 2000 codec written in C language. It has been developed in order to promote the use of JPEG 2000, a still-image compression standard from the Joint Photographic Experts Group (JPEG). Since April 2015, it is officially recognized by ISO/IEC and ITU-T as a JPEG 2000 Reference Software.",
|
||
|
"homepage": "https://github.com/uclouvain/openjpeg",
|
||
|
"features": {
|
||
|
"jp3d": {
|
||
|
"description": "Build optional component jp3d"
|
||
|
},
|
||
|
"jpip": {
|
||
|
"description": "Build optional component jpip"
|
||
|
},
|
||
|
"jpwl": {
|
||
|
"description": "Build optional component jpwl"
|
||
|
},
|
||
|
"mj2": {
|
||
|
"description": "Build optional component mj2"
|
||
|
}
|
||
|
}
|
||
|
}
|