MagickCore  6.9.12-19
Convert, Edit, Or Compose Bitmap Images
stream.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef size_t(* StreamHandler )(const Image *, const void *, const size_t)
 

Functions

MagickExport ImageReadStream (const ImageInfo *, StreamHandler, ExceptionInfo *)
 
MagickExport MagickBooleanType WriteStream (const ImageInfo *, Image *, StreamHandler)
 

Typedef Documentation

typedef size_t(* StreamHandler)(const Image *, const void *, const size_t)

Function Documentation