Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用干预(php,laravel)在用户定义的位置将图像裁剪为用户定义的尺寸:
$Image->crop($cropW, $cropH, $imgX1, $imgY1);
问题是,我在裁剪图像的底部出现了一些黑色条纹:
我在裁剪功能之前检查了图像是否正常,所以我确定是裁剪功能产生了条纹。我怎样才能摆脱那些?或者是否可以为裁剪功能定义背景颜色?