#include "wand/studio.h"#include "wand/MagickWand.h"#include "wand/mogrify-private.h"#include "magick/animate-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 226 of file animate.c.
References AnimateUsage(), AppendImageStack, FinalizeImageSettings, FireImageStack, _ImageStack::image, MaxImageStackDepth, MaxTextExtent, MogrifyImageInfo(), NewImageStack, PopImageStack, PushImageStack, ReadCommandlLine, respect_parenthesis, SetNotifyHandlers, and STDIN_FILENO.
| static MagickBooleanType AnimateUsage | ( | void | ) | [static] |
Definition at line 92 of file animate.c.
Referenced by AnimateImageCommand().
1.6.1