MagickWand
7.1.0
Convert, Edit, Or Compose Bitmap Images
|
#include "MagickWand/studio.h"
#include "MagickWand/MagickWand.h"
#include "MagickWand/mogrify-private.h"
#include "MagickCore/stream-private.h"
#include "MagickCore/string-private.h"
Go to the source code of this file.
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 | ||
) |
Definition at line 150 of file stream.c.
References AppendImageStack, DestroyStream, _PixelWand::exception, FinalizeImageSettings, FireImageStack, MagickPathExtent, MaxImageStackDepth, MogrifyImageInfo(), NewImageStack, PopImageStack, PushImageStack, ReadCommandlLine, StreamUsage(), ThrowStreamException, and ThrowStreamInvalidArgumentException.
|
static |
Definition at line 87 of file stream.c.
Referenced by StreamImageCommand().