Safe Haskell | None |
---|---|
Language | Haskell2010 |
Image related utilities.
Documentation
A 2D Image.
Rotates i
by deg
degrees in a counter-clockwise direction.
Unlike 2htdp/image's rotate function, this function is not smart enough
to reduce the rotated image's binding box to fit the actual image.
Instead, it just creates a new binding box so that i
's binding box
fits in it.