For GD users:
just found a second bug in editimage --> rotate and flip image.
it does NOT work with gif & png images..
Why.. because it only does a
imagecreatefromjpeg only (even if the image is a gif or png) .. what happens? it simply doesnt rotate or flip the image,
BUT it does modify the height and width of the picture in the database, resulting in a
messy looking picture.. ( you can repair it in maintainance by recalculating imagesizes for the whole gallery)
here is a
quick dirty fix so that users can't use it if it is not a jpg:
in editimage.php find:
Code:
Content visible to verified customers only.
and replace with:
Code:
Content visible to verified customers only.
it is not a real fix! it will only keep users from trying to rotate gif and png pictures which wont work with the actual code.
Make sure you applied the other fix for gd2 imagerotating i posted here:
bug and fix in editimage
hope that helps
Luc
PS: as I dont use imagemagick (or what its called

) i have no clue if if imagerotation works there.