![]() |
pntr
Image manipulation library
|
Data Fields | |
| pntr_color * | data |
| int | width |
| int | height |
| int | pitch |
| bool | subimage |
| pntr_rectangle | clip |
An image, represented by pixel data.
| pntr_rectangle pntr_image::clip |
A rectangle representing the region of the image that can be changed.
| pntr_color* pntr_image::data |
The pixel data for the image.
| int pntr_image::height |
The height of the image.
| int pntr_image::pitch |
The amount of bytes of one row of the image.
| bool pntr_image::subimage |
Whether or not the image is a portion of another image, sharing the same image data.
| int pntr_image::width |
The width of the image.