Enum ReadResult
Describes a result of read operation.
Namespace: BitMiracle.LibJpeg.Classic
Assembly: BitMiracle.LibJpeg.NET.dll
Syntax
public enum ReadResult
Fields
| Name | Description |
|---|---|
| JPEG_HEADER_OK | Found valid image datastream. |
| JPEG_HEADER_TABLES_ONLY | Found valid table-specs-only datastream. |
| JPEG_REACHED_EOI | Reached the EOI marker (end of image) |
| JPEG_REACHED_SOS | Reached a SOS marker (the start of a new scan) |
| JPEG_ROW_COMPLETED | Completed reading one MCU row of compressed data. |
| JPEG_SCAN_COMPLETED | Completed reading last MCU row of current scan. |
| JPEG_SUSPENDED | Suspended due to lack of input data. Can occur only if a suspending data source is used. |