使用 alpha 将 8 位 PNG 转换为 32 位
Converting 8 bit PNG to 32- bit with alpha
我有一张图片:PNG image data, 403 x 343, 8-bit colormap, non-interlaced
。我想将其转换为 Google 播放图标大小:32-bit with alpha.
我该怎么做?
使用 https://pixlr.com/editor/ 修复了它。只需打开并保存完整质量的图像。
使用 imagemagick:
convert <file> png32:<newfilename>.png
使用 Gimp:打开,添加 alpha 通道(图层 > 透明度 > 添加 alpha 通道),设置 RGB 模式(图像 > 模式 > RGB)并导出为 png。
Gimp -> 导出为 -> png -> 选择 16bpc RGBA
我有一张图片:PNG image data, 403 x 343, 8-bit colormap, non-interlaced
。我想将其转换为 Google 播放图标大小:32-bit with alpha.
我该怎么做?
使用 https://pixlr.com/editor/ 修复了它。只需打开并保存完整质量的图像。
使用 imagemagick:
convert <file> png32:<newfilename>.png
使用 Gimp:打开,添加 alpha 通道(图层 > 透明度 > 添加 alpha 通道),设置 RGB 模式(图像 > 模式 > RGB)并导出为 png。
Gimp -> 导出为 -> png -> 选择 16bpc RGBA