Image struct
A collection of the image data and its features.
Contents
Constructors, destructors, conversion operators
Public variables
Function documentation
               Rubeus::
            Constructor.
| Parameters | |
|---|---|
| imageData | Array of byte values storing image data pixel-wise. | 
| height | Height of the image in pixels. | 
| width | Width of the image in pixels. | 
| bpp | bpp of the image in bits per pixel. |