Rotating gif or png

See all posts See thread Reply

Re: Rotating gif or png  new!
by colin, 16 years ago
You can maintain the transparency of gif and png images, no problems with that.

However, you can rotate images inly with the following angles: 90, 180 and 270 degrees.

$foo->image_rotate = '90';
Reply
Re: Rotating gif or png  new!
by Christos , 16 years ago
i would like to have the ability to rotate images in various angles. Is that possible with the addition of some code maybe? Thank you for your answers :)Reply
Re: Rotating gif or png  new!
by colin, 16 years ago
It is not yet possible. But I will implement this in the next version. So far, you can only do 45, 90, 180 and 270 degrees rotation.Reply