bug in stream, I think?
Posted: 2011-04-24T19:05:01-07:00
Hi All,
I think this is actually a bug, but I posted here and don't want to duplicate a post...
Using ImageMagick 6.6.9-5 on my MacBook Pro.
I'm taking an image and: a) running a conversion b) streaming to a dat file
Starting image: http://keithgould.s3.amazonaws.com/resized.png
A) convert resized.png +dither -colors 24 -type TrueColor out.png
B) stream -map rgb -storage-type char out.png out.dat
C) display -depth 8 -size 1152x864 rgb:out.dat
Using Hexeditor it seems the dat file is all 0's.
Or an easier way to see its all 0s is to use the display command: display -depth 8 -size 579x625 rgb:out.dat -- which shows all black.
Thank you so much for any help!
Keith
I think this is actually a bug, but I posted here and don't want to duplicate a post...
Using ImageMagick 6.6.9-5 on my MacBook Pro.
I'm taking an image and: a) running a conversion b) streaming to a dat file
Starting image: http://keithgould.s3.amazonaws.com/resized.png
A) convert resized.png +dither -colors 24 -type TrueColor out.png
B) stream -map rgb -storage-type char out.png out.dat
C) display -depth 8 -size 1152x864 rgb:out.dat
Using Hexeditor it seems the dat file is all 0's.
Or an easier way to see its all 0s is to use the display command: display -depth 8 -size 579x625 rgb:out.dat -- which shows all black.
Thank you so much for any help!
Keith