fix jpg to jpeg in the list of image file formats in the synopsis
authorTony Cook <tony@develop=help.com>
Sat, 13 Dec 2008 00:33:52 +0000 (00:33 +0000)
committerTony Cook <tony@develop=help.com>
Sat, 13 Dec 2008 00:33:52 +0000 (00:33 +0000)
Imager.pm

index a2e80220a355758ef5c2b40b0b2670c2afe82640..7f0ba60ef742b1d4f8ca5035316b71c5aab90db7 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -3875,7 +3875,7 @@ Imager - Perl extension for Generating 24 bit Images
   # try to save in one of these formats
   SAVE:
 
-  for $format ( qw( png gif jpg tiff ppm ) ) {
+  for $format ( qw( png gif jpeg tiff ppm ) ) {
     # Check if given format is supported
     if ($Imager::formats{$format}) {
       $file.="_low.$format";