rdavaillaud/image-orientation-fixer
Composer 安装命令:
composer require rdavaillaud/image-orientation-fixer
包简介
Php class that Fix image orientation by exif data.
关键字:
README 文档
README
This repository contains a php class that fix images orientation by exif data with the method exif_read_data
How to use
$iof = new ImageOrientationFixer(); $iof->fix('foo.jpg');
or to create a new file from the image.
$iof = new ImageOrientationFixer(); $iof->fix('foo.jpg', 'destination.jpg');
Credits
Thanks to jellybellydev for the initial library Thanks to recurser for the image example
统计信息
- 总下载量: 14.11k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-04-11