#include "wand/studio.h"#include "wand/MagickWand.h"#include "wand/mogrify-private.h"#include "magick/display-private.h"
Go to the source code of this file.
Functions | |
| static MagickBooleanType | DisplayUsage (void) |
| WandExport MagickBooleanType | DisplayImageCommand (ImageInfo *image_info, int argc, char **argv, char **wand_unused(metadata), ExceptionInfo *exception) |
| WandExport MagickBooleanType DisplayImageCommand | ( | ImageInfo * | image_info, | |
| int | argc, | |||
| char ** | argv, | |||
| char ** | wand_unusedmetadata, | |||
| ExceptionInfo * | exception | |||
| ) |
Definition at line 261 of file display.c.
References AppendImageStack, DisplayUsage(), FinalizeImageSettings, FireImageStack, _DrawingWand::image, MaxImageStackDepth, MaxTextExtent, MogrifyImageInfo(), NewImageStack, PopImageStack, PushImageStack, ReadCommandlLine, RemoveAllImageStack, respect_parenthesis, SetImageStack, SetNotifyHandlers, and STDIN_FILENO.
| static MagickBooleanType DisplayUsage | ( | void | ) | [static] |
Definition at line 93 of file display.c.
Referenced by DisplayImageCommand().
1.6.1