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

jit.argb2grgb

Converts ARGB to GRGB

Description

The jit.argb2grgb object converts a 4-plane char ARGB (alpha, red, green, blue) matrix into a 4-plane char GRGB (green left, red, green right, blue) matrix. Alpha channel is lost and horizontal dimension is halved to support this half red and blue chroma, macro pixel output 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.argb2uyvy Converts ARGB to UYVY
jit.grgb2argb Converts GRGB to ARGB
jit.colorspace Convert between colorspaces
jit.rgb2luma Converts RGB to monochrome (luminance)
jit.traffic Multiply the planar vector by a matrix