Main Page | Modules | Class List | File List | Class Members | File Members

Flip an Image vertically
[Image Package]


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.

Function Documentation

Gan_Image* gan_image_flip_i Gan_Image image,
Gan_Bool  interlaced
 

Macro: Flips an image.vertically.

Parameters:
image The input/output image
interlaced Whether the source image is interlaced or not
Returns:
Pointer to the flipped image, or NULL on failure.
Flips an image in-place. If interlaced is GAN_TRUE the upper and lower fields are flipped separately.

This is a macro call to gan_image_flip_q().

See also:
gan_image_flip_q().

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().

Gan_Image* gan_image_flip_s Gan_Image source,
Gan_Bool  interlaced
 

Macro: Flips an image vertically.

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

This is a macro call to gan_image_flip_q().

See also:
gan_image_flip_q().


Generated on Fri Mar 17 12:45:01 2006 by  doxygen 1.3.9.1