-
Notifications
You must be signed in to change notification settings - Fork 2
Description
cICP and cLLI are separate.
However, @svgeesus pointed out in a PNG meeting that it would be handy to have a tool like png_cicp_editor for cLLI.
It could auto-generate the cLLI by looking at the image contents and cICP.
(Open question: For APNG, should it ignore the static image if it is unused in the animation?)
Note: It could also warn when cLLI is provided for non-HDR color spaces.
There should probably be options to explicitly specify the values or allow them to be generated.
This could be a separate tool. But it would replicate so much of this tool in both functionality (add, overwrite, remove) and code (command line parsing, png parsing, file reading/writing) that it makes sense to add it to png_cicp_editor. At which point, perhaps the project should be renamed.