Defines | Enumerations | Functions

djpeg.c File Reference

#include "cdjpeg.h"
#include "jversion.h"
#include <ctype.h>
#include "cderror.h"
Include dependency graph for djpeg.c:

Defines

#define JMESSAGE(code, string)   string ,
#define DEFAULT_FMT   FMT_PPM

Enumerations

enum  IMAGE_FORMATS {
  FMT_BMP, FMT_GIF, FMT_OS2, FMT_PPM,
  FMT_RLE, FMT_TARGA, FMT_TIFF
}

Functions

 usage (void)
 parse_switches (j_decompress_ptr cinfo, int argc, char **argv, int last_file_arg_seen, boolean for_real)
 jpeg_getc (j_decompress_ptr cinfo)
 print_text_marker (j_decompress_ptr cinfo)
int main (int argc, char **argv)

Define Documentation

#define DEFAULT_FMT   FMT_PPM
#define JMESSAGE (   code,
  string 
)    string ,

Enumeration Type Documentation

Enumerator:
FMT_BMP 
FMT_GIF 
FMT_OS2 
FMT_PPM 
FMT_RLE 
FMT_TARGA 
FMT_TIFF 

Function Documentation

jpeg_getc ( j_decompress_ptr  cinfo  ) 

Here is the caller graph for this function:

int main ( int  argc,
char **  argv 
)

Here is the call graph for this function:

parse_switches ( j_decompress_ptr  cinfo,
int  argc,
char **  argv,
int  last_file_arg_seen,
boolean  for_real 
)

Here is the call graph for this function:

print_text_marker ( j_decompress_ptr  cinfo  ) 

Here is the call graph for this function:

Here is the caller graph for this function:

usage ( void   ) 

Here is the call graph for this function: