1. Home
  2. Browse
  3. jxrlib

jxrlib

v2019.10.9#7Latest

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})

Dependencies

See source

Version

v2019.10.9#7

Publication

Supports

All

GitHub

4creators/jxrlib43

Homepage

github.com/4creators/jxrlib

Subtree

b9f5f9c4fd

License

BSD-2-Clause

Definition

Manifest