Home | History | Annotate | Download | only in jpeg

Lines Matching full:jpg

73 TESTFILES= testorig.jpg testimg.ppm testimg.bmp testimg.jpg testprog.jpg \
74 testimgp.jpg
132 ./djpeg -dct int -ppm -outfile testout.ppm testorig.jpg
133 ./djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
134 ./cjpeg -dct int -outfile testout.jpg testimg.ppm
135 ./djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg
136 ./cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
137 ./jpegtran -outfile testoutt.jpg testprog.jpg
140 cmp testimg.jpg testout.jpg
142 cmp testimgp.jpg testoutp.jpg
143 cmp testorig.jpg testoutt.jpg