File tree 5 files changed +5
-4
lines changed
5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ set(UNCOMPRESSEDIMAGES
94
94
set (IMAGES_EXTRA_DIST
95
95
images/README.txt
96
96
images/miniswhite-1c-1b.g3
97
+ images/32bpp-None-jpeg.tiff
97
98
${BMPIMAGES}
98
99
${GIFIMAGES}
99
100
${PNMIMAGES}
@@ -446,8 +447,7 @@ if(tiff-tools)
446
447
447
448
add_convert_test(tiff2rgba 32BPP "-B 255 -n" "images/32bpp-None.tiff" TRUE )
448
449
if (JPEG_SUPPORT)
449
- # use output of tiff2rgba-32BPP as input!
450
- add_convert_test_multi_out_in(tiffcp "" "" 32BPP-JPEG "-c jpeg" "" "" "tiff2rgba-32BPP-32bpp-None.tiff" TRUE )
450
+ add_convert_test(tiffcp 32BPP-JPEG "-c jpeg" "images/32bpp-None-jpeg.tiff" TRUE )
451
451
endif ()
452
452
453
453
if (JBIG_SUPPORT)
Original file line number Diff line number Diff line change @@ -247,6 +247,7 @@ IMAGES_EXTRA_DIST = \
247
247
images/test_two_ifds.tif \
248
248
images/test_ifd_loop_subifd.tif \
249
249
images/webp_lossless_rgba_alpha_fully_opaque.tif \
250
+ images/32bpp-None-jpeg.tiff \
250
251
$(PNMIMAGES ) \
251
252
$(TIFFIMAGES )
252
253
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
# Generated file, master is Makefile.am
3
3
. ${srcdir:- .} /common.sh
4
- infile=" o-tiff2rgba- 32bpp-None-jpeg.tiff"
4
+ infile=" $srcdir /images/ 32bpp-None-jpeg.tiff"
5
5
outfile=" o-tiffcp-32bpp-None-jpeg-YCbCr.tiff"
6
6
f_test_convert " ${TIFFCP} -c jpeg" $infile $outfile
7
7
f_tiffinfo_validate $outfile
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
# Generated file, master is Makefile.am
3
3
. ${srcdir:- .} /common.sh
4
- infile=" o-tiff2rgba- 32bpp-None-jpeg.tiff"
4
+ infile=" $srcdir /images/ 32bpp-None-jpeg.tiff"
5
5
outfile=" o-tiffcp-32bpp-None-jpeg-YCbCr.tiff"
6
6
f_test_convert " ${TIFFCROP} -c jpeg" $infile $outfile
7
7
f_tiffinfo_validate $outfile
You can’t perform that action at this time.
0 commit comments