Table of Contents
QccIMGImageComponentRead, QccIMGImageComponentWrite - read/write
image component to/from file
#include "libQccPack.h"
int QccIMGImageComponentRead(QccIMGImageComponent
*image_component);
int QccIMGImageComponentWrite(const QccIMGImageComponent
*image_component);
QccIMGImageComponentRead() reads a QccIMGImageComponent
structure from a file; the filename of the ICP-format file to be read
must be stored as image_component->filename.
QccIMGImageComponentWrite()
writes a QccIMGImageComponent structure to a file; the filename of the
ICP-format file to be written must be stored as image_component->filename.
Both QccIMGImageComponentRead() and QccIMGImageComponentWrite()
return 0 on success and 1 on error.
QccIMGImageComponent(3)
,
QccPackIMG(3)
, QccPack(3)
Copyright (C) 1997-2021 James E. Fowler
Table of Contents