enum Tinman.Image.CoverageOp
Enumeration of ways to change the pixel coverage of an image..
Items
The following table lists all iemts of this enum type, including their string tags (if
defined).
Enumeration Item |
Reinterpret
|
|
Change pixel coverage semantic but leave pixel data unchanged (i.e. reinterpret pixel data).
|
Resample
|
|
Resample image pixels to new pixel coverage semantic, without wrapping.
|
ResampleWrapX
|
|
Resample image pixels to new pixel coverage semantic, with wrapping around the X-axis.
|
Usages
The following table shows all usages of this config type.