使用 ImageMagick 和 PHP 将 PNG 转换为 JPG 并将透明背景设置为白色
将图像从 PNG 转换为 JPEG 时,如何使用 ImageMagick(带有 php 扩展)将透明背景设置为白色?
How can I use ImageMagick (with the php extension) to set the transparent background to white when converting an image from PNG to JPEG?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在撰写本文时,您尚未指定正在使用哪个扩展,但如果您使用的是命令行,则命令将为:
更多信息可以在 屏蔽使用文档。
例如,使用 IMagick,我认为您可以按如下方式执行此操作:
(完全未经测试,从未使用过 IMagick,也没有安装它来测试)
At time of writing, you have not specified which extension you are using, but if you were using the commandline, the command would be:
More information can be found on the Masking Usage documentation.
Using IMagick for instance, I think you could do this as follows:
(totally untested, never used IMagick and don't have it installed to test)
如果您使用 Imagick 扩展:
If you are using the Imagick extension: