../../index.html
[ImageMagick]
http://www.imagemagick.org/
[sponsor]
../../index.html
../../index.html
#main
Skip to page contents
[
../../index.html
About ImageMagick
../../www/command-line-tools.html
Command-line Tools
../../www/api.html
Program Interfaces
]
[
../../www/install-source.html
Install from Source
../../www/binary-releases.html
Binary Releases
../../www/resources.html
Resources
]
[
../../www/download.html
Downloads
]
[
../../www/links.html
Links
]
[
../../www/sponsors.html
Sponsors
http://www.pcbanter.net/
PCbanter Windows
XP Help Forum
]
[
#ReadStream
ReadStream
|
#WriteStream
WriteStream
]
ReadStream
ReadStream() makes the image pixels available to a user supplied callback method immediately upon reading a scanline with the ReadImage() method.
The format of the ReadStream() method is:
Image *ReadStream(const ImageInfo *image_info,StreamHandler stream,
ExceptionInfo *exception)
A description of each parameter follows:
image_info
The image info.
stream
a callback method.
exception
Return any errors or warnings in this structure.
WriteStream
WriteStream() makes the image pixels available to a user supplied callback method immediately upon writing pixel data with the WriteImage() method.
The format of the WriteStream() method is:
MagickBooleanType WriteStream(const ImageInfo *image_info,Image *,
StreamHandler stream)
A description of each parameter follows:
image_info
The image info.
stream
A callback method.
http://redux.imagemagick.org/discussion-server
Discourse Server
|
../../www/mailing-list.html
Mailing Lists
|
http://redux.imagemagick.org/gallery
Image Gallery
|
http://studio.webbyland.com/MagickStudio/scripts/MagickStudio.cgi
ImageMagick Studio
© 1999-2005 ImageMagick Studio LLC
