decodeScan
decodeScan(data, offset, frame, components, resetInterval, spectralStart, spectralEnd, successivePrev, successive, [tolerantDecoding]) ⇒ number
Kind: global function
| Param | Type |
|---|---|
| data | Uint8Array |
| offset | number |
| frame | JpegFrame |
| components | Array.<JpegFrameComponent> |
| resetInterval | number |
| spectralStart | number |
| spectralEnd | number |
| successivePrev | number |
| successive | number |
| [tolerantDecoding] | boolean |
decodeScan~readBit() ⇒ number
Kind: inner method of decodeScan
decodeScan~decodeBaseline(component, zz)
Kind: inner method of decodeScan
| Param | Type |
|---|---|
| component | JpegFrameComponent |
| zz | Array.<number> |
decodeScan~decodeMcu(component, decode, mcu, row, col)
Kind: inner method of decodeScan
| Param | Type |
|---|---|
| component | JpegFrameComponent |
| decode | function |
| mcu | number |
| row | number |
| col | number |
decodeScan~decodeBlock(component, decode, mcu)
Kind: inner method of decodeScan
| Param | Type |
|---|---|
| component | JpegFrameComponent |
| decode | function |
| mcu | number |