#include <gandalf/image/image_defs.h>
Go to the source code of this file.
Functions | |
Gan_Image * | gan_image_composite_q (Gan_Image *source, const Gan_Image *source_with_alpha, const Gan_Image *source_mask, Gan_Image *dest) |
Macro: Composite images. | |
Gan_Image * | gan_image_composite_i (Gan_Image *image, const Gan_Image *source_with_alpha, const Gan_Image *source_mask) |
Macro: Composite with overwriting. | |
Gan_Image * | gan_image_composite_s (Gan_Image *image, const Gan_Image *source_with_alpha, const Gan_Image *source_mask) |
Macro: Composite into a new image. |
Part of: Gandalf Library