Skip to content

Conversation

@soswow
Copy link
Contributor

@soswow soswow commented Aug 9, 2025

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.

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
Copy link
Contributor

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
Copy link
Contributor

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
Copy link
Contributor

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

@antond-weta
Copy link
Contributor

looks good, put a few small comments there

@antond-weta
Copy link
Contributor

great, thank you

@antond-weta antond-weta merged commit 22b83ce into AcademySoftwareFoundation:master Aug 19, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants