Image

* Base class for all image format classes.

Members

Functions

getBithDepth
uint getBithDepth()

*

getBitsPerChannel
uint getBitsPerChannel()

*

getChannelCount
uint getChannelCount()

* Returns the number of channels that image has. * For example, if image has 4 channels it returns 3.

getPixelData
ubyte[] getPixelData()

*

Variables

bitDepth
uint bitDepth;
Undocumented in source.
bytesPerChannel
uint bytesPerChannel;
Undocumented in source.
channelCount
uint channelCount;
Undocumented in source.
pixelData
ubyte[] pixelData;
Undocumented in source.

Meta