How To Convert Image To Indexed Colors?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
glennrp
Posts: 1147
Joined: 2006-04-01T08:16:32-07:00
Location: Maryland 39.26.30N 76.16.01W

Post by glennrp »

Firefox says your sample image is a 1x1 GIF, not a useful JPG.

To answer your question, quantize to 256 colors or less and write
to a format that supports indexed colors.
Post Reply