CImage:PixelBytes
The PixelBytes method returns the number of bytes per pixel in the image. These quantities are describe in the Mira Data Types table.
nPixelBytes = CImage:PixelBytes() |
Suppose a CImage object I is attached to an image with data type 32 bit real. Then
returns the value nPixelBytes = 4.