NAME

stream - Image Pixel FIFO


SYNOPSIS

unsigned int StreamImage( const ImageInfo *image_info, void(* Stream )( const Image *), ExceptionInfo *exception );


FUNCTION DESCRIPTIONS

StreamImage

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:

status:
Method StreamImage returns True if the image pixels are streamed to the user supplied callback method otherwise False.

image_info:
Specifies a pointer to an ImageInfo structure.

stream:
a callback method.

exception:
return any errors or warnings in this structure.