libjxl

FORK: libjxl patches used on blog
git clone https://git.neptards.moe/blog/libjxl.git
Log | Files | Refs | Submodules | README | LICENSE

api.rst (316B)


      1 libjxl API reference
      2 ====================
      3 
      4 ``libjxl`` exposes a C API for encoding and decoding JPEG XL files with some
      5 C++ header-only helpers for C++ users.
      6 
      7 .. toctree::
      8    :caption: API REFERENCE
      9    :maxdepth: 2
     10 
     11    api_decoder
     12    api_encoder
     13    api_common
     14    api_metadata
     15    api_color
     16    api_threads
     17    api_cpp