Created by: mildsunrise
- Fixes plane count calculation at
VideoFrame.planes(in cases when many components are stored in the same plane). - Corrects the
VideoPlaneconstructor so that the palette plane inpal8is accessible. - Implements ndarray conversion with
rgb8/bgr8. - Implements ndarray conversion with
pal8(by accepting apaletteargument / returning a tuple).