#831: Added simple test for non-intrusive writing to a TIFF file.

v0.27.3
Andreas Huggel 13 years ago
parent 02f48be40c
commit 8b4525e50c

@ -226,6 +226,14 @@ for type in 8BIM AgHg DCSR PHUT; do
done
done
num=831
filename=exiv2-bug$num.tif
printf "$num " >&3
echo '------>' Bug $num '<-------' >&2
cp -f ../data/mini9.tif $filename
$bin/exiv2 -v -Qd -M'set Exif.Image.ImageDescription Just GIMP' $filename
$bin/exiv2 -v -pa $filename
) 3>&1 > $results 2>&1
printf "\n"

Binary file not shown.
Loading…
Cancel
Save