GraphicsMagick: PerlMagick/t/read.t: Added input_mono.tga to Per...
GraphicsMagick Commits <[email protected]>
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.10854.1664635216.1826.graphicsmagick-commit@lists.sourceforge.net> |
changeset 61655f932785 in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=61655f932785 summary: PerlMagick/t/read.t: Added input_mono.tga to PerlMagick test suite. diffstat: ChangeLog | 2 ++ PerlMagick/t/read.t | 10 +++++++--- PerlMagick/t/reference/read/input_mono.tga.miff | Bin www/Changelog.html | 1 + 4 files changed, 10 insertions(+), 3 deletions(-) diffs (59 lines): diff -r 9f0e189bf0ca -r 61655f932785 ChangeLog --- a/ChangeLog Sat Oct 01 09:08:09 2022 -0500 +++ b/ChangeLog Sat Oct 01 09:39:55 2022 -0500 @@ -1,5 +1,7 @@ 2022-10-01 Bob Friesenhahn <[email protected]> + * PerlMagick/t/read.t: Added input_mono.tga to PerlMagick test suite. + * coders/tga.c: White-space normalization. Eliminate compilation warning about unused indexes variable. diff -r 9f0e189bf0ca -r 61655f932785 PerlMagick/t/read.t --- a/PerlMagick/t/read.t Sat Oct 01 09:08:09 2022 -0500 +++ b/PerlMagick/t/read.t Sat Oct 01 09:39:55 2022 -0500 @@ -1,5 +1,5 @@ #!/usr/local/bin/perl -# Copyright (C) 2003-2019 GraphicsMagick Group +# Copyright (C) 2003-2022 GraphicsMagick Group # Copyright (C) 2002 ImageMagick Studio # Copyright (C) 1991-1999 E. I. du Pont de Nemours and Company # @@ -13,7 +13,7 @@ # Whenever a new test is added/removed, be sure to update the # 1..n ouput. # -BEGIN { $| = 1; $test=1; print "TAP version 13\n1..78\n"; } +BEGIN { $| = 1; $test=1; print "TAP version 13\n1..79\n"; } END {print "not ok $test\n" unless $loaded;} use Graphics::Magick; $loaded=1; @@ -271,10 +271,14 @@ ++$test; testReadCompare('topol:topol_7.ras', 'reference/read/topol_7.miff', q//, 0, 0); -print("Truevision Targa image file ...\n"); +print("Truevision Targa image file (color) ...\n"); ++$test; testReadCompare('input.tga', 'reference/read/input_tga.miff', q//, 0, 0); +print("Truevision Targa image file (bilevel) ...\n"); +++$test; +testReadCompare('input_mono.tga', 'reference/read/input_mono.tga.miff', q//, 0, 0); + print("PSX TIM file ...\n"); ++$test; testReadCompare('input.tim', 'reference/read/input_tim.miff', q//, 0, 0); diff -r 9f0e189bf0ca -r 61655f932785 PerlMagick/t/reference/read/input_mono.tga.miff Binary file PerlMagick/t/reference/read/input_mono.tga.miff has changed diff -r 9f0e189bf0ca -r 61655f932785 www/Changelog.html --- a/www/Changelog.html Sat Oct 01 09:08:09 2022 -0500 +++ b/www/Changelog.html Sat Oct 01 09:39:55 2022 -0500 @@ -37,6 +37,7 @@ <p>2022-10-01 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p> <blockquote> <ul class="simple"> +<li>PerlMagick/t/read.t: Added input_mono.tga to PerlMagick test suite.</li> <li>coders/tga.c: White-space normalization. Eliminate compilation warning about unused indexes variable.</li> </ul>