#include "wand/studio.h"
#include "wand/MagickWand.h"
#include "wand/mogrify-private.h"
#include "magick/xwindow-private.h"
Go to the source code of this file.
Functions | |
| static void | ImportUsage (void) |
| static long | MagickMax (const long x, const long y) |
| WandExport MagickBooleanType | ImportImageCommand (ImageInfo *image_info, int argc, char **argv, char **wand_unused(metadata), ExceptionInfo *exception) |
| WandExport MagickBooleanType ImportImageCommand | ( | ImageInfo * | image_info, | |
| int | argc, | |||
| char ** | argv, | |||
| char ** | wand_unusedmetadata, | |||
| ExceptionInfo * | exception | |||
| ) |
Definition at line 222 of file import.c.
References AppendImageStack, FireImageStack, _DrawingWand::image, ImportUsage(), MagickMax(), MaxImageStackDepth, MaxTextExtent, NewImageStack, PopImageStack, PushImageStack, ReadCommandlLine, respect_parenthesis, and SetNotifyHandlers.
| static void ImportUsage | ( | void | ) | [static] |
| static long MagickMax | ( | const long | x, | |
| const long | y | |||
| ) | [inline, static] |
Definition at line 215 of file import.c.
Referenced by ImportImageCommand(), MogrifyImage(), MogrifyImageInfo(), and MogrifyImageList().
1.5.6