MagickCore 6.9.12
|
#include "magick/studio.h"
#include "magick/configure.h"
#include "magick/exception.h"
#include "magick/exception-private.h"
#include "magick/hashmap.h"
#include "magick/locale_.h"
#include "magick/memory_.h"
#include "magick/option.h"
#include "magick/string_.h"
#include "magick/utility.h"
#include "magick/version.h"
#include "magick/version-private.h"
Go to the source code of this file.
Macros | |
#define | MagickURLFilename "index.html" |
Functions | |
MagickExport const char * | GetMagickCopyright (void) |
MagickExport const char * | GetMagickDelegates (void) |
MagickExport const char * | GetMagickFeatures (void) |
MagickExport char * | GetMagickHomeURL (void) |
MagickExport const char * | GetMagickLicense (void) |
MagickExport const char * | GetMagickPackageName (void) |
MagickExport const char * | GetMagickQuantumDepth (size_t *depth) |
MagickExport const char * | GetMagickQuantumRange (size_t *range) |
MagickExport const char * | GetMagickReleaseDate (void) |
static unsigned int | CRC32 (const unsigned char *message, const size_t length) |
MagickExport unsigned int | GetMagickCoreSignature (const StringInfo *nonce) |
MagickExport const char * | GetMagickVersion (size_t *version) |
MagickExport void | ListMagickVersion (FILE *file) |
|
static |
Definition at line 496 of file version.c.
References MagickFalse, and MagickTrue.
Referenced by GetMagickCoreSignature().
MagickExport const char * GetMagickCopyright | ( | void | ) |
Definition at line 75 of file version.c.
Referenced by GetMagickProperty(), and ListMagickVersion().
MagickExport unsigned int GetMagickCoreSignature | ( | const StringInfo * | nonce | ) |
Definition at line 539 of file version.c.
References AcquireStringInfo(), ConcatenateStringInfo(), CRC32(), DestroyStringInfo(), GetStringInfoDatum(), GetStringInfoLength(), MAGICKCORE_QUANTUM_DEPTH, MaxTextExtent, and SetStringInfoLength().
Referenced by ConnectPixelCacheServer(), and DistributePixelCacheClient().
MagickExport const char * GetMagickDelegates | ( | void | ) |
Definition at line 100 of file version.c.
Referenced by AcquireConfigureCache(), and ListMagickVersion().
MagickExport const char * GetMagickFeatures | ( | void | ) |
Definition at line 232 of file version.c.
Referenced by AcquireConfigureCache(), and ListMagickVersion().
MagickExport char * GetMagickHomeURL | ( | void | ) |
Definition at line 305 of file version.c.
References AcquireExceptionInfo(), ConstantString(), DestroyExceptionInfo(), DestroyLinkedList(), DirectorySeparator, FormatLocaleString(), GetConfigurePaths(), GetNextValueInLinkedList(), IsPathAccessible(), MagickFalse, MagickURLFilename, MaxTextExtent, and RelinquishMagickMemory().
MagickExport const char * GetMagickLicense | ( | void | ) |
Definition at line 358 of file version.c.
Referenced by ListMagickVersion().
MagickExport const char * GetMagickPackageName | ( | void | ) |
MagickExport const char * GetMagickQuantumDepth | ( | size_t * | depth | ) |
Definition at line 410 of file version.c.
References MAGICKCORE_QUANTUM_DEPTH.
Referenced by AcquireConfigureCache().
MagickExport const char * GetMagickQuantumRange | ( | size_t * | range | ) |
Definition at line 439 of file version.c.
References QuantumRange.
MagickExport const char * GetMagickReleaseDate | ( | void | ) |
MagickExport const char * GetMagickVersion | ( | size_t * | version | ) |
Definition at line 595 of file version.c.
Referenced by GetMagickProperty(), IdentifyImage(), and ListMagickVersion().
MagickExport void ListMagickVersion | ( | FILE * | file | ) |
Definition at line 626 of file version.c.
References FormatLocaleFile(), GetMagickCopyright(), GetMagickDelegates(), GetMagickFeatures(), GetMagickLicense(), GetMagickPrecision(), GetMagickVersion(), IsEventLogging(), MagickEpsilon, MagickFalse, MaxMap, MaxTextExtent, QuantumRange, and QuantumScale.