MagickCore  6.9.11
Convert, Edit, Or Compose Bitmap Images
version.h
Go to the documentation of this file.
1 /*
2  Copyright 1999-2020 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  https://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-2020 ImageMagick Studio LLC"
30 #define MagickLibVersion 0x69B
31 #define MagickLibVersionText "6.9.11"
32 #define MagickLibVersionNumber 6,0,0
33 #define MagickLibAddendum "-24"
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.11"
46 #define MagickppLibVersionNumber 8:0:0
47 #define MagickppLibAddendum "-24"
48 #define MagickppLibInterface 8
49 #define MagickppLibMinInterface 8
50 #define MagickReleaseDate "2020-07-18"
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__)),
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
GetMagickQuantumRange
MagickExport const char * GetMagickQuantumRange(size_t *range)
Definition: version.c:439
MagickQuantumRange
#define MagickQuantumRange
Definition: version.h:69
GetMagickReleaseDate
MagickExport const char * GetMagickReleaseDate(void) magick_attribute((__const__))
FormatLocaleString
MagickExport ssize_t FormatLocaleString(char *magick_restrict string, const size_t length, const char *magick_restrict format,...)
Definition: locale.c:497
MagickLibInterface
#define MagickLibInterface
Definition: version.h:34
CRC32
static unsigned int CRC32(const unsigned char *message, const size_t length)
Definition: version.c:496
GetStringInfoLength
MagickExport size_t GetStringInfoLength(const StringInfo *string_info)
Definition: string.c:1214
GetMagickLicense
MagickExport const char * GetMagickLicense(void) magick_attribute((__const__))
DestroyLinkedList
MagickExport LinkedListInfo * DestroyLinkedList(LinkedListInfo *list_info, void *(*relinquish_value)(void *))
Definition: hashmap.c:398
GetMagickFeatures
MagickExport const char * GetMagickFeatures(void) magick_attribute((__const__))
MagickSizeType
size_t MagickSizeType
Definition: magick-type.h:136
utility.h
GetMagickReleaseDate
MagickExport const char * GetMagickReleaseDate(void)
Definition: version.c:466
version.h
string_.h
MagickReleaseDate
#define MagickReleaseDate
Definition: version.h:50
GetMagickPackageName
MagickExport const char * GetMagickPackageName(void)
Definition: version.c:383
MagickTrue
@ MagickTrue
Definition: magick-type.h:201
GetMagickDelegates
MagickExport const char * GetMagickDelegates(void) magick_attribute((__const__))
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:1716
GetMagickDelegates
MagickExport const char * GetMagickDelegates(void)
Definition: version.c:100
MagickURLFilename
#define MagickURLFilename
Definition: version.c:55
FormatLocaleFile
MagickExport ssize_t FormatLocaleFile(FILE *file, const char *magick_restrict format,...)
Definition: locale.c:402
MagickPackageName
#define MagickPackageName
Definition: version.h:28
GetMagickHomeURL
MagickExport char * GetMagickHomeURL(void)
Definition: version.c:305
ListMagickVersion
MagickExport void ListMagickVersion(FILE *file)
Definition: version.c:626
version-private.h
DestroyExceptionInfo
MagickExport ExceptionInfo * DestroyExceptionInfo(ExceptionInfo *exception)
Definition: exception.c:448
GetMagickQuantumRange
MagickExport const char * GetMagickQuantumRange(size_t *)
_LinkedListInfo
Definition: hashmap.c:78
locale_.h
GetMagickQuantumDepth
MagickExport const char * GetMagickQuantumDepth(size_t *)
MagickFalse
@ MagickFalse
Definition: magick-type.h:200
IsEventLogging
MagickExport MagickBooleanType IsEventLogging(void)
Definition: log.c:725
GetMagickPackageName
MagickExport const char * GetMagickPackageName(void) magick_attribute((__const__))
GetMagickVersion
MagickExport const char * GetMagickVersion(size_t *)
Definition: version.c:595
GetMagickLicense
MagickExport const char * GetMagickLicense(void)
Definition: version.c:358
MagickVersion
#define MagickVersion
Definition: version.h:71
GetMagickCoreSignature
MagickExport unsigned int GetMagickCoreSignature(const StringInfo *nonce)
Definition: version.c:539
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:699
MagickHomeURL
#define MagickHomeURL
Definition: version.h:51
MagickBooleanType
MagickBooleanType
Definition: magick-type.h:199
GetNextValueInLinkedList
MagickExport void * GetNextValueInLinkedList(LinkedListInfo *list_info)
Definition: hashmap.c:606
RelinquishMagickMemory
MagickExport void * RelinquishMagickMemory(void *memory)
Definition: memory.c:1123
ListMagickVersion
MagickExport void ListMagickVersion(FILE *)
Definition: version.c:626
_ExceptionInfo
Definition: exception.h:103
IsPathAccessible
MagickExport MagickBooleanType IsPathAccessible(const char *path)
Definition: utility.c:1472
studio.h
GetConfigurePaths
MagickExport LinkedListInfo * GetConfigurePaths(const char *filename, ExceptionInfo *exception)
Definition: configure.c:713
GetMagickCopyright
MagickExport const char * GetMagickCopyright(void)
Definition: version.c:75
ConcatenateStringInfo
MagickExport void ConcatenateStringInfo(StringInfo *string_info, const StringInfo *source)
Definition: string.c:552
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:1185
GetMagickPrecision
MagickExport int GetMagickPrecision(void)
Definition: magick.c:690
MagickEpsilon
#define MagickEpsilon
Definition: magick-type.h:115
exception-private.h
GetMagickFeatures
MagickExport const char * GetMagickFeatures(void)
Definition: version.c:232
GetMagickHomeURL
MagickExport char * GetMagickHomeURL(void)
Definition: version.c:305
exception.h
option.h
DestroyStringInfo
MagickExport StringInfo * DestroyStringInfo(StringInfo *string_info)
Definition: string.c:837
GetMagickVersion
MagickExport const char * GetMagickVersion(size_t *version)
Definition: version.c:595
MaxMap
#define MaxMap
Definition: magick-type.h:78
GetMagickCopyright
MagickExport const char * GetMagickCopyright(void) magick_attribute((__const__))
AcquireExceptionInfo
MagickExport ExceptionInfo * AcquireExceptionInfo(void)
Definition: exception.c:113
MaxTextExtent
#define MaxTextExtent
Definition: method-attribute.h:89
MagickCopyright
#define MagickCopyright
Definition: version.h:29
MagickLibVersion
#define MagickLibVersion
Definition: version.h:30
GetMagickQuantumDepth
MagickExport const char * GetMagickQuantumDepth(size_t *depth)
Definition: version.c:410
_StringInfo
Definition: string_.h:30
Quantum
unsigned short Quantum
Definition: magick-type.h:85
configure.h
MagickOffsetType
ssize_t MagickOffsetType
Definition: magick-type.h:135