MagickCore  6.9.1
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/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 GetMagickSignature (const StringInfo *nonce)
 
MagickExport const char * GetMagickVersion (size_t *version)
 
MagickExport void ListMagickVersion (FILE *file)
 

Macro Definition Documentation

#define MagickURLFilename   "index.html"

Definition at line 54 of file version.c.

Referenced by GetMagickHomeURL().

Function Documentation

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

Definition at line 444 of file version.c.

References MagickFalse, and MagickTrue.

Referenced by GetMagickSignature().

MagickExport const char* GetMagickCopyright ( void  )

Definition at line 74 of file version.c.

References MagickCopyright.

Referenced by GetMagickProperty(), and ListMagickVersion().

MagickExport const char* GetMagickDelegates ( void  )

Definition at line 99 of file version.c.

Referenced by ListMagickVersion().

MagickExport const char* GetMagickFeatures ( void  )

Definition at line 218 of file version.c.

Referenced by ListMagickVersion().

MagickExport const char* GetMagickLicense ( void  )

Definition at line 306 of file version.c.

References MagickAuthoritativeLicense.

Referenced by ListMagickVersion().

MagickExport const char* GetMagickPackageName ( void  )

Definition at line 331 of file version.c.

References MagickPackageName.

MagickExport const char* GetMagickQuantumDepth ( size_t *  depth)

Definition at line 358 of file version.c.

References MAGICKCORE_QUANTUM_DEPTH, and MagickQuantumDepth.

MagickExport const char* GetMagickQuantumRange ( size_t *  range)

Definition at line 387 of file version.c.

References MagickQuantumRange, and QuantumRange.

MagickExport const char* GetMagickReleaseDate ( void  )

Definition at line 414 of file version.c.

References MagickReleaseDate.

MagickExport const char* GetMagickVersion ( size_t *  version)

Definition at line 543 of file version.c.

References MagickLibVersion, and MagickVersion.

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

MagickExport void ListMagickVersion ( FILE *  file)