- Your Widget Set For OpenGL
#include <uimagefilter.hpp>
Inheritance diagram for ufo::UImageFilter:

Static Public Member Functions | |
| UImageIO * | stretch (UImageIO *oldImage, int newWidth, int newHeight) |
| UImageIO * | changeChannel (UImageIO *oldImage, int newChannels) |
| UImageIO * | flipX (UImageIO *oldImagE) |
| UImageIO * | flipY (UImageIO *oldImagE) |
| void | scale (int components, int widthin, int heightin, const uint8_t *datain, int widthout, int heightout, uint8_t *dataout) |
|
|
Creates a new image io with horizontally flipped content. |
|
|
Creates a new image io with vertically flipped content. |
|
||||||||||||||||||||||||||||||||
|
A scaling method for raw byte arrays.
|
|
||||||||||||||||
|
Creates a new image io object with the given parameters. Stretches the old image if necessarry.
|