FourCC

Summary
FourCC
Functions
FourCC.newUsed internally to create tags for representing colourspaces.
inspectSame as to_s.
to_sDisplay 4-character colourspace tag.
to_strSame as to_s.
Related
Constants
Colourspace tags
Functions
FourCCShortcut for FourCC constructor.

Functions

FourCC.new

def FourCC.new(a,
b,
c,
d)

Used internally to create tags for representing colourspaces.

See also

inspect

def inspect

Same as to_s.

to_s

def to_s

Display 4-character colourspace tag.

to_str

def to_str

Same as to_s.

Related

Summary
Constants
Colourspace tags
Functions
FourCCShortcut for FourCC constructor.

Constants

Colourspace tags

BGR24-bit blue-green-red
UYVYUYVY data
YUY2YUY2 data
I420I420 data
YV12YV12 data
MJPGMotion JPEG data

See also

Functions

FourCC

def FourCC(a,
b,
c,
d)

Shortcut for FourCC constructor.

def FourCC.new(a,
b,
c,
d)
Used internally to create tags for representing colourspaces.
def inspect
Same as to_s.
def to_s
Display 4-character colourspace tag.
def to_str
Same as to_s.
def FourCC(a,
b,
c,
d)
Shortcut for FourCC constructor.
def Frame(typecode,
width,
height)
Create frame class.
Close