StreamImageCommand() is a lightweight method designed to extract pixels from large image files to a raw format using a minimum of system resources. The entire image or any regular portion of the image can be extracted.
The format of the StreamImageCommand method is:
MagickBooleanType StreamImageCommand(ImageInfo *image_info,int argc, char **argv,char **metadata,ExceptionInfo *exception)
A description of each parameter follows: