A CLI tool which splits an image into Red-Green-Blue-Alpha channels
image-splitter /file/path/to/source-image.png
The command will create the following files in the same directory
source-image-red.pngsource-image-green.pngsource-image-blue.pngsource-image-alpha.png
TODO
Original image by Renee French, licensed under Creative Commons 3.0 Attributions license, modified by the author of this program (resized, and converted from JPEG into PNG)

The red channel looks like following. White means red color is bright, and black means red color is dark.

MIT License, except the images above (stored in examples directory in this repository).
See LICENSE.md for more details.
Go 1.17 is required
go build image-splitter.goto build executable, namedimage-splittergo run image-splitter.goto execute