MagickCore  6.9.11-59
Convert, Edit, Or Compose Bitmap Images
version.h
Go to the documentation of this file.
1 /*
2  Copyright 1999-2021 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 "(C) 1999-2021 ImageMagick Studio LLC"
30 #define MagickLibVersion 0x69B
31 #define MagickLibVersionText "6.9.11"
32 #define MagickLibVersionNumber 6,0,0
33 #define MagickLibAddendum "-59"
34 #define MagickLibInterface 6
35 #define MagickLibMinInterface 6
36 #define MagickPlatform "x86_64"
37 #define MagickppLibVersionText "6.9.11"
38 #define MagickppLibVersionNumber 8:0:0
39 #define MagickppLibAddendum "-59"
40 #define MagickppLibInterface 8
41 #define MagickppLibMinInterface 8
42 #define MagickReleaseDate "2021-01-23"
43 #define MagickHomeURL "file:
44 #define MagickAuthoritativeLicense \
45  "https://imagemagick.org/script/license.php"
46 #define MagickAuthoritativeURL "https://imagemagick.org"
47 #if (MAGICKCORE_QUANTUM_DEPTH == 8)
48 #define MagickQuantumDepth "Q8"
49 #define MagickQuantumRange "255"
50 #elif (MAGICKCORE_QUANTUM_DEPTH == 16)
51 #define MagickQuantumDepth "Q16"
52 #define MagickQuantumRange "65535"
53 #elif (MAGICKCORE_QUANTUM_DEPTH == 32)
54 #define MagickQuantumDepth "Q32"
55 #define MagickQuantumRange "4294967295"
56 #elif (MAGICKCORE_QUANTUM_DEPTH == 64)
57 #define MagickQuantumDepth "Q64"
58 #define MagickQuantumRange "18446744073709551615.0"
59 #else
60 #define MagickQuantumDepth "Q?"
61 #define MagickQuantumRange "?"
62 #endif
63 #define MagickVersion \
64  MagickPackageName " " MagickLibVersionText MagickLibAddendum " " \
65  MagickQuantumDepth " " MagickPlatform " " MagickReleaseDate " " \
66  MagickAuthoritativeURL
67 
68 extern MagickExport char
69  *GetMagickHomeURL(void);
70 
71 extern MagickExport const char
72  *GetMagickCopyright(void) magick_attribute((__const__)),
73  *GetMagickDelegates(void) magick_attribute((__const__)),
74  *GetMagickFeatures(void) magick_attribute((__const__)),
75  *GetMagickLicense(void) magick_attribute((__const__)),
80  *GetMagickVersion(size_t *);
81 
82 extern MagickExport void
83  ListMagickVersion(FILE *);
84 
85 #if defined(__cplusplus) || defined(c_plusplus)
86 }
87 #endif
88 
89 #endif
DirectorySeparator
#define DirectorySeparator
Definition: studio.h:274
QuantumScale
#define QuantumScale
Definition: magick-type.h:124
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:61
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:1212
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:140
utility.h
GetMagickReleaseDate
MagickExport const char * GetMagickReleaseDate(void)
Definition: version.c:466
version.h
string_.h
MagickReleaseDate
#define MagickReleaseDate
Definition: version.h:42
GetMagickPackageName
MagickExport const char * GetMagickPackageName(void)
Definition: version.c:383
MagickTrue
@ MagickTrue
Definition: magick-type.h:205
GetMagickDelegates
MagickExport const char * GetMagickDelegates(void) magick_attribute((__const__))
AcquireStringInfo
MagickExport StringInfo * AcquireStringInfo(const size_t length)
Definition: string.c:184
hashmap.h
SetStringInfoLength
MagickExport void SetStringInfoLength(StringInfo *string_info, const size_t length)
Definition: string.c:1714
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:204
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:63
GetMagickCoreSignature
MagickExport unsigned int GetMagickCoreSignature(const StringInfo *nonce)
Definition: version.c:539
MagickAuthoritativeLicense
#define MagickAuthoritativeLicense
Definition: version.h:44
QuantumRange
#define QuantumRange
Definition: magick-type.h:90
magick_attribute
MagickExport MagickBooleanType magick_attribute((deprecated))
ConstantString
MagickExport char * ConstantString(const char *source)
Definition: string.c:698
MagickHomeURL
#define MagickHomeURL
Definition: version.h:43
MagickBooleanType
MagickBooleanType
Definition: magick-type.h:203
GetNextValueInLinkedList
MagickExport void * GetNextValueInLinkedList(LinkedListInfo *list_info)
Definition: hashmap.c:606
RelinquishMagickMemory
MagickExport void * RelinquishMagickMemory(void *memory)
Definition: memory.c:1162
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:551
MagickQuantumDepth
#define MagickQuantumDepth
Definition: version.h:60
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:1183
GetMagickPrecision
MagickExport int GetMagickPrecision(void)
Definition: magick.c:690
MagickEpsilon
#define MagickEpsilon
Definition: magick-type.h:119
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:835
GetMagickVersion
MagickExport const char * GetMagickVersion(size_t *version)
Definition: version.c:595
MaxMap
#define MaxMap
Definition: magick-type.h:82
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:89
configure.h
MagickOffsetType
ssize_t MagickOffsetType
Definition: magick-type.h:139