![]() |
GIRAFFE Pipeline Reference Manual |
|||
|
|
giimage.h cxint giraffe_image_load_pixels(GiImage *self, const cxchar *filename, cxint position, cxint plane) Gets image data from a file. Definition: giimage.c:451 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:653 cpl_propertylist * giraffe_image_get_properties(const GiImage *self) Get the properties of an image. Definition: giimage.c:282 cxint giraffe_image_add_info(GiImage *, const GiRecipeInfo *, const cpl_frameset *) Add additional frame information to an image. Definition: giimage.c:773 cxint giraffe_image_copy_matrix(GiImage *self, cpl_matrix *matrix) Copies matrix elements into an image. Definition: giimage.c:345 cxint giraffe_image_load_properties(GiImage *self, const cxchar *filename, cxint position) Gets image properties from a file. Definition: giimage.c:488 cxint giraffe_image_save(GiImage *self, const cxchar *filename) Write a Giraffe image to a file. Definition: giimage.c:570 GiImage * giraffe_image_create(cpl_type type, cxint nx, cxint ny) Creates an image container of a given type. Definition: giimage.c:95 void giraffe_image_print(GiImage *self) Prints status information about a Giraffe image. Definition: giimage.c:741 cxint giraffe_image_set(GiImage *self, cpl_image *image) Sets the image data. Definition: giimage.c:244 cxint giraffe_image_set_properties(GiImage *self, cpl_propertylist *properties) Attaches a property list to an image. Definition: giimage.c:312 cxint giraffe_image_load(GiImage *self, const cxchar *filename, cxint position) Gets image data and properties from a file. Definition: giimage.c:536 GiImage * giraffe_image_duplicate(const GiImage *image) Creates a copy of an image. Definition: giimage.c:139 |