![]() |
GIRAFFE Pipeline Reference Manual |
|||
|
|
giimage.h void giraffe_image_print(GiImage *self) Prints status information about a Giraffe image. Definition: giimage.c:749 cxint giraffe_image_add_info(GiImage *, const GiRecipeInfo *, const cpl_frameset *) Add additional frame information to an image. Definition: giimage.c:781 cxint giraffe_image_set(GiImage *self, cpl_image *image) Sets the image data. Definition: giimage.c:252 cxint giraffe_image_paste(GiImage *self, const GiImage *image, cxint x, cxint y, cxbool clip) Paste an image into another at a given position. Definition: giimage.c:661 cxint giraffe_image_load_pixels(GiImage *self, const cxchar *filename, cxint position, cxint plane) Gets image data from a file. Definition: giimage.c:459 cxint giraffe_image_load(GiImage *self, const cxchar *filename, cxint position) Gets image data and properties from a file. Definition: giimage.c:544 cxint giraffe_image_save(GiImage *self, const cxchar *filename) Write a Giraffe image to a file. Definition: giimage.c:578 GiImage * giraffe_image_duplicate(const GiImage *image) Creates a copy of an image. Definition: giimage.c:147 GiImage * giraffe_image_new(cpl_type type) Creates an empty image container. Definition: giimage.c:73 GiImage * giraffe_image_create(cpl_type type, cxint nx, cxint ny) Creates an image container of a given type. Definition: giimage.c:103 cxint giraffe_image_set_properties(GiImage *self, cpl_propertylist *properties) Attaches a property list to an image. Definition: giimage.c:320 cxint giraffe_image_load_properties(GiImage *self, const cxchar *filename, cxint position) Gets image properties from a file. Definition: giimage.c:496 cxint giraffe_image_copy_matrix(GiImage *self, cpl_matrix *matrix) Copies matrix elements into an image. Definition: giimage.c:353 cpl_propertylist * giraffe_image_get_properties(const GiImage *self) Get the properties of an image. Definition: giimage.c:290 |