#include "magick/magick-config.h"
#include <stdarg.h>
#include <stdio.h>
#include <ctype.h>
#include <locale.h>
#include <errno.h>
#include <fcntl.h>
#include <math.h>
#include <time.h>
#include <limits.h>
#include <signal.h>
#include <assert.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <sys/wait.h>
#include <pwd.h>
#include "wand/MagickWand.h"
#include <sys/time.h>
Go to the source code of this file.
Macro Definition Documentation
#define _MAGICKWAND_CONFIG_H |
#define DirectoryListSeparator ':' |
#define DirectorySeparator "/" |
#define EditorOptions " -title \"Edit Image Comment\" -e vi" |
#define IsBasenameSeparator |
( |
|
c | ) |
((c) == '/' ? MagickTrue : MagickFalse) |
#define MAGICKWAND_IMPLEMENTATION 1 |
#define MAGICKWAND_POSIX_SUPPORT |
#define NAMLEN |
( |
|
dirent | ) |
strlen((dirent)->d_name) |
#define ProcessPendingEvents |
( |
|
text | ) |
|
#define ReadCommandlLine |
( |
|
argc, |
|
|
|
argv |
|
) |
| |
Referenced by AnimateImageCommand(), CompareImageCommand(), CompositeImageCommand(), ConjureImageCommand(), ConvertImageCommand(), DisplayImageCommand(), IdentifyImageCommand(), ImportImageCommand(), MogrifyImageCommand(), MontageImageCommand(), and StreamImageCommand().
#define S_ISDIR |
( |
|
mode | ) |
(((mode) & S_IFMT) == S_IFDIR) |
#define S_ISREG |
( |
|
mode | ) |
(((mode) & S_IFMT) == S_IFREG) |
#define SetNotifyHandlers |
#define STDIN_FILENO 0x00 |
#define storage_class class |
#define ThrowWandFatalException |
( |
|
severity, |
|
|
|
tag, |
|
|
|
context |
|
) |
| |
Value:{ \
ExceptionInfo \
\
exception=AcquireExceptionInfo(); \
(void) ThrowMagickException(
exception,GetMagickModule(),severity,tag, \
"`%s'",context); \
}
Referenced by CloneDrawingWand(), CloneMagickWand(), CloneMagickWandFromImages(), ClonePixelIterator(), ClonePixelView(), ClonePixelWand(), ClonePixelWands(), CloneWandView(), DrawGetException(), DrawSetVectorGraphics(), GetPixelViewException(), GetWandViewException(), MagickGetSamplingFactors(), MogrifyImage(), MogrifyImageList(), NewDrawingWand(), NewMagickWand(), NewPixelIterator(), NewPixelRegionIterator(), NewPixelView(), NewPixelViewRegion(), NewPixelWand(), NewPixelWands(), NewWandView(), NewWandViewExtent(), PixelGetException(), and PixelGetIteratorException().
#define X11_PREFERENCES_PATH "~/." |