|
MagickWand
6.9.7
|
#include "wand/studio.h"#include "wand/MagickWand.h"#include "wand/mogrify-private.h"#include "magick/stream-private.h"#include "magick/string-private.h"Macros | |
| #define | DestroyStream() |
| #define | ThrowStreamException(asperity, tag, option) |
| #define | ThrowStreamInvalidArgumentException(option, argument) |
Functions | |
| static MagickBooleanType | StreamUsage (void) |
| WandExport MagickBooleanType | StreamImageCommand (ImageInfo *image_info, int argc, char **argv, char **metadata, ExceptionInfo *exception) |
| #define DestroyStream | ( | ) |
Referenced by StreamImageCommand().
| #define ThrowStreamException | ( | asperity, | |
| tag, | |||
| option | |||
| ) |
Referenced by StreamImageCommand().
| #define ThrowStreamInvalidArgumentException | ( | option, | |
| argument | |||
| ) |
Referenced by StreamImageCommand().
| WandExport MagickBooleanType StreamImageCommand | ( | ImageInfo * | image_info, |
| int | argc, | ||
| char ** | argv, | ||
| char ** | metadata, | ||
| ExceptionInfo * | exception | ||
| ) |
|
static |
Referenced by StreamImageCommand().