Main Page   Modules   Compound List   File List   Compound Members   File Members  

Copy an Image
[Image Package]


Functions

Gan_Imagegan_image_copy_q (Gan_Image *img_s, Gan_Image *img_d)
 Macro: Copy an image.

Gan_Imagegan_image_copy_s (Gan_Image *img)
 Macro: Copy an image.

Gan_Imagegan_image_copy_flip_q (Gan_Image *img_s, Gan_Image *img_d)
 Macro: Copy an image, flipping it vertically.

Gan_Imagegan_image_copy_flip_s (Gan_Image *img)
 Macro: Copy an image, flipping it vertically.


Function Documentation

Gan_Image* gan_image_copy_flip_q Gan_Image   img_s,
Gan_Image   img_d
 

Macro: Copy an image, flipping it vertically.

Returns:
Result flipped image img_d.
Copy image img_s to image img_d, flipping it vertically and return img_d.

Gan_Image* gan_image_copy_flip_s Gan_Image   img
 

Macro: Copy an image, flipping it vertically.

Returns:
Flipped and copied image as a new image.
Allocate and return a copy of image img, flipping it vertically.

Gan_Image* gan_image_copy_q Gan_Image   img_s,
Gan_Image   img_d
 

Macro: Copy an image.

Returns:
Result image img_d.
Copy image img_s to image img_d, and return img_d.

Gan_Image* gan_image_copy_s Gan_Image   img
 

Macro: Copy an image.

Returns:
Copied image as a new image.
Allocate and return a copy of image img.


Generated on Fri Mar 14 19:32:59 2003 by doxygen1.3-rc1