MagickWand
7.0.0
|
#include "MagickCore/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 "MagickWand/method-attribute.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <sys/wait.h>
#include <pwd.h>
#include "MagickWand/MagickWand.h"
#include <sys/time.h>
Go to the source code of this file.
Macros | |
#define | MAGICKWAND_POSIX_SUPPORT |
#define | MAGICKWAND_IMPLEMENTATION 1 |
#define | _MAGICKWAND_CONFIG_H |
#define | STDC |
#define | storage_class class |
#define | NAMLEN(dirent) strlen((dirent)->d_name) |
#define | S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) |
#define | S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) |
#define | S_MODE 0600 |
#define | DirectorySeparator "/" |
#define | DirectoryListSeparator ':' |
#define | EditorOptions " -title \"Edit Image Comment\" -e vi" |
#define | Exit exit |
#define | IsBasenameSeparator(c) ((c) == '/' ? MagickTrue : MagickFalse) |
#define | X11_PREFERENCES_PATH "~/." |
#define | ProcessPendingEvents(text) |
#define | ReadCommandlLine(argc, argv) |
#define | SetNotifyHandlers |
#define | STDIN_FILENO 0x00 |
#define | O_BINARY 0x00 |
#define | PATH_MAX 4096 |
#define | ThrowWandFatalException(severity, tag, context) |
#define DirectorySeparator "/" |
Definition at line 257 of file studio.h.
Referenced by MogrifyImageCommand().
#define EditorOptions " -title \"Edit Image Comment\" -e vi" |
#define IsBasenameSeparator | ( | c | ) | ((c) == '/' ? MagickTrue : MagickFalse) |
#define ReadCommandlLine | ( | argc, | |
argv | |||
) |
Definition at line 264 of file studio.h.
Referenced by AnimateImageCommand(), CompareImagesCommand(), CompositeImageCommand(), ConjureImageCommand(), ConvertImageCommand(), DisplayImageCommand(), IdentifyImageCommand(), ImportImageCommand(), MagickImageCommand(), MogrifyImageCommand(), MontageImageCommand(), and StreamImageCommand().
#define SetNotifyHandlers |
Definition at line 265 of file studio.h.
Referenced by AnimateImageCommand(), DisplayImageCommand(), and ImportImageCommand().
#define STDIN_FILENO 0x00 |
Definition at line 343 of file studio.h.
Referenced by AnimateImageCommand(), and DisplayImageCommand().
#define ThrowWandFatalException | ( | severity, | |
tag, | |||
context | |||
) |
Definition at line 357 of file studio.h.
Referenced by AcquireMagickCLI(), CloneDrawingWand(), CloneMagickWand(), CloneMagickWandFromImages(), ClonePixelIterator(), ClonePixelWand(), ClonePixelWands(), CloneWandView(), DrawGetException(), DrawSetVectorGraphics(), GetWandViewException(), MagickGetSamplingFactors(), MogrifyImage(), MogrifyImageList(), NewDrawingWand(), NewMagickWand(), NewPixelIterator(), NewPixelRegionIterator(), NewPixelWand(), NewPixelWands(), NewWandView(), NewWandViewExtent(), PixelGetException(), and PixelGetIteratorException().