jpeg_suppress_tables

Name

jpeg_suppress_tables -- control quantization and Huffman table suppression

Synopsis

#include <jpeglib.h>

void jpeg_suppress_tables(j_compress_ptr cinfo, boolean suppress);

Description

The function jpeg_suppress_tables() forcibly suppress or un-suppresses all quantization and Huffman tables. If "suppress" is TRUE, the function shall mark all currently defined tables as already written. Otherwise, the tables will be marked as not written. This controls the emission of tables on subsequent calls to jpeg_start_compress().