![]() |
image resize rotates images - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11) +--- Thread: image resize rotates images (/showthread.php?tid=66805) |
image resize rotates images - zickig - 12-05-2016 hi all, i have a website were users can upload their photos. but the problem is the images will be resized but also rotated. i dont want this functionality. when i try it locally it works without a problem. doesnt rotate (win10). but when i try it on live site it rotates. could be a linux hosting problem ? any ideas why this happens ? any solutions ? here you can see my code: PHP Code: $data = $this->upload->data(); RE: image resize rotates images - zickig - 12-06-2016 this is really important to me. any ideas ? i am considering changing the framework ![]() RE: image resize rotates images - spjonez - 12-07-2016 (12-06-2016, 01:17 AM)zickig Wrote: this is really important to me. any ideas ? i am considering changing the framework Are you sure it's not EXIF data on the image itself? |