[magick-users] stream

duc.sequere.aut.de.via.decede at imagemagick.org duc.sequere.aut.de.via.decede at imagemagick.org
Wed Apr 22 11:30:25 PDT 2009


> The problem I'm having is that the jpg created can't be opened.

Stream writes raw image bytes.  If you really want JPEG output use this
command:

  convert 65.jpg -crop 100x100+30+40 +repage -type grayscale test.jpg


More information about the Magick-users mailing list