-
Notifications
You must be signed in to change notification settings - Fork 57
Various small fixes and spellcheck #159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various small fixes and spellcheck #159
Conversation
Signed-off-by: Aleksandr Motsjonov <[email protected]>
README.md
Outdated
| * [`test/`](./test) - Sample testing materials such as a ".NEF" RAW image and a camera spectral sensitivity data file | ||
| * [`main.cpp`](main.cpp) - C++ source code file for call routines to process images | ||
| * [`include/`](./include) - Public header files for the `rawtoaces` library | ||
| * [`src/`](./src) - Source code for `rawtoaces` utilities and IDT implementation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps 'source code for the core library, utility library, and the command line tool', or something like that could be better?
README.md
Outdated
| * [`include/`](./include) - Public header files for the `rawtoaces` library | ||
| * [`src/`](./src) - Source code for `rawtoaces` utilities and IDT implementation | ||
| * [`unittest/`](./unittest) - Unit tests for `rawtoaces` | ||
| * [`main.cpp`](./src/rawtoaces/main.cpp) - C++ source file for call routines to process images |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since that file has been moved to src, I'd rather get this line removed completely, or get all subfolder listed for consistency.
README.md
Outdated
| * [`build_scripts/`](./build_scripts) - Helper scripts for installing dependencies | ||
| * [`cmake/`](./cmake) - CMake modules for locating dependencies (e.g., `libraw`) | ||
| * [`config/`](./config) - CMake configuration files | ||
| * [`data/`](./data) - Data files containing camera sensitivity, light source, color matching function and 190 training patch data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not a part of your change, but we should remove the data folder mentioned here, as it's not in the repo anymore
|
looks good, put a few small comments there |
811b058 to
50621b9
Compare
Signed-off-by: Aleksandr Motsjonov <[email protected]>
|
great, thank you |
22b83ce
into
AcademySoftwareFoundation:master
I was testing ChatGPT Codex thingy and it were sample tasks it had. Some of them I thought were ok to propose as a change.