small fixups
This commit is contained in:
parent
ee4416040b
commit
810abeea34
@ -144,7 +144,7 @@ test_format $image tif 70 [compression=jpeg,tile]
|
||||
test_format $image tif 70 [compression=jpeg,tile,pyramid]
|
||||
test_format $image png 0
|
||||
test_format $image png 0 [compression=9,interlace=1]
|
||||
test_format $image jpg 15
|
||||
test_format $image jpg 70
|
||||
test_format $image ppm 0
|
||||
test_format $image pfm 0
|
||||
test_format $image fits 0
|
||||
@ -153,11 +153,11 @@ test_format $image fits 0
|
||||
test_format $mono csv 0
|
||||
|
||||
# cmyk jpg is a special path
|
||||
test_format $cmyk jpg 15
|
||||
test_format $cmyk jpg 70
|
||||
test_format $cmyk tif 0
|
||||
test_format $cmyk tif 15 [compression=jpeg]
|
||||
test_format $cmyk tif 15 [compression=jpeg,tile]
|
||||
test_format $cmyk tif 15 [compression=jpeg,tile,pyramid]
|
||||
test_format $cmyk tif 70 [compression=jpeg]
|
||||
test_format $cmyk tif 70 [compression=jpeg,tile]
|
||||
test_format $cmyk tif 70 [compression=jpeg,tile,pyramid]
|
||||
|
||||
test_rad $rad
|
||||
|
||||
|
@ -2,3 +2,4 @@ top_srcdir=@TOP_SRCDIR@
|
||||
tmp=$top_srcdir/test/tmp
|
||||
test_images=$top_srcdir/test/images
|
||||
image=$test_images/IMG_4618.jpg
|
||||
mkdir -p $tmp
|
||||
|
Loading…
Reference in New Issue
Block a user