使用 ImageMagick 将 PSD 转换为各种 Android 密度图像
我有一个 PSD,其中包含我需要分割到各个图层上的图形,我想使用 ImageMagick 将它们转换为各种 png 文件。我已经设法使用来解决这个问题。
convert file.psd export.png
我希望能够将这些变成android支持的各种密度
- 320 dpi (xhdpi)
- 240 dpi (hdpi)
- 160 dpi (mdpi)
- 120 dpi (ldpi)
这是我感到困惑的地方,因为我不明白如何执行上述转换。
I have a PSD that contains the graphics I require split onto various layers and I am wanting to use ImageMagick to convert these into the various png files. I have managed to work this out using.
convert file.psd export.png
I would like to be able to turn these into the various densities that android supports
- 320 dpi (xhdpi)
- 240 dpi (hdpi)
- 160 dpi (mdpi)
- 120 dpi (ldpi)
This is where I get confused since I don't understand how to perform the above conversions.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)