|
MagickWand
6.7.5
|
#include "MagickWand/studio.h"#include "MagickWand/MagickWand.h"#include "MagickWand/mogrify-private.h"#include "MagickCore/string-private.h"#include "MagickCore/xwindow-private.h"
Go to the source code of this file.
Functions | |
| static MagickBooleanType | ImportUsage (void) |
| static ssize_t | MagickMax (const ssize_t x, const ssize_t 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 220 of file import.c.
References _DrawingWand::image, MaxImageStackDepth, quantize_info, NewImageStack, SetNotifyHandlers, ReadCommandlLine, ImportUsage(), FireImageStack, PushImageStack, PopImageStack, images, MaxTextExtent, MagickMax(), AppendImageStack, MogrifyImageInfo(), and FinalizeImageSettings.
| static MagickBooleanType ImportUsage | ( | void | ) | [static] |
Definition at line 93 of file import.c.
Referenced by ImportImageCommand().
| static ssize_t MagickMax | ( | const ssize_t | x, |
| const ssize_t | y | ||
| ) | [inline, static] |
Definition at line 213 of file import.c.
Referenced by ImportImageCommand().