MagickCore 6.9.12
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

◆ StreamHandler

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

Definition at line 25 of file stream.h.

Function Documentation

◆ ReadStream()

◆ WriteStream()