MagickWand  6.7.5
studio.h File Reference
#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 <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>
Include dependency graph for studio.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define MAGICKCORE_POSIX_SUPPORT
#define MAGICKWAND_IMPLEMENTATION   1
#define _MAGICKWAND_CONFIG_H
#define STDC
#define WandExport
#define WandPrivate
#define WandGlobal
#define storage_class   class
#define WandSignature   0xabacadabUL
#define MaxTextExtent   4096
#define wand_aligned(x)
#define wand_attribute(x)
#define wand_unused(x)   x
#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 Documentation

#define _MAGICKWAND_CONFIG_H

Definition at line 34 of file studio.h.

#define DirectoryListSeparator   ':'

Definition at line 348 of file studio.h.

#define DirectorySeparator   "/"

Definition at line 347 of file studio.h.

Referenced by MogrifyImageCommand().

#define EditorOptions   " -title \"Edit Image Comment\" -e vi"

Definition at line 349 of file studio.h.

#define Exit   exit

Definition at line 350 of file studio.h.

#define IsBasenameSeparator (   c)    ((c) == '/' ? MagickTrue : MagickFalse)

Definition at line 351 of file studio.h.

#define MAGICKCORE_POSIX_SUPPORT

Definition at line 28 of file studio.h.

#define MAGICKWAND_IMPLEMENTATION   1

Definition at line 31 of file studio.h.

#define MaxTextExtent   4096

Definition at line 143 of file studio.h.

#define NAMLEN (   dirent)    strlen((dirent)->d_name)

Definition at line 285 of file studio.h.

#define O_BINARY   0x00

Definition at line 441 of file studio.h.

#define PATH_MAX   4096

Definition at line 445 of file studio.h.

#define ProcessPendingEvents (   text)

Definition at line 353 of file studio.h.

#define S_ISDIR (   mode)    (((mode) & S_IFMT) == S_IFDIR)

Definition at line 291 of file studio.h.

#define S_ISREG (   mode)    (((mode) & S_IFMT) == S_IFREG)

Definition at line 294 of file studio.h.

#define S_MODE   0600

Definition at line 324 of file studio.h.

#define SetNotifyHandlers

Definition at line 355 of file studio.h.

Referenced by AnimateImageCommand(), DisplayImageCommand(), and ImportImageCommand().

#define STDC

Definition at line 58 of file studio.h.

#define STDIN_FILENO   0x00

Definition at line 437 of file studio.h.

Referenced by AnimateImageCommand(), and DisplayImageCommand().

#define storage_class   class

Definition at line 138 of file studio.h.

#define ThrowWandFatalException (   severity,
  tag,
  context 
)
Value:
{ \
  ExceptionInfo \
    *fatal_exception; \
 \
  fatal_exception=AcquireExceptionInfo(); \
  (void) ThrowMagickException(fatal_exception,GetMagickModule(),severity,tag, \
    "`%s'",(context)); \
  CatchException(fatal_exception); \
  fatal_exception=DestroyExceptionInfo(fatal_exception); \
}

Definition at line 451 of file studio.h.

Referenced by CloneDrawingWand(), DrawGetException(), DrawSetVectorGraphics(), NewDrawingWand(), CloneMagickWandFromImages(), MagickGetSamplingFactors(), CloneMagickWand(), NewMagickWand(), MogrifyImage(), WandSimpleOperatorImage(), ClonePixelIterator(), NewPixelIterator(), NewPixelRegionIterator(), PixelGetIteratorException(), ClonePixelWand(), ClonePixelWands(), NewPixelWand(), NewPixelWands(), PixelGetException(), CloneWandView(), GetWandViewException(), NewWandView(), and NewWandViewExtent().

#define wand_aligned (   x)

Definition at line 259 of file studio.h.

#define wand_attribute (   x)

Definition at line 260 of file studio.h.

#define wand_unused (   x)    x

Definition at line 261 of file studio.h.

#define WandExport

Definition at line 129 of file studio.h.

#define WandGlobal

Definition at line 132 of file studio.h.

#define WandPrivate

Definition at line 130 of file studio.h.

#define WandSignature   0xabacadabUL

Definition at line 141 of file studio.h.

#define X11_PREFERENCES_PATH   "~/."

Definition at line 352 of file studio.h.