Mapping options when creating a (potentially) mapped image. More...
Static Public Attributes | |
int | CopyPixels = 0 |
Create a deep copy of the source pixels. | |
int | LinkPixels = 1 |
Create a linked copy of the source pixels, that shares the memory of the source pixels. | |
Mapping options when creating a (potentially) mapped image.
|
static |
Create a linked copy of the source pixels, that shares the memory of the source pixels.
That means, changes to one image affect the linked image as well
We use cookies to improve your experience. By using this documentation, you agree to our use of cookies.