A newer version of Max is available. Click here to access the latest version of this document.

jit.grgb2argb

Converts GRGB to ARGB

Description

The jit.grgb2argb object converts a 4-plane char GRGB (green left, red, green right, blue) matrix into a 4-plane char ARGB (alpha, red, green, blue) matrix. A default alpha channel (all on) is added and horizontal dimension is doubled for the output to account for this half red and blue chroma, macro pixel input format. The GRGB format is typically useful for conserving memory and/or bandwidth for continuous tone images with less expense than colorspace conversion.

Matrix Operator

matrix inputs:1, matrix outputs:1
Name IOProc Planelink Typelink Dimlink Plane Dim Type
out n/a 1 1 0 4 1 char

Information for Jitter Matrix Operator (MOP) messages and attributes to this object

Information for box attributes common to all objects

Examples

See Also

Name Description
jit.argb2grgb Converts ARGB to GRGB
jit.argb2uyvy Converts ARGB to UYVY
jit.colorspace Convert between colorspaces
jit.traffic Multiply the planar vector by a matrix