Could anyone tell me how I can configure ImageMagick to support .bin format (Binary image format) ?
thanks for your helps!!
How to open Binary Image Format .bin
- 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
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.
- 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
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.
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/
https://imagemagick.org/Usage/