Mount Fuji Engine
0.8b
|
Image scaling data. More...
Data Fields | |
void * | pSourceImage |
Pointer to the source image data. | |
int | sourceWidth |
Width of source image. | |
int | sourceHeight |
Height of source image. | |
int | sourceStride |
Stride of source image in pixels. | |
void * | pTargetBuffer |
Pointer to a target buffer. | |
int | targetWidth |
Width of target image. | |
int | targetHeight |
Height of target image. | |
int | targetStride |
Stride of target image in pixels. | |
MFImageFormat | format |
The format of the source image. | |
MFScalingAlgorithm | algorithm |
The scaling algorithm to use. | |
Image scaling data.