File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11API Reference
22=============
33
4- This section contains the API documentation for the RAWtoACES C++ libraries,
4+ This section contains the API documentation for the rawtoaces C++ libraries,
55automatically generated from the source code using Doxygen and Breathe.
66
77.. toctree ::
@@ -14,7 +14,7 @@ automatically generated from the source code using Doxygen and Breathe.
1414Namespaces
1515----------
1616
17- RAWtoACES organizes its code into the following namespaces:
17+ rawtoaces organizes its code into the following namespaces:
1818
1919``rta::util ``
2020 The utility library containing the high-level :cpp:class: `ImageConverter ` class
Original file line number Diff line number Diff line change 1- RAWtoACES Core
1+ rawtoaces Core
22==============
33
44The core library provides low-level functionality for spectral calculations,
Original file line number Diff line number Diff line change 99# -- Project information -----------------------------------------------------
1010# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1111
12- project = 'RAWtoACES '
12+ project = 'rawtoaces '
1313copyright = '2024, Contributors to the rawtoaces Project'
1414author = 'Contributors to the rawtoaces Project'
1515
Original file line number Diff line number Diff line change 11Contributing
22============
33
4- We welcome contributions to RAWtoACES ! This page provides guidelines for contributing
4+ We welcome contributions to rawtoaces ! This page provides guidelines for contributing
55to the project.
66
77For detailed contribution guidelines, please see the
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Installation
77From Source
88^^^^^^^^^^^
99
10- RAWtoACES requires the following dependencies:
10+ rawtoaces requires the following dependencies:
1111
1212- CMake 3.12 or later
1313- C++17 compatible compiler
@@ -30,7 +30,7 @@ Build steps:
3030 Environment Setup
3131-----------------
3232
33- RAWtoACES needs access to camera spectral sensitivity data and other reference data.
33+ rawtoaces needs access to camera spectral sensitivity data and other reference data.
3434The data is automatically fetched during the build process and installed to
3535``<CMAKE_INSTALL_PREFIX>/share/rawtoaces/data `` on macOS and Linux.
3636
Original file line number Diff line number Diff line change 1- RAWtoACES Documentation
1+ rawtoaces Documentation
22=======================
33
4- RAWtoACES is a tool for converting RAW camera images to ACES (Academy Color Encoding System) format.
4+ rawtoaces is a tool for converting RAW camera images to ACES (Academy Color Encoding System) format.
55It provides both a command-line utility and a C++ library for integration into other applications.
66
77.. toctree ::
You can’t perform that action at this time.
0 commit comments