Help with the convert utility

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
imagecorpis

Help with the convert utility

Post by imagecorpis »

How, could someone give me a hand? I'm trying to convert 24-bit .bmp files into raw RGBA 5551 data. Can the convert utility handle this? What arguments should I use?
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Help with the convert utility

Post by anthony »

What do you mean by RGBA 5551 images?
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
imagecorpis

Re: Help with the convert utility

Post by imagecorpis »

Whoops, forgot about this topic. The RGBA5551 I want to convert to is a 16-bit rgba format: 5 bits for each rgb channel plus one alpha bit. I'm using this format on a homebrew game on an older console and I was wondering if convert could help me convering images in a bunch of formats to this particular RGBA structure.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Help with the convert utility

Post by anthony »

I believe "stream" can do this, but their is not more info on the -format option that controls the bit level output.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply