Linux Standard Base Desktop Specification 3.2 | ||
---|---|---|
<<< Previous | Next >>> |
The function jpeg_finish_decompress() shall set the decompression state to completion. Any remaining input data shall be decoded and consumed. jpeg_finish_decompress() shall also release working memory associated with the JPEG object.
jpeg_finish_decompress() shall return FALSE if data source requests suspension of the decompressor. Otherwise, jpeg_finish_decompress() shall return TRUE.
jpeg_finish_decompress() shall return error if the function is invoked before reading the specified number of scanlines.
<<< Previous | Home | Next >>> |
jpeg_finish_compress | Up | jpeg_finish_output |