I am working with ImageMagick and am wondering what the best way to read image data in from StdOut of the ImageMagick process.
I an invoking the command to the process like so: /opt/local/bin/convert -resize 8000@ - -
and then piping a byte array to the process for processing.
what is the best way to read data from a process like this?