How to open Binary Image Format .bin

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
siman168

How to open Binary Image Format .bin

Post by siman168 »

Could anyone tell me how I can configure ImageMagick to support .bin format (Binary image format) ?
thanks for your helps!!
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: How to open Binary Image Format .bin

Post by fmw42 »

what is the source of that format? you may need to find a delegate library to support it? if that does not exist, then you are out of luck unless you write your own reader or get the IM folks to do so. But they will need to be supplied with the format specs.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: How to open Binary Image Format .bin

Post by anthony »

If .bin is a raw image format, you may be able to read it using some of the raw Im formats, OR even by simply prefxing it with some details to convert the BIN to a PBM (see the PBM manpage).

However with some exact details of the format we can do nothing more to help.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply