#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 void | 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 222 of file animate.c.
References AnimateUsage(), AppendImageStack, FinalizeImageSettings, FireImageStack, _ImageStack::image, MaxImageStackDepth, MaxTextExtent, NewImageStack, PopImageStack, PushImageStack, ReadCommandlLine, respect_parenthesis, SetNotifyHandlers, and STDIN_FILENO.
| static void AnimateUsage | ( | void | ) | [static] |
1.5.7.1