jpeg_finish_output

Name

jpeg_finish_output -- complete pass in buffered-image mode

Synopsis

#include <jpeglib.h>

boolean jpeg_finish_output(j_decompress_ptr cinfo);

Description

jpeg_start_output() shall change state for completion of an output pass in buffered-image mode. The scan number shall be incremented if the end-of-image marker is not reached.

Return Value

jpeg_finish_output() shall return FALSE if decompression is suspended. Otherwise, jpeg_finish_output() shall return TRUE.