jpeg_abort_compress

Name

jpeg_abort_compress -- abort processing of JPEG compression operation

Synopsis

#include <jpeglib.h>

void jpeg_abort_compress(j_compress_ptr cinfo);

Description

The function jpeg_abort_compress() shall abort the processing of a JPEG compression operation. The function shall return the given compression object to an idle state releasing any working memory. The compression object may be reused after a call to jpeg_abort_compress().