![]() |
![]() |
![]() |
#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 <pwd.h>
#include "magick/ImageMagick.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 | POSIX |
| #define | MAGICK_IMPLEMENTATION 1 |
| #define | _MAGICK_CONFIG_H |
| #define | STDC |
| #define | MagickExport |
| #define | ModuleExport |
| #define | MagickGlobal |
| #define | storage_class class |
| #define | MagickSignature 0xabacadabUL |
| #define | MaxTextExtent ((size_t) 4096) |
| #define | magick_attribute(x) /* nothing */ |
| #define | magick_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) == '/') |
| #define | PreferencesDefaults "~/." |
| #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) |
|
|
|
|
|
Definition at line 267 of file studio.h. Referenced by GetConfigurePaths(). |
|
|
Definition at line 266 of file studio.h. Referenced by ExpandFilename(), ExpandFilenames(), GetConfigureBlob(), GetConfigurePaths(), GetExecutionPath(), GetMagickHomeURL(), GetPathTemplate(), GetToken(), InitializeMagick(), ListFiles(), LoadCoderList(), LoadColorList(), LoadConfigureList(), LoadDelegateList(), LoadLocaleList(), LoadLogList(), LoadMagicList(), LoadTypeList(), LoadTypeLists(), and TranslateEvent(). |
|
|
|
|
|
Definition at line 269 of file studio.h. Referenced by CompareUsage(), CompositeUsage(), ConjureImageCommand(), ConjureUsage(), ConvertUsage(), DefaultFatalErrorHandler(), IdentifyUsage(), ImportUsage(), MagickSignalHandler(), main(), MogrifyUsage(), and MontageUsage(). |
|
|
Definition at line 270 of file studio.h. Referenced by GetPathComponent(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 365 of file studio.h. Referenced by ExtendCache(), FileToBlob(), FileToString(), ReadCacheRegion(), and WriteCacheRegion(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 346 of file studio.h. Referenced by AcquireUniqueFileResource(), BlobToFile(), ClonePixelCache(), FileToBlob(), FileToString(), ImageToFile(), InitializeRandomReservoir(), OpenCache(), ReadCacheIndexes(), ReadCachePixels(), WriteCacheIndexes(), and WriteCachePixels(). |
|
|
|
|
|
|
|
|
Definition at line 272 of file studio.h. Referenced by MagickMonitor(). |
|
|
Definition at line 273 of file studio.h. Referenced by CompareImageCommand(), CompositeImageCommand(), ConjureImageCommand(), ConvertImageCommand(), IdentifyImageCommand(), ImportImageCommand(), MogrifyImageCommand(), and MontageImageCommand(). |
|
|
Definition at line 213 of file studio.h. Referenced by GetPathTemplate(), and IsDirectory(). |
|
|
Definition at line 216 of file studio.h. Referenced by IsAccessible(). |
|
|
Definition at line 246 of file studio.h. Referenced by AcquireUniqueFileResource(), BlobToFile(), ClonePixelCache(), ImageToFile(), OpenCache(), WriteCacheIndexes(), and WriteCachePixels(). |
|
|
Definition at line 274 of file studio.h. Referenced by ImportImageCommand(). |
|
|
|
|
|
|
|
|
|
1.3.7
ImageMagick Copyright © 2004, ImageMagick Studio LLC