about summary refs log tree commit diff
path: root/test/test.jpegscan
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.jpegscan')
-rw-r--r--test/test.jpegscan13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/test.jpegscan b/test/test.jpegscan
deleted file mode 100644
index 7a659b7f..00000000
--- a/test/test.jpegscan
+++ /dev/null
@@ -1,13 +0,0 @@
-# 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 ;