hi list,

I would like to use the stream tool of IM to handle larger images more
efficiently. For testing reasons I just tried to reproduce the example
at http://www.imagemagick.org/Usage/files/#massive
,

stream image.png -extract 300x200+10+20 miff:- |\
      convert miff:- tile.png

but it failed with following error message:
convert: missing an image filename `tile.png'

There is a file generated called miff:- but I thought that this should be
piped to the convert command.

Additionally, I tried to identify my piped image with
convert input.png   miff:- | identify -
but there is no output on screen from identify (but again, just a file in
local directory called miff:-).

I'm using ImageMagick version 6.3.3 03/12/07 Q8 on redhat. Size of my test
image is 1100x500 pixels with 24 bit.

Any ideas why this didn't work?


-Stefan
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to