Skip to content

C++ JPEG-2000 file and JPIP readers with an implementation using the Kakadu API. Apache 2.0 License.

Notifications You must be signed in to change notification settings

pirl-lpl/libjp2

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

No packages published