fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
  SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation)  

jdatadst.c File Reference

#include "jinclude.h"
#include "jpeglib.h"
#include "jerror.h"
Include dependency graph for jdatadst.c:

Go to the source code of this file.

Classes

struct  my_destination_mgr

Defines

#define OUTPUT_BUF_SIZE   4096

Typedefs

typedef my_destination_mgrmy_dest_ptr

Functions

 init_destination (j_compress_ptr cinfo)
 empty_output_buffer (j_compress_ptr cinfo)
 term_destination (j_compress_ptr cinfo)
 jpeg_stdio_dest (j_compress_ptr cinfo, FILE *outfile)

Define Documentation

#define OUTPUT_BUF_SIZE   4096

Definition at line 34 of file jdatadst.c.

Referenced by empty_output_buffer(), init_destination(), and term_destination().


Typedef Documentation

Definition at line 32 of file jdatadst.c.


Function Documentation

jpeg_stdio_dest ( j_compress_ptr  cinfo,
FILE *  outfile 
)