MagickCore  6.9.12-38
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 0x69C
31 #define MagickLibVersionText "6.9.12"
32 #define MagickLibVersionNumber 7,0,0
33 #define MagickLibAddendum "-38"
34 #define MagickLibInterface 7
35 #define MagickLibMinInterface 7
36 #define MagickPlatform "x86_64"
37 #define MagickppLibVersionText "6.9.12"
38 #define MagickppLibVersionNumber 9:0:0
39 #define MagickppLibAddendum "-38"
40 #define MagickppLibInterface 9
41 #define MagickppLibMinInterface 9
42 #define MagickReleaseDate "2022-02-05"
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 #if defined(MAGICKCORE_HDRI_SUPPORT)
64 #define MagickHDRISupport "-HDRI"
65 #else
66 #define MagickHDRISupport ""
67 #endif
68 #define MagickVersion \
69  MagickPackageName " " MagickLibVersionText MagickLibAddendum " " \
70  MagickQuantumDepth MagickHDRISupport " " MagickPlatform " " \
71  MagickReleaseDate " " MagickAuthoritativeURL
72 
73 extern MagickExport char
74  *GetMagickHomeURL(void);
75 
76 extern MagickExport const char
77  *GetMagickCopyright(void) magick_attribute((__const__)),
78  *GetMagickDelegates(void) magick_attribute((__const__)),
79  *GetMagickFeatures(void) magick_attribute((__const__)),
80  *GetMagickLicense(void) magick_attribute((__const__)),
85  *GetMagickVersion(size_t *);
86 
87 extern MagickExport void
88  ListMagickVersion(FILE *);
89 
90 #if defined(__cplusplus) || defined(c_plusplus)
91 }
92 #endif
93 
94 #endif
DirectorySeparator
#define DirectorySeparator
Definition: studio.h:270
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: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:1225
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:42
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:1727
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:68
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:86
magick_attribute
MagickExport MagickBooleanType magick_attribute((deprecated))
ConstantString
MagickExport char * ConstantString(const char *source)
Definition: string.c:711
MagickHomeURL
#define MagickHomeURL
Definition: version.h:43
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: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:1489
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: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:1196
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:848
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