Linux Standard Base Desktop Specification 3.2 | ||
---|---|---|
<<< Previous | Next >>> |
The function jpeg_read_header() shall read the JPEG datastream until the first SOS marker is encountered. The function shall initialize all decompression parameters to default values and save all tables and parameters in the decompression object structure.
jpeg_read_header() shall return with one of the following return codes:
if SOS marker is reached
for an abbreviated input image, if EOI is reached
if data source module requests suspension of the decompressor.
<<< Previous | Home | Next >>> |
jpeg_read_coefficients | Up | jpeg_read_raw_data |