r3cineon
plugins/dtype/cineon/r3cineon.h
r3cineon
Kodak Cineon image file format class.
r3Dtfile
R3CLID_DTFILE
r3Cineon
R3CLID_CINEON - 856
WriteBitsPerPixel
WriteBitsPerPixel
R3CINEONA_WriteBitsPerPixel
Integer
R3INT
image depth in writing
value = jsobj.GetWriteBitsPerPixel();
R3INT value;
R3GetAttrs(r3obj, R3CINEONA_WriteBitsPerPixel, &value, R3TAG_END);
ColorChannelCount
ColorChannelCount
R3CINEONA_ColorChannelCount
Integer
R3INT
how many 3 component channels, 0...2
value = jsobj.GetColorChannelCount();
R3INT value;
R3GetAttrs(r3obj, R3CINEONA_ColorChannelCount, &value, R3TAG_END);
BWChannelCount
BWChannelCount
R3CINEONA_BWChannelCount
Integer
R3INT
how many 1 component channels, 0...8
value = jsobj.GetBWChannelCount();
R3INT value;
R3GetAttrs(r3obj, R3CINEONA_BWChannelCount, &value, R3TAG_END);
Error numbers
Registry function