I have an Image: PNG image data, 403 x 343, 8-bit colormap, non-interlaced
. I want to convert this into Google Play Icon size: 32-bit with alpha.
How can I do it?
I have an Image: PNG image data, 403 x 343, 8-bit colormap, non-interlaced
. I want to convert this into Google Play Icon size: 32-bit with alpha.
How can I do it?
Fixed it using https://pixlr.com/editor/. Just open and save the image with full quality.
With imagemagick:
convert <file> png32:<newfilename>.png
With Gimp: open, add alpha channel (Layer > Transparency > Add alpha channel), set RGB mode (Image > Mode > RGB) and export as png.
© 2022 - 2024 — McMap. All rights reserved.