|
MagickWand
6.7.5
|
#include "MagickWand/studio.h"#include "MagickWand/MagickWand.h"#include "MagickWand/mogrify-private.h"#include "MagickCore/display-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 | 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 265 of file display.c.
References image, MaxImageStackDepth, quantize_info, SetNotifyHandlers, NewImageStack, ReadCommandlLine, DisplayUsage(), STDIN_FILENO, FireImageStack, PushImageStack, PopImageStack, images, MaxTextExtent, AppendImageStack, FinalizeImageSettings, RemoveAllImageStack, and MogrifyImageInfo().
| static MagickBooleanType DisplayUsage | ( | void | ) | [static] |
Definition at line 96 of file display.c.
Referenced by DisplayImageCommand().