-
Notifications
You must be signed in to change notification settings - Fork 1
pirl-lpl/libjp2
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
To build from the command line, specify the path to a compiled Kakadu directory, e.g.
cmake . -DKakadu_Dir=../kakadu-7.A.5
To build in MSVC, specify the same variable in CMakeSettings.json, e.g.
{
"configurations": [
{
// ...
"variables": [
{
"name": "Kakadu_Dir",
"value": "${env.USERPROFILE}\\kakadu\\kakadu-7.A.7\\v7_A_7-00307L"
}
]
}
]
}
About
C++ JPEG-2000 file and JPIP readers with an implementation using the Kakadu API. Apache 2.0 License.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published