Last modified: February 14, 2023
Contents
In module gamera.core
There are many ways to initialize ImageData:
ImageData(Dim dim, Point offset, Int pixel_type, Int storage_format) ImageData(Rect rect, Int pixel_type, Int storage_format)
(int property get/set)
The number of rows
The number of columns
The x offset in the page for the data
The y offset in the page for the data
The length of the data stride
(Size property get/set)
The size of the image data
The size of the data in bytes
The type of the pixels. See pixel types for more info.
The format of the storage. See storage formats for more info.