Go to the documentation of this file.
29 extern int imgRead(
const char *fname,
IMG *img);
34 extern int imgReadFrame(
const char *fname,
int frame_to_read,
IMG *img,
int frame_index);
35 extern int imgWriteFrame(
const char *fname,
int frame_to_write,
IMG *img,
int frame_index);
74 extern int imgWriteAnalyzeFrame(
const char *fname,
int frame_to_write,
IMG *img,
int frame_index,
float fmin,
float fmax);