PHP干预orientate()在iPhone上不起作用
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP干预orientate()在iPhone上不起作用相关的知识,希望对你有一定的参考价值。
上传图片不适用于iPhone。肖像图像看起来像风景。
保存前尝试调整方向尝试再次拉动图像并在保存后调整方向。不起作用...是干预问题还是我的代码出现问题?
img = Image::make($originalImage);
$img->resize(150, null, function ($constraint)
$constraint->aspectRatio();
);
$path = public_path() . "/thumbnails/";
$img->save($path . $photo_full_name);
Image::make($path . $photo_full_name)->orientate()->save($path .
$photo_full_name);
答案
Debes ir al archivo php.init和descomentar la siguiente linea。
- extension = exif
Despues reinicias el servidor y ahora ya puedes usar la funcion de intervetion。
- Image :: make($ request-> file('imagen_perfil'))-> orientate();
以上是关于PHP干预orientate()在iPhone上不起作用的主要内容,如果未能解决你的问题,请参考以下文章
JavaScript iPhone Orientation Javascript
CSS iPad iPhone Orientation CSS
jquery click 在 ipad/iphone 上不起作用