Hi,
In my projects upload image (i want make a gallery) is wrong image rotate. I search in forums, find in uploadhandler.php next:
// Set to true to rotate images based on EXIF meta data, if available:
$this->options['image_versions'] = array();
 if ($options)
 {
 foreach($options as $key=>$value)
 {
 if(array_key_exists($key, $this->options))
 {
 $this->options[$key] = $options[$key];
 }
 }
 }
Can you help me do the image rotate right.
Thank you.
Regards,
Rimantas