50 #ifndef __LIBGPIV_IMG_UTILS_H__ 51 #define __LIBGPIV_IMG_UTILS_H__ 127 gpiv_img_mpi_bcast_image (
GpivImage *image,
128 const gboolean alloc_frame
138 gpiv_img_mpi_bcast_imgframe (
GpivImage *image
Piv image header and data.
void gpiv_free_img(GpivImage *gpiv_image)
Frees memory of gpiv_image.
Image parameters or header info.
GpivImage * gpiv_alloc_img(const GpivImagePar *image_par)
Allocates memory for GpivImage frames.
gchar * gpiv_check_alloc_img(const GpivImage *image)
Checks if image frames have been allocated TODO BUGFIX: check on correct size.
gchar * gpiv_cp_img_data(const GpivImage *image_src, GpivImage *image_dest)
Copies contents of img_src to img_dest.
GpivImage * gpiv_cp_img(const GpivImage *image)
Duplicates image.