JpegScan constructor
JpegScan(
- InputBuffer input,
- JpegFrame frame,
- List<
JpegComponent> components, - int? resetInterval,
- int spectralStart,
- int spectralEnd,
- int successivePrev,
- int successive,
Implementation
JpegScan(
this.input,
this.frame,
this.components,
this.resetInterval,
this.spectralStart,
this.spectralEnd,
this.successivePrev,
this.successive) {
precision = frame.precision;
samplesPerLine = frame.samplesPerLine;
scanLines = frame.scanLines;
mcusPerLine = frame.mcusPerLine;
progressive = frame.progressive;
maxH = frame.maxHSamples;
maxV = frame.maxVSamples;
}