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