diff options
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 |