#include <gandalf/image/image_defs.h>Go to the source code of this file.
Functions | |
| Gan_Image * | gan_image_extract_q (const Gan_Image *source, int r0, int c0, unsigned height, unsigned width, Gan_ImageFormat format, Gan_Type type, Gan_Bool copy_pixels, Gan_Image *dest) |
| Extracts part of an image. | |
| Gan_Image * | gan_image_extract_s (const Gan_Image *source, int r0, int c0, unsigned height, unsigned width, Gan_ImageFormat format, Gan_Type type, Gan_Bool copy_pixels) |
| Macro: Extracts part of an image. | |
| Gan_Image * | gan_image_convert_q (const Gan_Image *source, Gan_ImageFormat format, Gan_Type type, Gan_Image *dest) |
| Macro: Converts an image from one format/type to another. | |
| Gan_Image * | gan_image_convert_s (const Gan_Image *source, Gan_ImageFormat format, Gan_Type type) |
| Macro: Converts an image from one format/type to another. | |
Part of: Gandalf Library
1.4.3