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 裁剪图像。长方形的裁剪很常见,也很容易做到。您能指导我如何将图像裁剪为方形以外的形状,例如椭圆形或圆形。
您实际上可以这样做ImageMagick...参见将图像裁剪或蒙版成圆形和将图像裁剪成圆形并添加边框以获得很好的示例
ImageMagick
除了前面的答案,你甚至可以用 Image Magick 的晕影效果来模糊边框,找 VignetteImage 方法。