Main Page   Modules   Compound List   File List   Compound Members   File Members  

image_flip.h File Reference

#include <gandalf/image/image_defs.h>

Go to the source code of this file.

Functions

Gan_Imagegan_image_flip_q (Gan_Image *source, Gan_Bool interlaced, Gan_Image *dest)
 Flips an image.

Gan_Imagegan_image_flip_s (Gan_Image *source, Gan_Bool interlaced)
 Macro: Flips an image vertically.

Gan_Imagegan_image_flip_i (Gan_Image *image, Gan_Bool interlaced)
 Macro: Flips an image.vertically.


Detailed Description

Module: Extract/fill selected channel(s) of image

Part of: Gandalf Library

Revision: Last edited: Author:

Copyright: (c) 2000 Imagineer Software Limited


Function Documentation

Gan_Image* gan_image_flip_q Gan_Image   source,
Gan_Bool    interlaced,
Gan_Image   dest
 

Flips an image.

Parameters:
source The input image
interlaced Whether the source image is interlaced or not
dest The destination image
Returns:
Pointer to the flipped image, or NULL on failure.
Flips image source in dest. If bInterlaced is GAN_TRUE the upper and lower fields are flipped separately.

See also:
gan_image_flip_q().


Generated on Mon Oct 13 16:14:41 2003 by doxygen1.3-rc1