Table of Contents
QccIMGImageCopy - copy image
#include "libQccPack.h"
int
QccIMGImageCopy(QccIMGImage *image1, const QccIMGImage *image2);
QccIMGImageCopy() copies the contents of image2 into image1 via three
successive calls to QccIMGImageComponentCopy(3)
.
This routine
returns 0 on success and 1 on error.
QccIMGImageComponentCopy(3)
,
QccIMGImageComponent(3)
, QccPackIMG(3)
, QccPack(3)
Copyright
(C) 1997-2021 James E. Fowler
Table of Contents