|
MagickWand
6.7.5
|
#include "MagickWand/studio.h"#include "MagickWand/MagickWand.h"#include "MagickWand/mogrify-private.h"#include "MagickCore/animate-private.h"#include "MagickCore/nt-base-private.h"#include "MagickCore/string-private.h"#include "MagickCore/xwindow-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 230 of file animate.c.
References image, MaxImageStackDepth, quantize_info, SetNotifyHandlers, NewImageStack, ReadCommandlLine, AnimateUsage(), STDIN_FILENO, FireImageStack, PushImageStack, PopImageStack, images, MaxTextExtent, AppendImageStack, _ImageStack::image, MogrifyImageInfo(), and FinalizeImageSettings.
| static MagickBooleanType AnimateUsage | ( | void | ) | [static] |
Definition at line 95 of file animate.c.
Referenced by AnimateImageCommand().