MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
version.c File Reference
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 GetMagickSignature (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 502 of file version.c.

References MagickFalse, and MagickTrue.

Referenced by GetMagickSignature().

◆ GetMagickCopyright()

MagickExport const char * GetMagickCopyright ( void  )

Definition at line 75 of file version.c.

References MagickCopyright.

Referenced by GetMagickProperty(), and ListMagickVersion().

◆ 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 238 of file version.c.

Referenced by AcquireConfigureCache(), and ListMagickVersion().

◆ GetMagickHomeURL()

◆ GetMagickLicense()

MagickExport const char * GetMagickLicense ( void  )

Definition at line 364 of file version.c.

References MagickAuthoritativeLicense.

Referenced by ListMagickVersion().

◆ GetMagickPackageName()

MagickExport const char * GetMagickPackageName ( void  )

Definition at line 389 of file version.c.

References MagickPackageName.

◆ GetMagickQuantumDepth()

MagickExport const char * GetMagickQuantumDepth ( size_t *  depth)

Definition at line 416 of file version.c.

References MAGICKCORE_QUANTUM_DEPTH, and MagickQuantumDepth.

Referenced by AcquireConfigureCache().

◆ GetMagickQuantumRange()

MagickExport const char * GetMagickQuantumRange ( size_t *  range)

Definition at line 445 of file version.c.

References MagickQuantumRange, and QuantumRange.

◆ GetMagickReleaseDate()

MagickExport const char * GetMagickReleaseDate ( void  )

Definition at line 472 of file version.c.

References MagickReleaseDate.

◆ GetMagickSignature()

◆ GetMagickVersion()

MagickExport const char * GetMagickVersion ( size_t *  version)

Definition at line 601 of file version.c.

References MagickLibVersion, and MagickVersion.

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

◆ ListMagickVersion()