Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 316 Bytes

api.rst

File metadata and controls

17 lines (14 loc) · 316 Bytes

libjxl API reference

libjxl exposes a C API for encoding and decoding JPEG XL files with some C++ header-only helpers for C++ users.

.. toctree::
   :caption: API REFERENCE
   :maxdepth: 2

   api_decoder
   api_encoder
   api_common
   api_metadata
   api_color
   api_threads
   api_cpp