# Image channel splitter

Splits an image into separate RGB channels.

Source: https://cybars69.github.io/projects/image-channel-splitter/


Kind: Hand-written
Tags: Python, Image processing
Source: https://github.com/cybars69/img-channel-splitter

Extracts the red, green and blue channels from `.png` and `.jpg` files into separate images.

[Source on GitHub](https://github.com/cybars69/img-channel-splitter)
