Reply to Image rotates 90 degress to the left (don't want to)

Image rotates 90 degress to the left (don't want to) new!
by Jesus, 12 years, 6 months ago
Hi,

Im testing this class with big image sizes. I have a image, 3.000 x 2.000 (4.8 mb file). When i Upload the image, it resizes ok, saves ok, but it's saved rotated to the left. If i upload the same image (same dimensions) but with less quality (300 kb) it works ok.

Here's my code

$img->file_new_name_body = $padre;
$img->image_resize = true;
$img->image_resize_no_zoom_in = true;
$img->image_ratio = true;
$img->image_x = 2000;
$img->image_y = 1000;
$img->image_flip = null;
$img->image_rotate = null;
$img->process($dir);
if (!$img->processed)
echo $img->error;Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important