MagickCore  6.9.10
Convert, Edit, Or Compose Bitmap Images
version.h
Go to the documentation of this file.
1 /*
2  Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization
3  dedicated to making software imaging solutions freely available.
4 
5  You may not use this file except in compliance with the License.
6  obtain a copy of the License at
7 
8  http://imagemagick.org/script/license.php
9 
10  Unless required by applicable law or agreed to in writing, software
11  distributed under the License is distributed on an "AS IS" BASIS,
12  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  See the License for the specific language governing permissions and
14  limitations under the License.
15 
16  MagickCore version methods.
17 */
18 #ifndef _MAGICKCORE_VERSION_H
19 #define _MAGICKCORE_VERSION_H
20 
21 #if defined(__cplusplus) || defined(c_plusplus)
22 extern "C" {
23 #endif
24 
25 /*
26  Define declarations.
27 */
28 #define MagickPackageName "ImageMagick"
29 #define MagickCopyright "© 1999-2019 ImageMagick Studio LLC"
30 #define MagickLibVersion 0x69A
31 #define MagickLibVersionText "6.9.10"
32 #define MagickLibVersionNumber 6,0,0
33 #define MagickLibAddendum "-23"
34 #define MagickLibInterface 6
35 #define MagickLibMinInterface 6
36 #if defined(_WINDOWS)
37 # if defined(_WIN64)
38 # define MagickPlatform "x64"
39 # else
40 # define MagickPlatform "x86"
41 # endif
42 #else
43 #define MagickPlatform "x86_64"
44 #endif
45 #define MagickppLibVersionText "6.9.10"
46 #define MagickppLibVersionNumber 8:0:0
47 #define MagickppLibAddendum "-23"
48 #define MagickppLibInterface 8
49 #define MagickppLibMinInterface 8
50 #define MagickReleaseDate "2019-01-01"
51 #define MagickHomeURL "file:
52 #define MagickAuthoritativeLicense \
53  "https://imagemagick.org/script/license.php"
54 #define MagickAuthoritativeURL "https://imagemagick.org"
55 #if (MAGICKCORE_QUANTUM_DEPTH == 8)
56 #define MagickQuantumDepth "Q8"
57 #define MagickQuantumRange "255"
58 #elif (MAGICKCORE_QUANTUM_DEPTH == 16)
59 #define MagickQuantumDepth "Q16"
60 #define MagickQuantumRange "65535"
61 #elif (MAGICKCORE_QUANTUM_DEPTH == 32)
62 #define MagickQuantumDepth "Q32"
63 #define MagickQuantumRange "4294967295"
64 #elif (MAGICKCORE_QUANTUM_DEPTH == 64)
65 #define MagickQuantumDepth "Q64"
66 #define MagickQuantumRange "18446744073709551615.0"
67 #else
68 #define MagickQuantumDepth "Q?"
69 #define MagickQuantumRange "?"
70 #endif
71 #define MagickVersion \
72  MagickPackageName " " MagickLibVersionText MagickLibAddendum " " \
73  MagickQuantumDepth " " MagickPlatform " " MagickReleaseDate " " \
74  MagickAuthoritativeURL
75 
76 extern MagickExport char
77  *GetMagickHomeURL(void);
78 
79 extern MagickExport const char
80  *GetMagickCopyright(void) magick_attribute((__const__)),
81  *GetMagickDelegates(void) magick_attribute((__const__)),
82  *GetMagickFeatures(void) magick_attribute((__const__)),
83  *GetMagickLicense(void) magick_attribute((__const__)),
84  *GetMagickPackageName(void) magick_attribute((__const__)),
85  *GetMagickQuantumDepth(size_t *),
86  *GetMagickQuantumRange(size_t *),
87  *GetMagickReleaseDate(void) magick_attribute((__const__)),
88  *GetMagickVersion(size_t *);
89 
90 extern MagickExport void
91  ListMagickVersion(FILE *);
92 
93 #if defined(__cplusplus) || defined(c_plusplus)
94 }
95 #endif
96 
97 #endif
DirectorySeparator
#define DirectorySeparator
Definition: studio.h:266
QuantumScale
#define QuantumScale
Definition: magick-type.h:120
MagickExport
#define MagickExport
Definition: method-attribute.h:80
GetMagickPackageName
const MagickExport char * GetMagickPackageName(void) magick_attribute((__const__))
MagickQuantumRange
#define MagickQuantumRange
Definition: version.h:69
GetMagickQuantumRange
const MagickExport char * GetMagickQuantumRange(size_t *)
GetMagickVersion
const MagickExport char * GetMagickVersion(size_t *version)
Definition: version.c:567
FormatLocaleString
MagickExport ssize_t FormatLocaleString(char *magick_restrict string, const size_t length, const char *magick_restrict format,...)
Definition: locale.c:502
MagickLibInterface
#define MagickLibInterface
Definition: version.h:34
CRC32
static unsigned int CRC32(const unsigned char *message, const size_t length)
Definition: version.c:468
GetStringInfoLength
MagickExport size_t GetStringInfoLength(const StringInfo *string_info)
Definition: string.c:1304
DestroyLinkedList
MagickExport LinkedListInfo * DestroyLinkedList(LinkedListInfo *list_info, void *(*relinquish_value)(void *))
Definition: hashmap.c:398
MagickSizeType
size_t MagickSizeType
Definition: magick-type.h:136
utility.h
GetMagickVersion
const MagickExport char * GetMagickVersion(size_t *)
Definition: version.c:567
version.h
string_.h
MagickReleaseDate
#define MagickReleaseDate
Definition: version.h:50
GetMagickLicense
const MagickExport char * GetMagickLicense(void)
Definition: version.c:330
MagickTrue
@ MagickTrue
Definition: magick-type.h:194
AcquireStringInfo
MagickExport StringInfo * AcquireStringInfo(const size_t length)
Definition: string.c:185
hashmap.h
SetStringInfoLength
MagickExport void SetStringInfoLength(StringInfo *string_info, const size_t length)
Definition: string.c:1806
GetMagickReleaseDate
const MagickExport char * GetMagickReleaseDate(void) magick_attribute((__const__))
MagickURLFilename
#define MagickURLFilename
Definition: version.c:55
GetMagickFeatures
const MagickExport char * GetMagickFeatures(void) magick_attribute((__const__))
FormatLocaleFile
MagickExport ssize_t FormatLocaleFile(FILE *file, const char *magick_restrict format,...)
Definition: locale.c:407
MagickPackageName
#define MagickPackageName
Definition: version.h:28
GetMagickHomeURL
MagickExport char * GetMagickHomeURL(void)
Definition: version.c:277
ListMagickVersion
MagickExport void ListMagickVersion(FILE *file)
Definition: version.c:598
GetMagickQuantumDepth
const MagickExport char * GetMagickQuantumDepth(size_t *depth)
Definition: version.c:382
version-private.h
DestroyExceptionInfo
MagickExport ExceptionInfo * DestroyExceptionInfo(ExceptionInfo *exception)
Definition: exception.c:441
_LinkedListInfo
Definition: hashmap.c:77
GetMagickDelegates
const MagickExport char * GetMagickDelegates(void) magick_attribute((__const__))
locale_.h
GetMagickFeatures
const MagickExport char * GetMagickFeatures(void)
Definition: version.c:229
MagickFalse
@ MagickFalse
Definition: magick-type.h:193
GetMagickCopyright
const MagickExport char * GetMagickCopyright(void) magick_attribute((__const__))
GetMagickQuantumRange
const MagickExport char * GetMagickQuantumRange(size_t *range)
Definition: version.c:411
IsEventLogging
MagickExport MagickBooleanType IsEventLogging(void)
Definition: log.c:716
MagickVersion
#define MagickVersion
Definition: version.h:71
GetMagickCoreSignature
MagickExport unsigned int GetMagickCoreSignature(const StringInfo *nonce)
Definition: version.c:511
MagickAuthoritativeLicense
#define MagickAuthoritativeLicense
Definition: version.h:52
QuantumRange
#define QuantumRange
Definition: magick-type.h:86
magick_attribute
MagickExport MagickBooleanType magick_attribute((deprecated))
ConstantString
MagickExport char * ConstantString(const char *source)
Definition: string.c:697
MagickHomeURL
#define MagickHomeURL
Definition: version.h:51
GetMagickReleaseDate
const MagickExport char * GetMagickReleaseDate(void)
Definition: version.c:438
MagickBooleanType
MagickBooleanType
Definition: magick-type.h:191
GetNextValueInLinkedList
MagickExport void * GetNextValueInLinkedList(LinkedListInfo *list_info)
Definition: hashmap.c:606
RelinquishMagickMemory
MagickExport void * RelinquishMagickMemory(void *memory)
Definition: memory.c:1077
ListMagickVersion
MagickExport void ListMagickVersion(FILE *)
Definition: version.c:598
_ExceptionInfo
Definition: exception.h:102
IsPathAccessible
MagickExport MagickBooleanType IsPathAccessible(const char *path)
Definition: utility.c:1460
studio.h
GetConfigurePaths
MagickExport LinkedListInfo * GetConfigurePaths(const char *filename, ExceptionInfo *exception)
Definition: configure.c:744
GetMagickLicense
const MagickExport char * GetMagickLicense(void) magick_attribute((__const__))
GetMagickPackageName
const MagickExport char * GetMagickPackageName(void)
Definition: version.c:355
ConcatenateStringInfo
MagickExport void ConcatenateStringInfo(StringInfo *string_info, const StringInfo *source)
Definition: string.c:550
MagickQuantumDepth
#define MagickQuantumDepth
Definition: version.h:68
MAGICKCORE_QUANTUM_DEPTH
#define MAGICKCORE_QUANTUM_DEPTH
Definition: magick-type.h:28
memory_.h
GetStringInfoDatum
MagickExport unsigned char * GetStringInfoDatum(const StringInfo *string_info)
Definition: string.c:1275
GetMagickQuantumDepth
const MagickExport char * GetMagickQuantumDepth(size_t *)
GetMagickPrecision
MagickExport int GetMagickPrecision(void)
Definition: magick.c:681
MagickEpsilon
#define MagickEpsilon
Definition: magick-type.h:115
exception-private.h
GetMagickDelegates
const MagickExport char * GetMagickDelegates(void)
Definition: version.c:100
GetMagickHomeURL
MagickExport char * GetMagickHomeURL(void)
Definition: version.c:277
exception.h
option.h
DestroyStringInfo
MagickExport StringInfo * DestroyStringInfo(StringInfo *string_info)
Definition: string.c:847
MaxMap
#define MaxMap
Definition: magick-type.h:78
AcquireExceptionInfo
MagickExport ExceptionInfo * AcquireExceptionInfo(void)
Definition: exception.c:106
MaxTextExtent
#define MaxTextExtent
Definition: method-attribute.h:89
GetMagickCopyright
const MagickExport char * GetMagickCopyright(void)
Definition: version.c:75
MagickCopyright
#define MagickCopyright
Definition: version.h:29
MagickLibVersion
#define MagickLibVersion
Definition: version.h:30
_StringInfo
Definition: string_.h:29
Quantum
unsigned short Quantum
Definition: magick-type.h:85
configure.h
MagickOffsetType
ssize_t MagickOffsetType
Definition: magick-type.h:135