libjxl

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

api.txt (902B)


      1 /* This document is meant for Doxygen use only. If you are looking for the API
      2  * documentation generate it with `./ci.sh release` and look under the
      3  * build/html directory.
      4  *
      5  * This file documents all the groups and defines the order in which they appear
      6  * in Doxygen. Define the @defgroup commands here and use @addtogroup anywhere
      7  * else.
      8  */
      9 
     10 /**
     11 @defgroup libjxl JPEG XL library (libjxl)
     12 @brief The main JPEG XL decoder / encoder library.
     13 
     14 @addtogroup libjxl
     15 @{
     16 
     17 @defgroup libjxl_decoder JPEG XL Decoder API
     18 
     19 @defgroup libjxl_encoder JPEG XL Encoder API
     20 
     21 @defgroup libjxl_common Common API concepts
     22 
     23 @defgroup libjxl_metadata Image and frame metadata
     24 
     25 @defgroup libjxl_color Color encoding and conversion
     26 
     27 @defgroup libjxl_cpp C++ helpers
     28 
     29 @}
     30 
     31 @defgroup libjxl_threads JPEG XL Multi-thread library (libjxl_threads)
     32 @brief Additional multi-threaded implementations for the parallel runner.
     33 */