MagickCore 6.9.12
version.c File Reference
#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"
Include dependency graph for version.c:

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)
 

Macro Definition Documentation

◆ MagickURLFilename

#define MagickURLFilename   "index.html"

Definition at line 55 of file version.c.

Function Documentation

◆ CRC32()

static unsigned int CRC32 ( const unsigned char *  message,
const size_t  length 
)
static

Definition at line 496 of file version.c.

References MagickFalse, and MagickTrue.

Referenced by GetMagickCoreSignature().

◆ GetMagickCopyright()

MagickExport const char * GetMagickCopyright ( void  )

Definition at line 75 of file version.c.

Referenced by GetMagickProperty(), and ListMagickVersion().

◆ GetMagickCoreSignature()

◆ GetMagickDelegates()

MagickExport const char * GetMagickDelegates ( void  )

Definition at line 100 of file version.c.

Referenced by AcquireConfigureCache(), and ListMagickVersion().

◆ GetMagickFeatures()

MagickExport const char * GetMagickFeatures ( void  )

Definition at line 232 of file version.c.

Referenced by AcquireConfigureCache(), and ListMagickVersion().

◆ GetMagickHomeURL()

◆ GetMagickLicense()

MagickExport const char * GetMagickLicense ( void  )

Definition at line 358 of file version.c.

Referenced by ListMagickVersion().

◆ GetMagickPackageName()

MagickExport const char * GetMagickPackageName ( void  )

Definition at line 383 of file version.c.

◆ GetMagickQuantumDepth()

MagickExport const char * GetMagickQuantumDepth ( size_t *  depth)

Definition at line 410 of file version.c.

References MAGICKCORE_QUANTUM_DEPTH.

Referenced by AcquireConfigureCache().

◆ GetMagickQuantumRange()

MagickExport const char * GetMagickQuantumRange ( size_t *  range)

Definition at line 439 of file version.c.

References QuantumRange.

◆ GetMagickReleaseDate()

MagickExport const char * GetMagickReleaseDate ( void  )

Definition at line 466 of file version.c.

◆ GetMagickVersion()

MagickExport const char * GetMagickVersion ( size_t *  version)

Definition at line 595 of file version.c.

Referenced by GetMagickProperty(), IdentifyImage(), and ListMagickVersion().

◆ ListMagickVersion()