|
Thanks for the reply.
I don't have the problem to rotate the images and display.
The problem I have to save/overwrite the image back to mysql record.
e.g.:
imagecreatefromstring (..);
..
$img = imagerotate($image, $degrees, 0)
imagejpeg($img, $img_rot)
How to get $img or $img_rot back into the the db record ???
Thanks for any help.
Jahn
BTW: I have ~ 100 000 images in the database, it works very well, images are sized to fit the surfers display.
|