#include "magick/studio.h"#include "magick/configure.h"#include "magick/exception.h"#include "magick/exception-private.h"#include "magick/hashmap.h"#include "magick/option.h"#include "magick/string_.h"#include "magick/utility.h"#include "magick/version.h"

Go to the source code of this file.
Defines | |
| #define | MagickURLFilename "index.html" |
Functions | |
| MagickExport const char * | GetMagickCopyright (void) |
| MagickExport char * | GetMagickHomeURL (void) |
| MagickExport const char * | GetMagickPackageName (void) |
| MagickExport const char * | GetMagickQuantumDepth (unsigned long *depth) |
| MagickExport const char * | GetMagickQuantumRange (unsigned long *range) |
| MagickExport const char * | GetMagickReleaseDate (void) |
| MagickExport const char * | GetMagickVersion (unsigned long *version) |
| #define MagickURLFilename "index.html" |
| MagickExport const char* GetMagickCopyright | ( | void | ) |
| MagickExport char* GetMagickHomeURL | ( | void | ) |
Definition at line 95 of file version.c.
References AcquireExceptionInfo(), ConstantString(), DestroyExceptionInfo(), DirectorySeparator, FormatMagickString(), GetConfigurePaths(), GetNextValueInLinkedList(), IsPathAccessible(), MagickFalse, MagickHomeURL, MagickURLFilename, and MaxTextExtent.
| MagickExport const char* GetMagickPackageName | ( | void | ) |
| MagickExport const char* GetMagickQuantumDepth | ( | unsigned long * | depth | ) |
Definition at line 173 of file version.c.
References MAGICKCORE_QUANTUM_DEPTH, and MagickQuantumDepth.
| MagickExport const char* GetMagickQuantumRange | ( | unsigned long * | range | ) |
| MagickExport const char* GetMagickReleaseDate | ( | void | ) |
| MagickExport const char* GetMagickVersion | ( | unsigned long * | version | ) |
Definition at line 257 of file version.c.
References MagickLibVersion, and MagickVersion.
Referenced by IdentifyImage(), and ThumbnailImage().
1.5.8