Converting 8 bit PNG to 32- bit with alpha

16,967

Solution 1

Fixed it using https://pixlr.com/editor/. Just open and save the image with full quality.

Solution 2

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.

Solution 3

Gimp -> export as -> png -> choose 16bpc RGBA

Share:
16,967

Related videos on Youtube

Sandeep Kaul
Author by

Sandeep Kaul

Software Architect | Works @ FB

Updated on July 05, 2022

Comments

  • Sandeep Kaul
    Sandeep Kaul almost 2 years

    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?

  • Saransh
    Saransh almost 6 years
    Not working. It saves it again with 8-bit colormap, non-interlaced. Any other solution? Need to publish app on playstore
  • atreeon
    atreeon over 4 years
    It may work but do I really want flash to access my harddrive?