Image.make24bit
void make24bit(hid_t locId, string imageName, hsize_t width, hsize_t height,
InterlaceMode interlace, const ubyte[] data)Creates a 24-bit color image.
Parameters
locId | Location identifier (file or group handle) |
imageName | Name of the image dataset |
width | Width of the image in pixels |
height | Height of the image in pixels |
interlace | Interlace mode (pixel or plane) |
data | Pixel data (width height 3 bytes) |
Throws
HDF5Exception if image creation fails