Extract one specific feed from png using scikit image
I am evaluating a scikit image and looking for a way to only read the green channel from my images. Images are saved as RGBA, having only a green channel with values.
Is there something similar to CvSplit as in OpenCV?