你能强制 ImageMagick 使用 PNG-8 alpha 透明度吗?
当我尝试通过 Imagemagick 运行一堆具有 alpha 透明度的 PNG-8 图像时,它会将它们转换为 PNG-32,从而大大增加了文件大小。
是否可以强制 Imagemagick 将我的图像类型保留为 8 位 PNG?
When I try to run a bunch of PNG-8 images with alpha transparency through Imagemagick, it converts them to PNG-32, increasing the file size a lot.
Is it possible to force Imagemagick to keep my image type as 8-bit PNG?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你可以这样做:
我在 IM 和 PNG8 方面的运气各不相同,但这是正确的方法。
You can do it like this:
I've had varying luck with IM and PNG8, but this is the correct way to do it.
我似乎使用以下方法得到了最好的结果
I seem to get the best result using the following