enum ResizeImageType { ResizeNone, ResizeRgbToRgb, ResizeRgbaToRgba, ResizeRgbToRgba, ResizeGray };
Operation type for the image resizer. This is used to scale incoming images to the next power of two when initializing textures.
Members |
Description |
ResizeRgbToRgb |
24-bit RGB image data resize. |
ResizeRgbaToRgba |
32-bit RGBA image data resize. |
ResizeRgbToRgba |
Input 24-bit RGB and output 32-bit RGBA during resize. Alpha is set to 255. |
ResizeGray |
Input and output 8-bit gray scale image data during resize. |
Render_ResizeImage.h