Page 1 of 1

Image Manipulation Bug

Posted: Sat Oct 09, 2010 12:12 pm
by WaltBrown
OK, I'd like to file a bug.

Images can have their size and position locked or unlocked. They can also be rotated.

If I want to rotate an image and have it retain it's dimensions, I have to unlock size and position, otherwise the rotated image is scaled to fit within it's original bounding box and will appear skewed if not a perfect square.

But if I scale the image, I have to lock it's size and position to rotate it, otherwise it reverts back to it's original size. So it is impossible to rotate a scaled image and retain it's appearance.

Walt