|
MagickWand
6.9.12-10
Convert, Edit, Or Compose Bitmap Images
|
#include "wand/studio.h"#include "wand/MagickWand.h"#include "wand/mogrify-private.h"#include "magick/string-private.h"Macros | |
| #define | DestroyMontage() |
| #define | ThrowMontageException(asperity, tag, option) |
| #define | ThrowMontageInvalidArgumentException(option, argument) |
Functions | |
| static MagickBooleanType | MontageUsage (void) |
| WandExport MagickBooleanType | MontageImageCommand (ImageInfo *image_info, int argc, char **argv, char **metadata, ExceptionInfo *exception) |
| #define DestroyMontage | ( | ) |
Referenced by MontageImageCommand().
| #define ThrowMontageException | ( | asperity, | |
| tag, | |||
| option | |||
| ) |
Referenced by MontageImageCommand().
| #define ThrowMontageInvalidArgumentException | ( | option, | |
| argument | |||
| ) |
Referenced by MontageImageCommand().
| WandExport MagickBooleanType MontageImageCommand | ( | ImageInfo * | image_info, |
| int | argc, | ||
| char ** | argv, | ||
| char ** | metadata, | ||
| ExceptionInfo * | exception | ||
| ) |
|
static |
Referenced by MontageImageCommand().