diff options
author | Jiyong <jiyong.min@samsung.com> | 2023-12-26 17:33:03 +0900 |
---|---|---|
committer | Jiyong <jiyong.min@samsung.com> | 2023-12-27 08:25:11 +0900 |
commit | a6d06c38e46e552195648836052eb909925fe5ff (patch) | |
tree | 5b34f3947c8331dc618a5166974e4d9757f8e782 /doc/api.txt | |
parent | f3e519be675ef7922a6c1c3a682232302b55496d (diff) | |
parent | 3b773d382e34fcfc7c8995d8bd681a6ef0529b02 (diff) | |
download | libjxl-accepted/tizen_unified_riscv.tar.gz libjxl-accepted/tizen_unified_riscv.tar.bz2 libjxl-accepted/tizen_unified_riscv.zip |
Merge branch 'upstream' into tizenaccepted/tizen/unified/riscv/20240103.054630accepted/tizen/unified/20231228.165749accepted/tizen_unified_riscv
Change-Id: I13b4d2c94ada4853484630800e2a8a5ae90d34c1
Diffstat (limited to 'doc/api.txt')
-rw-r--r-- | doc/api.txt | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/api.txt b/doc/api.txt index ed3f939..7d20e32 100644 --- a/doc/api.txt +++ b/doc/api.txt @@ -14,13 +14,17 @@ @addtogroup libjxl @{ -@defgroup libjxl_decoder JPEG XL Decoder +@defgroup libjxl_decoder JPEG XL Decoder API -@defgroup libjxl_encoder JPEG XL Encoder +@defgroup libjxl_encoder JPEG XL Encoder API -@defgroup libjxl_common JPEG XL common definitions +@defgroup libjxl_common Common API concepts -@defgroup libjxl_butteraugli Butteraugli metric +@defgroup libjxl_metadata Image and frame metadata + +@defgroup libjxl_color Color encoding and conversion + +@defgroup libjxl_cpp C++ helpers @} |