LIBJXL
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
  jxl
 cms.h
 cms_interface.hInterface to allow the injection of different color management systems (CMSes, also called color management modules, or CMMs) in JPEG XL
 codestream_header.hDefinitions of structs and enums for the metadata from the JPEG XL codestream headers (signature, metadata, preview dimensions, ...), excluding color encoding which is in color_encoding.h
 color_encoding.hColor Encoding definitions used by JPEG XL. All CIE units are for the standard 1931 2 degree observer
 decode.hDecoding API for JPEG XL
 decode_cxx.hC++ header-only helper for decode.h
 encode.hEncoding API for JPEG XL
 encode_cxx.hC++ header-only helper for encode.h
 memory_manager.hAbstraction functions used by JPEG XL to allocate memory
 parallel_runner.h
 resizable_parallel_runner.hImplementation using std::thread of a resizeable JxlParallelRunner
 resizable_parallel_runner_cxx.hC++ header-only helper for resizable_parallel_runner.h
 stats.hAPI to collect various statistics from JXL encoder
 thread_parallel_runner.hImplementation using std::thread of a JxlParallelRunner
 thread_parallel_runner_cxx.hC++ header-only helper for thread_parallel_runner.h
 types.hData types for the JPEG XL API, for both encoding and decoding