projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
249af03
)
fix jpg to jpeg in the list of image file formats in the synopsis
author
Tony Cook
<tony@develop=help.com>
Sat, 13 Dec 2008 00:33:52 +0000
(
00:33
+0000)
committer
Tony Cook
<tony@develop=help.com>
Sat, 13 Dec 2008 00:33:52 +0000
(
00:33
+0000)
Imager.pm
patch
|
blob
|
blame
|
history
diff --git
a/Imager.pm
b/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 jp
e
g tiff ppm ) ) {
# Check if given format is supported
if ($Imager::formats{$format}) {
$file.="_low.$format";