使用 ImageMagick 将 PSD 转换为各种 Android 密度图像

发布于 2024-12-20 23:13:31 字数 317 浏览 0 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

可是我不能没有你 2024-12-27 23:13:31
convert -size <width>x<height> pattern:CrossHatch30 -scale <dpi>% <picture file name>
convert -size <width>x<height> pattern:CrossHatch30 -scale <dpi>% <picture file name>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文