Search found 2 matches

by holzon
2018-10-23T23:09:17-07:00
Forum: Users
Topic: Palette PNG to 24-bit PNG
Replies: 2
Views: 3272

Re: Palette PNG to 24-bit PNG

snibgo wrote: 2018-10-23T05:43:59-07:00 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.
Aaaaaah, no wonder I was confused. Exiftool worked like a charm, thanks for the tip!
by holzon
2018-10-23T01:24:15-07:00
Forum: Users
Topic: Palette PNG to 24-bit PNG
Replies: 2
Views: 3272

Palette PNG to 24-bit PNG

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...