stream - Image Pixel FIFO
unsigned int StreamImage( const ImageInfo *image_info, void(* Stream )( const Image *), ExceptionInfo *exception );
Method StreamImage makes the image pixels available to a user supplied callback method immediately upon reading a scanline with the ReadImage()
method.
The format of the StreamImage method is:
unsigned int StreamImage ( const ImageInfo *image_info, void ( *Stream ) ( const Image *), ExceptionInfo *exception );
A description of each parameter follows: