#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 void | 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 254 of file display.c.
References AppendImageStack, DisplayUsage(), FireImageStack, _DrawingWand::image, MaxImageStackDepth, MaxTextExtent, NewImageStack, PopImageStack, PushImageStack, ReadCommandlLine, RemoveAllImageStack, respect_parenthesis, SetNotifyHandlers, and STDIN_FILENO.
| static void DisplayUsage | ( | void | ) | [static] |
1.5.7.1