1. Home
  2. Browse
  3. jxrlib

jxrlib

v2019.10.9#3Latest

jxrlib is JPEG XR Image Codec reference implementation library released by Microsoft under BSD-2-Clause License. This repo is a clone of jxrlib as released by Microsoft from it's original Codeplex location https://jxrlib.codeplex.com. The only changes comprise addition of LICENSE and README.md in repo root.

Install

Run the following Vcpkg command to install the port.

vcpkg install jxrlib

Usage

The package jxrlib provides CMake integration:

find_package(JXR REQUIRED)
target_include_directories(main PRIVATE ${JXR_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${JXR_LIBRARIES})
See source

Version

v2019.10.9#3

Publication

Supports

All

GitHub

4creators/jxrlib44

Homepage

github.com/4creators/jxrlib

Subtree

7c55ecac26

License

Complex license

Definition

Manifest