Go to the documentation of this file.
   13 #define IMAGEIO_NUM           (IMAGEIO_SINGLE) 
   15 #define IMAGEIO_NUM           (IMAGEIO_DOUBLE) 
   32 int AllocImageObj(
image *f, 
int Width, 
int Height, 
int NumChannels);
 
   33 void FreeImageObj(
image f);
 
   34 int ReadImageObj(
image *f, 
const char *FileName);
 
   35 int ReadImageObjGrayscale(
image *f, 
const char *FileName);
 
   36 int WriteImageObj(
image f, 
const char *FileName, 
int JpegQuality);
 
   39 int GetStrToken(
char *Token, 
const char *Start, 
int MaxLength, 
const char *Delim);
 
   42     char *TokenBuf, 
int MaxLength, 
int k, 
const char *Start,
 
   43     int argc, 
const char *argv[], 
const char *Delimiters);
 
   44 int CliGetNum(num *Value, 
const char *String, 
const char *Param);
 
   47     int (*RescaleFun)(
image *f));
 
   49 extern const image NullImage;