Table of Contents

NAME

QccIMGImageComponentRead, QccIMGImageComponentWrite - read/write image component to/from file

SYNOPSIS

#include "libQccPack.h"

int QccIMGImageComponentRead(QccIMGImageComponent *image_component);
int QccIMGImageComponentWrite(const QccIMGImageComponent *image_component);

DESCRIPTION

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.

RETURN VALUES

Both QccIMGImageComponentRead() and QccIMGImageComponentWrite() return 0 on success and 1 on error.

SEE ALSO

QccIMGImageComponent(3) , QccPackIMG(3) , QccPack(3)

AUTHOR

Copyright (C) 1997-2021 James E. Fowler


Table of Contents



Get QccPack at SourceForge.net. Fast, secure and Free Open Source software downloads