gpt4 book ai didi

laravel - 使用干预图像自定义图像尺寸而不拉伸(stretch)?

转载 作者:行者123 更新时间:2023-12-02 18:23:25 26 4
gpt4 key购买 nike

我想用尺寸为 263x385 的原始图像制作拇指,问题是图像总是拉伸(stretch)。关于如何实现这一目标有什么建议吗?

我目前正在使用此代码:

$image->resize(263, 385, function ($c) {
$c->upsize();
})->save($article_image_path . '/article_' . $article->id . '/thumbs/263x385/' . $filename);

最佳答案

查看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.

关于laravel - 使用干预图像自定义图像尺寸而不拉伸(stretch)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41298362/

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