【问题标题】:Converting 8 bit PNG to 32- bit with alpha使用 alpha 将 8 位 PNG 转换为 32 位
【发布时间】:2016-07-27 12:40:34
【问题描述】:

我有一张图片:PNG image data, 403 x 343, 8-bit colormap, non-interlaced。我想将其转换为 Google Play 图标大小:32-bit with alpha.

我该怎么做?

【问题讨论】:

    标签: image google-play imagemagick png


    【解决方案1】:

    使用https://pixlr.com/editor/ 修复它。只需打开并保存完整质量的图像。

    【讨论】:

    • 不工作。它使用 8 位颜色图再次保存,非隔行扫描。还有其他解决方案吗?需要在 Playstore 上发布应用
    • 它可能有效,但我真的希望闪存访问我的硬盘吗?
    【解决方案2】:

    使用 imagemagick: convert <file> png32:<newfilename>.png

    使用 Gimp:打开,添加 alpha 通道(图层 > 透明度 > 添加 alpha 通道),设置 RGB 模式(图像 > 模式 > RGB)并导出为 png。

    【讨论】:

    • 工作得很好。
    【解决方案3】:

    Gimp -> 导出为 -> png -> 选择 16bpc RGBA

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-12-11
      • 1970-01-01
      • 2014-07-25
      • 2021-12-16
      • 2015-10-17
      • 2013-04-03
      • 1970-01-01
      • 2011-08-10
      相关资源
      最近更新 更多