Subject: | Allow a background color to be set for the rotate() method. |
From a message on the imager-devel list:
In rotating an image by a couple of degrees, and then writing the
result out as a JPEG, the extra pixels around the edge of the new,
rotated image are set to black. I really need to be able to set them
to a custom background colour, and I'd rather not have to achieve this
by using a fountain fill.
From the structure of the code it shouldn't be too hard to add.
(mostly meant as a reminder to myself...)