Lines Matching full:jpg
77 TESTFILES= testorig.jpg testimg.ppm testimg.bmp testimg.jpg testprog.jpg \
78 testimgp.jpg
146 ./djpeg -dct int -ppm -outfile testout.ppm testorig.jpg
147 ./djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
148 ./cjpeg -dct int -outfile testout.jpg testimg.ppm
149 ./djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg
150 ./cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
151 ./jpegtran -outfile testoutt.jpg testprog.jpg
154 cmp testimg.jpg testout.jpg
156 cmp testimgp.jpg testoutp.jpg
157 cmp testorig.jpg testoutt.jpg