手机上的图像升级时出现代码识别图像旋转问题

时间:2019-06-14 11:05:27

标签: php codeigniter

从手机上传图片时出现旋转问题。

如何在library / file.php上修复它?

我解决了这个问题:https://gist.github.com/codee/3927343

我在libraries / file.php中的if($ bool)块中添加了

$this->CI->load->library('image_autorotate', array('filepath' => $this->data['full_path']));

0 个答案:

没有答案