Hi!
We have some problems using Palette (color-mapped) PNGs so I tried to automatically convert RGB 8-bit palette PNG to 3-channel 8-bit per channel PNG (TrueColor) with ImageMagick 7.0.8-12 Q16 x64 on Windows, but failing to do so:
magick.exe convert image-palette.png png24:image-truecolor.png
This still writes a palette-type PNG if I check with identify -verbose!
It reproduces here with this image:
Does anyone know how to do this conversion? Is it a bug?
Palette PNG to 24-bit PNG
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Palette PNG to 24-bit PNG
Identify reads the image, then tells you how it is stored in memory.
As you want to know how it is stored in the file, use exiftool.
As you want to know how it is stored in the file, use exiftool.
snibgo's IM pages: im.snibgo.com