about summary refs log tree commit diff
path: root/test/test.jpegscan
blob: 7a659b7fdbbdd7ce9aaa4b65399f4ea1996ac0f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This is a example of a scan script to be used by 'pnmtojpeg' with -scan .
# It should work with any color image.

#Interleaved DC scan for Y, Cb, Cr:
0, 1, 2: 0-0, 0, 0 ;

# AC scans:
0:  1- 2, 0, 0 ;
0:  3- 5, 0, 0 ;
1:  1-63, 0, 0 ;
2:  1-63, 0, 0 ;
0:  6- 9, 0, 0 ;
0: 10-63, 0, 0 ;