From b2db9cd4bb7a3fefe4f983b18b7ad64f8e9bb4d1 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Sun, 24 Oct 2010 01:17:45 +0000 Subject: [PATCH] set jpegquality to 100 as Dan suggested --- samples/anaglyph.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/anaglyph.pl b/samples/anaglyph.pl index c097006c..e2c4e676 100644 --- a/samples/anaglyph.pl +++ b/samples/anaglyph.pl @@ -46,7 +46,7 @@ else { $out = anaglyph_images($left, $right); } -$out->write(file=>$out_name) +$out->write(file=>$out_name, jpegquality => 100) or die "Cannot write $out_name: ", $out->errstr, "\n"; sub usage { -- 2.39.5