jasis / image-resizer
laravel 的图片处理库
v1.1.1
2015-12-16 08:16 UTC
This package is not auto-updated.
Last update: 2024-09-14 17:59:01 UTC
README
PHP 5 image integration for laravel. makes automatically overwrites the image so you do not have to specify its new location.
代码示例
首先在控制器中使用 imageResizer 类
use jilsonasis\ImageResizer\Facade as ImageResizer;
然后你可以使用方法链。
$image_path = 'your_image_path';
$image_ext = 'your_image_extension'; // can only process jpg and png.
ImageResizer::src($image_path, $image_ext)->maxHeight(640)->maxWidth(800)->quality(80)->save();
安装
尚未安装。当可用时我会更新此信息
许可证
此laravel包是免费的。你可以随意使用和修改代码,无需作者许可