Convert Jpg -> bmp (16-bit bitmap RGB 565)

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
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

ImageMagick can read RGB 565 image files but does not write them.
bini

Re: Convert Jpg -> bmp (16-bit bitmap RGB 565)

Post by bini »

OK that post was from 2006. But what about today? Can ImageMagick do conversion from and to RGB 565? This format is used a lot in mobile devices. The built-in LCD controller for my ARM core (which I use for embedded development) uses this format too. A much needed feature. Thanks!
Post Reply