diversen/image-auto-rotate
Composer 安装命令:
composer require diversen/image-auto-rotate
包简介
Auto rotate image to correct position from exif
README 文档
README
Auto rotate images to correct orientation
See answers on:
http://stackoverflow.com/questions/7489742/php-read-exif-data-and-adjust-orientation
Install
composer require diversen/image-auto-rotate
Usage
Only one method:
<?php use diversen\imageRotate; // The class works directly on an image $rotate = new imageRotate(); $rotate->fixOrientation($file['tmp_name']);
统计信息
- 总下载量: 2.29k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-05-25