studio.h File Reference

#include "magick/magick-config.h"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.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.

Defines

#define MAGICKCORE_POSIX_SUPPORT
#define MAGICKWAND_IMPLEMENTATION   1
#define _MAGICKWAND_CONFIG_H
#define STDC
#define WandExport
#define ModuleExport
#define WandGlobal
#define storage_class   class
#define WandSignature   0xabacadabUL
#define MaxTextExtent   4096
#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 MagickSeek(file, offset, whence)   lseek(file,offset,whence)
#define MagickTell(file)   tell(file)
#define ThrowWandFatalException(severity, tag, context)


Define Documentation

#define _MAGICKWAND_CONFIG_H

Definition at line 62 of file studio.h.

#define DirectoryListSeparator   ':'

Definition at line 308 of file studio.h.

#define DirectorySeparator   "/"

Definition at line 307 of file studio.h.

Referenced by MogrifyImageCommand().

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

Definition at line 309 of file studio.h.

#define Exit   exit

Definition at line 310 of file studio.h.

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

Definition at line 311 of file studio.h.

#define MAGICKCORE_POSIX_SUPPORT

Definition at line 56 of file studio.h.

#define MagickSeek ( file,
offset,
whence   )     lseek(file,offset,whence)

Definition at line 399 of file studio.h.

#define MagickTell ( file   )     tell(file)

Definition at line 400 of file studio.h.

#define MAGICKWAND_IMPLEMENTATION   1

Definition at line 59 of file studio.h.

#define MaxTextExtent   4096

Definition at line 151 of file studio.h.

#define ModuleExport

Definition at line 139 of file studio.h.

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

Definition at line 248 of file studio.h.

#define O_BINARY   0x00

Definition at line 389 of file studio.h.

#define ProcessPendingEvents ( text   ) 

Definition at line 313 of file studio.h.

#define ReadCommandlLine ( argc,
argv   ) 

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

Definition at line 254 of file studio.h.

Referenced by IsDirectory().

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

Definition at line 257 of file studio.h.

#define S_MODE   0600

Definition at line 287 of file studio.h.

#define SetNotifyHandlers

Definition at line 315 of file studio.h.

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

#define STDC

Definition at line 80 of file studio.h.

#define STDIN_FILENO   0x00

Definition at line 385 of file studio.h.

Referenced by AnimateImageCommand(), and DisplayImageCommand().

#define storage_class   class

Definition at line 146 of file studio.h.

#define ThrowWandFatalException ( severity,
tag,
context   ) 

Value:

{ \
  ExceptionInfo \
    *exception; \
 \
  exception=AcquireExceptionInfo(); \
  (void) ThrowMagickException(exception,GetMagickModule(),severity,tag, \
    "`%s'",context); \
  CatchException(exception); \
  exception=DestroyExceptionInfo(exception); \
}

Definition at line 403 of file studio.h.

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

#define wand_attribute (  ) 

Definition at line 211 of file studio.h.

#define wand_unused (  )     x

Definition at line 223 of file studio.h.

#define WandExport

Definition at line 138 of file studio.h.

#define WandGlobal

Definition at line 140 of file studio.h.

#define WandSignature   0xabacadabUL

Definition at line 149 of file studio.h.

#define X11_PREFERENCES_PATH   "~/."

Definition at line 312 of file studio.h.


Generated on Tue Aug 19 22:51:48 2008 for ImageMagick by  doxygen 1.5.6