diff options
author | jiyong.min <jiyong.min@samsung.com> | 2023-03-24 08:17:57 +0900 |
---|---|---|
committer | jiyong.min <jiyong.min@samsung.com> | 2023-03-27 08:55:37 +0900 |
commit | b4fa76f3a65b1a7ec582e0cd0b68683f80b5d754 (patch) | |
tree | 28a0bdbe6ce66692746a01e468b52971283b6d14 /doc/sphinx/api.rst | |
parent | b2051fff838fd13eda203439f58679cbefea065e (diff) | |
parent | 7fa2aaed0a5c855460b77fb1fedcc01591ff6470 (diff) | |
download | libjxl-b4fa76f3a65b1a7ec582e0cd0b68683f80b5d754.tar.gz libjxl-b4fa76f3a65b1a7ec582e0cd0b68683f80b5d754.tar.bz2 libjxl-b4fa76f3a65b1a7ec582e0cd0b68683f80b5d754.zip |
Merge branch 'origin/upstream' into tizen
Change-Id: I94ba157ea17e2b400d754eefd0f3d8ef471ba3e9
Diffstat (limited to 'doc/sphinx/api.rst')
-rw-r--r-- | doc/sphinx/api.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/sphinx/api.rst b/doc/sphinx/api.rst new file mode 100644 index 0000000..56fca09 --- /dev/null +++ b/doc/sphinx/api.rst @@ -0,0 +1,15 @@ +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_butteraugli + api_threads |