$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 {
return Imager::transform2({ rpnexpr=>$expr }, $left, $right);
}
-
=head1 NAME
=for stopwords anaglyph anaglyph.pl
=head1 DESCRIPTION
-See http://www.3dexpo.com/anaglyph.htm for an example where this might
+See L<http://www.3dexpo.com/anaglyph.htm> for an example where this might
be useful.
Implementation based on the description at
http://www.recordedlight.com/stereo/tutorials/ps/anaglyph/pstut04.htm
though obviously the interactive component is missing.
+=head1 CAVEAT
+
+Using JPEG as the output format is not recommended.
+
=head1 AUTHOR
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
=for stopwords Oppenheim