script1.ijg 467 B

123456789101112
  1. # Here is an example of a progressive scan script using only
  2. # spectral selection (no successive approximation):
  3. # Interleaved DC scan for Y,Cb,Cr:
  4. 0,1,2: 0-0, 0, 0 ;
  5. # AC scans:
  6. 0: 1-2, 0, 0 ; # First two Y AC coefficients
  7. 0: 3-5, 0, 0 ; # Three more
  8. 1: 1-63, 0, 0 ; # All AC coefficients for Cb
  9. 2: 1-63, 0, 0 ; # All AC coefficients for Cr
  10. 0: 6-9, 0, 0 ; # More Y coefficients
  11. 0: 10-63, 0, 0 ; # Remaining Y coefficients