MagickWand 7.1.0
Convert, Edit, Or Compose Bitmap Images
magick-cli.c File Reference
#include "MagickWand/studio.h"
#include "MagickWand/MagickWand.h"
#include "MagickWand/magick-wand-private.h"
#include "MagickWand/wandcli.h"
#include "MagickWand/wandcli-private.h"
#include "MagickWand/operation.h"
#include "MagickWand/magick-cli.h"
#include "MagickWand/script-token.h"
#include "MagickCore/utility-private.h"
#include "MagickCore/exception-private.h"
#include "MagickCore/version.h"
Include dependency graph for magick-cli.c:

Go to the source code of this file.

Macros

#define MagickCommandDebug   0
 

Functions

WandExport void ProcessScriptOptions (MagickCLI *cli_wand, const char *filename, int magick_unused(argc), char **magick_unused(argv), int magick_unused(index))
 
WandExport int ProcessCommandOptions (MagickCLI *cli_wand, int argc, char **argv, int index)
 
static void MagickUsage (MagickBooleanType verbose)
 
static MagickBooleanType ConcatenateImages (int argc, char **argv, ExceptionInfo *exception)
 
WandExport MagickBooleanType MagickImageCommand (ImageInfo *image_info, int argc, char **argv, char **metadata, ExceptionInfo *exception)
 

Macro Definition Documentation

◆ MagickCommandDebug

#define MagickCommandDebug   0

Definition at line 66 of file magick-cli.c.

Function Documentation

◆ ConcatenateImages()

static MagickBooleanType ConcatenateImages ( int  argc,
char **  argv,
ExceptionInfo *  exception 
)
static

Definition at line 643 of file magick-cli.c.

Referenced by MagickImageCommand().

◆ MagickImageCommand()

◆ MagickUsage()

static void MagickUsage ( MagickBooleanType  verbose)
static

Definition at line 572 of file magick-cli.c.

Referenced by MagickImageCommand().

◆ ProcessCommandOptions()

◆ ProcessScriptOptions()