react-native-vision-camera-resizerType aliases
ChannelOrder
type ChannelOrder = "rgb" | "bgr"Represents how the three output channels are ordered in memory.
For example, 'rgb' stores one pixel as R, G, B.
type ChannelOrder = "rgb" | "bgr"Represents how the three output channels are ordered in memory.
For example, 'rgb' stores one pixel as R, G, B.