#include <math.h>
#include <gandalf/image/image_convert.h>
#include <gandalf/image/image_rgb_uint8.h>
#include <gandalf/image/image_rgb_uint16.h>
#include <gandalf/image/image_rgb_float32.h>
#include <gandalf/image/image_rgba_uint8.h>
#include <gandalf/image/image_rgba_uint16.h>
#include <gandalf/image/image_rgba_float32.h>
Functions | |
Gan_Image * | gan_image_swap_RandB_q (Gan_Image *source, Gan_Image *dest) |
Converts an image ARGB to RGBA, returning a new image. | |
Gan_Image * | gan_image_convert_ARGBtoRGBA_q (Gan_Image *source, Gan_Image *dest) |
Converts an image ARGB to RGBA, returning a new image. | |
Gan_Image * | gan_image_convert_RGBAtoARGB_q (Gan_Image *source, Gan_Image *dest) |
Converts an image RGBA to ARGB, returning a new image. |
Part of: Gandalf Library