gpt4 book ai didi

php - laravel图像干预是压缩用户上传图像的好方法吗?

转载 作者:塔克拉玛干 更新时间:2023-11-03 06:02:27 36 4
gpt4 key购买 nike

我正在检查这个 laravel 库来压缩用户上传的图像。 http://image.intervention.io/

我想知道这对用户上传的图片(个人资料图片)是否是个好主意?如果用户上传一张尺寸为 1400x600 的图片,它会被调整为 200x200 怎么办?它会是一个拉伸(stretch)的图像吗?

最佳答案

是的,它会被拉伸(stretch)。你想试试fit()方法:

Combine cropping and resizing to format image in a smart way. The method will find the best fitting aspect ratio of your given width and height on the current image automatically, cut it out and resize it to the given dimension.

// crop the best fitting 1:1 ratio (200x200) and resize to 200x200 pixel
$img->fit(200);

关于php - laravel图像干预是压缩用户上传图像的好方法吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37430287/

36 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com