Go to the documentation of this file. 18 #ifndef MAGICKCORE_STUDIO_H 19 #define MAGICKCORE_STUDIO_H 21 #if defined(__cplusplus) || defined(c_plusplus) 25 #if defined(WIN32) || defined(WIN64) 26 # define MAGICKCORE_WINDOWS_SUPPORT 28 # define MAGICKCORE_POSIX_SUPPORT 31 #define MAGICKCORE_IMPLEMENTATION 1 33 #if !defined(MAGICKCORE_CONFIG_H) 34 # define MAGICKCORE_CONFIG_H 36 # if defined(MAGICKCORE__FILE_OFFSET_BITS) && !defined(_FILE_OFFSET_BITS) 37 # define _FILE_OFFSET_BITS MAGICKCORE__FILE_OFFSET_BITS 39 #if defined(_magickcore_const) && !defined(const) 40 # define const _magickcore_const 42 #if defined(_magickcore_inline) && !defined(inline) 43 # define inline _magickcore_inline 45 # if defined(__cplusplus) || defined(c_plusplus) 50 #if defined(MAGICKCORE_NAMESPACE_PREFIX) 60 #if defined(MAGICKCORE_HAVE_SYS_STAT_H) 61 # include <sys/stat.h> 63 #if defined(MAGICKCORE_STDC_HEADERS) 67 # if defined(MAGICKCORE_HAVE_STDLIB_H) 71 #if !defined(magick_restrict) 72 # if !defined(_magickcore_restrict) 73 # define magick_restrict restrict 75 # define magick_restrict _magickcore_restrict 78 #if defined(MAGICKCORE_HAVE_STRING_H) 79 # if !defined(STDC_HEADERS) && defined(MAGICKCORE_HAVE_MEMORY_H) 84 #if defined(MAGICKCORE_HAVE_STRINGS_H) 87 #if defined(MAGICKCORE_HAVE_INTTYPES_H) 88 # include <inttypes.h> 90 #if defined(MAGICKCORE_HAVE_STDINT_H) 93 #if defined(MAGICKCORE_HAVE_UNISTD_H) 96 #if defined(MAGICKCORE_WINDOWS_SUPPORT) && defined(_DEBUG) 97 #define _CRTDBG_MAP_ALLOC 99 #if defined(MAGICKCORE_WINDOWS_SUPPORT) 101 #if !defined(__CYGWIN__) 104 # if !defined(MAGICKCORE_HAVE_STRERROR) 105 # define HAVE_STRERROR 119 #if defined(MAGICKCORE_HAVE_XLOCALE_H) 120 # include <xlocale.h> 122 #if defined(MAGICKCORE_THREAD_SUPPORT) 123 # include <pthread.h> 125 #if defined(MAGICKCORE_WINDOWS_SUPPORT) 126 #if !defined(__CYGWIN__) 127 #include <winsock2.h> 128 #include <ws2tcpip.h> 132 #pragma comment (lib, "ws2_32.lib") 135 #if defined(MAGICKCORE_HAVE_SYS_SYSLIMITS_H) 136 # include <sys/syslimits.h> 138 #if defined(MAGICKCORE_HAVE_ARM_LIMITS_H) 139 # include <arm/limits.h> 142 #if defined(MAGICKCORE__OPENCL) 143 #if defined(MAGICKCORE_HAVE_CL_CL_H) 146 #if defined(MAGICKCORE_HAVE_OPENCL_CL_H) 147 # include <OpenCL/cl.h> 149 # define MAGICKCORE_OPENCL_SUPPORT 1 152 #if defined(_OPENMP) && ((_OPENMP >= 200203) || defined(__OPENCC__)) 154 # define MAGICKCORE_OPENMP_SUPPORT 1 157 #if defined(MAGICKCORE_HAVE_PREAD) && defined(MAGICKCORE_HAVE_DECL_PREAD) && !MAGICKCORE_HAVE_DECL_PREAD 158 ssize_t pread(
int,
void *,
size_t,off_t);
161 #if defined(MAGICKCORE_HAVE_PWRITE) && defined(MAGICKCORE_HAVE_DECL_PWRITE) && !MAGICKCORE_HAVE_DECL_PWRITE 162 ssize_t pwrite(
int,
const void *,
size_t,off_t);
165 #if defined(MAGICKCORE_HAVE_STRLCPY) && defined(MAGICKCORE_HAVE_DECL_STRLCPY) && !MAGICKCORE_HAVE_DECL_STRLCPY 166 extern size_t strlcpy(
char *,
const char *,
size_t);
169 #if defined(MAGICKCORE_HAVE_VSNPRINTF) && defined(MAGICKCORE_HAVE_DECL_VSNPRINTF) && !MAGICKCORE_HAVE_DECL_VSNPRINTF 170 extern int vsnprintf(
char *,
size_t,
const char *,va_list);
175 #if defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(MAGICKCORE_POSIX_SUPPORT) 176 # include <sys/types.h> 177 # include <sys/stat.h> 178 # if defined(MAGICKCORE_HAVE_SYS_TIMEB_H) 179 # include <sys/timeb.h> 181 # if defined(MAGICKCORE_POSIX_SUPPORT) 182 # if defined(MAGICKCORE_HAVE_SYS_NDIR_H) || defined(MAGICKCORE_HAVE_SYS_DIR_H) || defined(MAGICKCORE_HAVE_NDIR_H) 183 # define dirent direct 184 # define NAMLEN(dirent) (dirent)->d_namlen 185 # if defined(MAGICKCORE_HAVE_SYS_NDIR_H) 186 # include <sys/ndir.h> 188 # if defined(MAGICKCORE_HAVE_SYS_DIR_H) 189 # include <sys/dir.h> 191 # if defined(MAGICKCORE_HAVE_NDIR_H) 196 # define NAMLEN(dirent) strlen((dirent)->d_name) 198 # include <sys/wait.h> 201 # if !defined(S_ISDIR) 202 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) 204 # if !defined(S_ISREG) 205 # define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) 208 # if !defined(MAGICKCORE_WINDOWS_SUPPORT) 209 # include <sys/time.h> 210 # if defined(MAGICKCORE_HAVE_SYS_TIMES_H) 211 # include <sys/times.h> 213 # if defined(MAGICKCORE_HAVE_SYS_RESOURCE_H) 214 # include <sys/resource.h> 216 # if defined(MAGICKCORE_HAVE_SYS_MMAN_H) 217 # include <sys/mman.h> 219 # if defined(MAGICKCORE_HAVE_SYS_SENDFILE_H) 220 # include <sys/sendfile.h> 222 # if defined(MAGICKCORE_HAVE_SYS_SOCKET_H) 223 # include <sys/socket.h> 225 # if defined(MAGICKCORE_HAVE_SYS_UIO_H) 226 # include <sys/uio.h> 232 # if defined(macintosh) 233 # if !defined(DISABLE_SIOUX) 235 # include <console.h> 242 #if defined(S_IRUSR) && defined(S_IWUSR) 243 # define S_MODE (S_IRUSR | S_IWUSR) 244 #elif defined (MAGICKCORE_WINDOWS_SUPPORT) 245 # define S_MODE (_S_IREAD | _S_IWRITE) 250 #if defined(MAGICKCORE_WINDOWS_SUPPORT) 266 #if defined(MAGICKCORE_POSIX_SUPPORT) && !( defined(__OS2__) || defined( vms ) ) 267 # define DirectorySeparator "/" 268 # define DirectoryListSeparator ':' 269 # define EditorOptions " -title \"Edit Image Comment\" -e vi" 271 # define IsBasenameSeparator(c) ((c) == '/' ? MagickTrue : MagickFalse) 272 # define X11_PREFERENCES_PATH "~/." 273 # define ProcessPendingEvents(text) 274 # define ReadCommandlLine(argc,argv) 275 # define SetNotifyHandlers 278 # define X11_APPLICATION_PATH "decw$system_defaults:" 279 # define DirectorySeparator "" 280 # define DirectoryListSeparator ';' 281 # define EditorOptions "" 283 # define IsBasenameSeparator(c) \ 284 (((c) == ']') || ((c) == ':') || ((c) == '/') ? MagickTrue : MagickFalse) 285 # define MAGICKCORE_LIBRARY_PATH "sys$login:" 286 # define MAGICKCORE_SHARE_PATH "sys$login:" 287 # define X11_PREFERENCES_PATH "decw$user_defaults:" 288 # define ProcessPendingEvents(text) 289 # define ReadCommandlLine(argc,argv) 290 # define SetNotifyHandlers 292 # if defined(__OS2__) 293 # define DirectorySeparator "\\" 294 # define DirectoryListSeparator ';' 295 # define EditorOptions " -title \"Edit Image Comment\" -e vi" 297 # define IsBasenameSeparator(c) \ 298 (((c) == '/') || ((c) == '\\') ? MagickTrue : MagickFalse) 299 # define PreferencesDefaults "~\." 300 # define ProcessPendingEvents(text) 301 # define ReadCommandlLine(argc,argv) 302 # define SetNotifyHandlers 304 # if defined(MAGICKCORE_WINDOWS_SUPPORT) 305 # define DirectorySeparator "\\" 306 # define DirectoryListSeparator ';' 307 # define EditorOptions "" 308 # define IsBasenameSeparator(c) \ 309 (((c) == '/') || ((c) == '\\') ? MagickTrue : MagickFalse) 310 # define ProcessPendingEvents(text) 311 # if !defined(X11_PREFERENCES_PATH) 312 # define X11_PREFERENCES_PATH "~\\." 314 # define ReadCommandlLine(argc,argv) 315 # define SetNotifyHandlers \ 316 SetErrorHandler(NTErrorHandler); \ 317 SetWarningHandler(NTWarningHandler) 318 # if !defined(MAGICKCORE_HAVE_TIFFCONF_H) 319 # define HAVE_TIFFCONF_H 328 #if !defined(STDIN_FILENO) 329 #define STDIN_FILENO 0x00 332 #if !defined(O_BINARY) 333 #define O_BINARY 0x00 336 #if !defined(PATH_MAX) 337 #define PATH_MAX 4096 340 #if defined(MAGICKCORE_LTDL_DELEGATE) || (defined(MAGICKCORE_WINDOWS_SUPPORT) && defined(_DLL) && !defined(_LIB)) 341 # define MAGICKCORE_MODULES_SUPPORT 344 #if defined(_MAGICKMOD_) 345 # undef MAGICKCORE_BUILD_MODULES 346 # define MAGICKCORE_BUILD_MODULES 352 #define MagickMaxRecursionDepth 600 353 #define MAGICK_SSIZE_MAX (SSIZE_MAX) 354 #define MAGICK_SSIZE_MIN (-(SSIZE_MAX)-1) 355 #define Swap(x,y) ((x)^=(y), (y)^=(x), (x)^=(y)) 356 #if defined(_MSC_VER) 357 # define DisableMSCWarning(nr) __pragma(warning(push)) \ 358 __pragma(warning(disable:nr)) 359 # define RestoreMSCWarning __pragma(warning(pop)) 361 # define DisableMSCWarning(nr) 362 # define RestoreMSCWarning 365 #if defined(__cplusplus) || defined(c_plusplus)