#include <gandalf/image/image_defs.h>
Go to the source code of this file.
Functions | |
Gan_Image * | gan_image_extract_q (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 (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 (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 (Gan_Image *source, Gan_ImageFormat format, Gan_Type type) |
Macro: Converts an image from one format/type to another. |
Part of: Gandalf Library
Revision: Last edited: Author:
Copyright: (c) 2000 Imagineer Software Limited
|
Extracts part of an image.
|