在imagemagick中将图像设置为圆形边框
我有一组具有特定宽度和高度的图像。现在我想要所有带有圆形边框的图像。那么有人可以告诉我如何批量渲染imagemagick中所有图像的圆形边框吗,我正在使用php。任何帮助或建议将非常感激。
I have a group of image with a specifc width and height.Now I want all the images with a round border. So can someone tell me how to make batch render round border of all the images in imagemagick, I am using php. Any help or suggestions will be highly appreciable.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只需创建一个
foreach
来覆盖需要使用以下行进行转换的所有文件:也许您需要逐个文件检查图像大小。
You just have to create a
foreach
that covers all files that need to be converted using a line like:Probably you'll want to check the image size file by file.