jpeg_start_decompress

Name

jpeg_start_decompress -- initialize a decompression cycle

Synopsis

#include <jpeglib.h>

boolean jpeg_start_decompress(j_decompress_ptr cinfo);

Description

The function jpeg_start_decompress() shall initialize state for a JPEG decompression cycle and allocate working memory. The JPEG datastream header must be read prior to the invokation of jpeg_start_decompress() to obtain the parameters for decompression.