AffineTransform does not accept negative numbers
Status: Beta
Brought to you by:
lasmith
Hello,
When using the Affine Transform on an input image,
I noticed that scaling by a factor 2.0 works,
but scaling with a factor -1.0 does not produce
an image at all. I consider this a bug,
as this should be valid to flip the image horizontally
and/or vertically.