Page 1 of 1

Posted: 2006-09-20T17:30:37-07:00
by magick
Try the following:
  • convert xc:#af037b -depth 32 logo.rgb
We get
  • -> od -x logo.rgb
    0000000 afaf afaf 0303 0303 7b7b 7b7b
Is that what you are looking for? We're using ImageMagick-6.2.9-6, the current release.

Posted: 2006-09-21T09:37:13-07:00
by magick
Ok, try this:
  • stream -depth 8 -map ppprpppgpppb -storage-type char image.png image.raw

Posted: 2006-09-21T14:10:52-07:00
by magick
MIFF is the perferred image format when piping because it is the only format that retains all of the ImageMagick image attributes and metadata.

Posted: 2006-09-21T17:28:39-07:00
by magick
Yes, use miff:- to force the output format to MIFF.