public Intervention\Image\Image orientate()
This method reads the EXIF image profile setting 'Orientation' and performs a rotation on the image to display the image correctly. Image object must be instantiated from file path to read the EXIF data correctly.
Note: PHP must be compiled in with --enable-exif
to use this method. Windows users must also have the mbstring
extension enabled.
None
Instance of Intervention\Image\Image
// instantiate image with auto-orientation
$img = Image::make('foo.jpg')->orientate();
2023-09-08 更新 本文链接:https://upwqy.com/index.php/wiki/info/909.html