标签: php image crop
我想要的图像尺寸为400高度,800宽度px,
如果它们在给定的尺寸之下,它会将其误解出来但是如果它们在上面(ex 1200 width 900 height)我希望它在垂直和水平方向上裁剪中心的图像并使用裁剪的尺寸上传它/ p>
一些帮助将不胜感激,一些代码给我的想法
答案 0 :(得分:1)
本文将帮助您开始我的想法
PHP: Cropping a Rectangle Image to Square using GD
Resize an Image (on the fly) & Keep its Aspect Ratio using PHP and GD