On Sat, 18 Feb 2012, Darrell Anderson wrote:
Okay artists, please help!
I'm working on the TDE user guide. I need some image conversion help.
I want to convert some 24-bit PNG images to "locolor." What does "locolor" mean? These are not icons but full images, in case that makes a difference. Is there a definition somewhere of "locolor"?
Ya got me there. Dunno (yet) what "locolor" means. First guess is it's _less_ than 24-bit color.
How do I convert/save a 24-bit image as "locolor"?
ImageMagick ? read on:
Of all of the various TDE image viewers, how do I view an image's properties to learn about the color depth, etc.? I have tried several (kolourpaint, krita, showfoto, gwenview). I am missing the big picture altogether, probably because I don't know the terminology.
`display` from ImageMagick:
$ display whatever.png
<right-click> on the image, and select "Image Info" from the dropdown.
`convert` from ImageMagick may be what you want to achieve "locolor".
HTH Jonesy