jpeg_stdio_dest

Name

jpeg_stdio_dest -- Initialize state for output to stdio stream

Synopsis

#include <jpeglib.h>

void jpeg_stdio_dest(j_compress_ptr cinfo, FILE * outfile);

Description

jpeg_stdio_dest() shall initialize state for output to the given stdio stream outfile. The stream outfile must be in open state.