Skip to content

CLI: output RGB24 if input was RGB24

Tristan Matthews requested to merge rgb24-output-only into main

Rather than implementing a separate RGB24 pipeline, simply skip the alpha channel on saving if input was RGB24.

Fixes #1 (closed). Replaces !4 (closed)

Merge request reports