MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
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 "MagickCore/method-attribute.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <sys/wait.h>
#include <pwd.h>
#include "MagickCore/magick-type.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.

Macros

#define MAGICKCORE_POSIX_SUPPORT
 
#define MAGICKCORE_IMPLEMENTATION   1
 
#define MAGICKCORE_CONFIG_H
 
#define STDC
 
#define magick_restrict   restrict
 
#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 MagickMaxRecursionDepth   600
 
#define MAGICK_SSIZE_MAX   (SSIZE_MAX)
 
#define MAGICK_SSIZE_MIN   (-(SSIZE_MAX)-1)
 
#define Swap(x, y)   ((x)^=(y), (y)^=(x), (x)^=(y))
 
#define DisableMSCWarning(nr)
 
#define RestoreMSCWarning
 

Macro Definition Documentation

◆ DirectoryListSeparator

#define DirectoryListSeparator   ':'

Definition at line 257 of file studio.h.

◆ DirectorySeparator

#define DirectorySeparator   "/"

Definition at line 256 of file studio.h.

◆ DisableMSCWarning

#define DisableMSCWarning (   nr)

Definition at line 347 of file studio.h.

◆ EditorOptions

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

Definition at line 258 of file studio.h.

◆ Exit

#define Exit   exit

Definition at line 259 of file studio.h.

◆ IsBasenameSeparator

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

Definition at line 260 of file studio.h.

◆ magick_restrict

#define magick_restrict   restrict

Definition at line 73 of file studio.h.

◆ MAGICK_SSIZE_MAX

#define MAGICK_SSIZE_MAX   (SSIZE_MAX)

Definition at line 339 of file studio.h.

◆ MAGICK_SSIZE_MIN

#define MAGICK_SSIZE_MIN   (-(SSIZE_MAX)-1)

Definition at line 340 of file studio.h.

◆ MAGICKCORE_CONFIG_H

#define MAGICKCORE_CONFIG_H

Definition at line 34 of file studio.h.

◆ MAGICKCORE_IMPLEMENTATION

#define MAGICKCORE_IMPLEMENTATION   1

Definition at line 31 of file studio.h.

◆ MAGICKCORE_POSIX_SUPPORT

#define MAGICKCORE_POSIX_SUPPORT

Definition at line 28 of file studio.h.

◆ MagickMaxRecursionDepth

#define MagickMaxRecursionDepth   600

Definition at line 338 of file studio.h.

◆ NAMLEN

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

Definition at line 192 of file studio.h.

◆ O_BINARY

#define O_BINARY   0x00

Definition at line 319 of file studio.h.

◆ PATH_MAX

#define PATH_MAX   4096

Definition at line 323 of file studio.h.

◆ ProcessPendingEvents

#define ProcessPendingEvents (   text)

Definition at line 262 of file studio.h.

◆ ReadCommandlLine

#define ReadCommandlLine (   argc,
  argv 
)

Definition at line 263 of file studio.h.

◆ RestoreMSCWarning

#define RestoreMSCWarning

Definition at line 348 of file studio.h.

◆ S_ISDIR

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

Definition at line 198 of file studio.h.

◆ S_ISREG

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

Definition at line 201 of file studio.h.

◆ S_MODE

#define S_MODE   0600

Definition at line 236 of file studio.h.

◆ SetNotifyHandlers

#define SetNotifyHandlers

Definition at line 264 of file studio.h.

◆ STDC

#define STDC

Definition at line 55 of file studio.h.

◆ STDIN_FILENO

#define STDIN_FILENO   0x00

Definition at line 315 of file studio.h.

◆ Swap

#define Swap (   x,
 
)    ((x)^=(y), (y)^=(x), (x)^=(y))

Definition at line 341 of file studio.h.

◆ X11_PREFERENCES_PATH

#define X11_PREFERENCES_PATH   "~/."

Definition at line 261 of file studio.h.