chiark
/
gitweb
/
~mdw
/
tgal
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecf3c7a
)
mason/.perl-lib/TrivGal.pm: Flip the image correctly when asked.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 9 Jun 2023 21:09:39 +0000
(22:09 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 9 Jun 2023 21:09:39 +0000
(22:09 +0100)
mason/.perl-lib/TrivGal.pm
patch
|
blob
|
blame
|
history
diff --git
a/mason/.perl-lib/TrivGal.pm
b/mason/.perl-lib/TrivGal.pm
index b9231b0bcf2053c99c0472cb38229a65a5376298..8d776c2a8e4a16c214f30f101884c312dbec3350 100644
(file)
--- a/
mason/.perl-lib/TrivGal.pm
+++ b/
mason/.perl-lib/TrivGal.pm
@@
-237,7
+237,7
@@
package TrivGal::Image {
if (defined $orient) {
my ($rot, $flip) = @{$ORIENT{$orient}};
if ($rot) { $img->image_orientate($rot); }
- if ($flip) { $img->flip_horizontal($
rot
); }
+ if ($flip) { $img->flip_horizontal($
flip
); }
}
}