Re: Re ading .byte images

Wolfgang Hugemann <[email protected]> Mon, 20 Sep 2010 19:25:42 +0200
Newsgroups gmane.comp.video.image-magick.user
Message-ID <[email protected]>
> Is ImageMagick able to read .byte images? How can this be done?

AFAIK, 'byte' is no official extension for a certain image format, so 
you will rather have to analyse what kind of data you are dealing with. 
Sounds like some form of raw data.

Refer to this list of image formats known to IM:
http://www.imagemagick.org/script/formats.php

Wolfgang Hugemann