|
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/animate-private.h"#include "MagickCore/string-private.h"Go to the source code of this file.
Functions | |
| static MagickBooleanType | AnimateUsage (void) |
| WandExport MagickBooleanType | AnimateImageCommand (ImageInfo *image_info, int argc, char **argv, char **wand_unused(metadata), ExceptionInfo *exception) |
| WandExport MagickBooleanType AnimateImageCommand | ( | ImageInfo * | image_info, |
| int | argc, | ||
| char ** | argv, | ||
| char ** | wand_unusedmetadata, | ||
| ExceptionInfo * | exception | ||
| ) |
Definition at line 207 of file animate.c.
References AnimateUsage(), AppendImageStack, FinalizeImageSettings, FireImageStack, _ImageStack::image, MagickPathExtent, MaxImageStackDepth, MogrifyImageInfo(), NewImageStack, PopImageStack, PushImageStack, ReadCommandlLine, SetNotifyHandlers, STDIN_FILENO, and wand_unreferenced.
|
static |
Definition at line 93 of file animate.c.
Referenced by AnimateImageCommand().