re_cloneimage()

extern ReImageHandle XXX_API re_cloneimage
  (const ReImage *image, ReImage *cloneimage);
      

Parameter:

image
Address of a structure of a source image.
cloneimage
Address of a structure for a target image.

Return value:

ReImageHandle, NULL in case of error.

Comment:

This function duplicates a given ReImage image into an identical ReImage cloneimage. The allocated memory can be freed by re_freeimage() with the return value ReImageHandle.

Reference: