Main Page   Modules   Compound List   File List   Compound 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 Mon Oct 13 16:14:51 2003 by doxygen1.3-rc1