小编sk4*_*b3n的帖子

干预图像长宽比

我想通过Laravel 4中的干预图像功能调整我的图像大小,但为了保持图像的宽高比,这就是我的代码:

$image_make         = Image::make($main_picture->getRealPath())->fit('245', '245', function($constraint) { $constraint->aspectRatio(); })->save('images/articles/'.$gender.'/thumbnails/245x245/'.$picture_name);
Run Code Online (Sandbox Code Playgroud)

问题是这不能保持我的图像的宽高比,谢谢.

image image-processing laravel-4

12
推荐指数
3
解决办法
9402
查看次数

标签 统计

image ×1

image-processing ×1

laravel-4 ×1