magick-config.h File Reference
#include "MagickCore/magick-baseconfig.h"
Go to the source code of this file.
Define Documentation
#define __has_builtin |
( |
x |
|
) |
0 |
#define MAGICK_COMPILER_WARNING |
( |
w |
|
) |
|
#define MAGICKCORE_ABI_SUFFIX "Q" MAGICKCORE_STRING_XQUOTE(MAGICKCORE_QUANTUM_DEPTH) "HDRI" |
#define MAGICKCORE_ALIGN_DOWN |
( |
n, |
|
|
power_of_2 |
|
) |
((n) & ~MAGICKCORE_BITS_BELOW(power_of_2)) |
#define MAGICKCORE_ALIGN_UP |
( |
n, |
|
|
power_of_2 |
|
) |
MAGICKCORE_ALIGN_DOWN((n) + MAGICKCORE_MAX_ALIGNMENT_PADDING(power_of_2),power_of_2) |
#define MAGICKCORE_BITS_BELOW |
( |
power_of_2 |
|
) |
((power_of_2)-1) |
#define MAGICKCORE_DIAGNOSTIC_IGNORE_MAYBE_UNINITIALIZED |
( |
|
) |
|
#define MAGICKCORE_DIAGNOSTIC_POP |
( |
|
) |
|
#define MAGICKCORE_DIAGNOSTIC_PUSH |
( |
|
) |
|
#define MAGICKCORE_DIR_SEPARATOR "/" |
#define MAGICKCORE_DIR_SEPARATOR_CHAR '/' |
#define MAGICKCORE_HDRI_ENABLE MAGICKCORE_HDRI_ENABLE_OBSOLETE_IN_H |
#define MAGICKCORE_HDRI_SUPPORT 1 |
#define MAGICKCORE_HDRI_SUPPORT 1 |
#define MAGICKCORE_IS_NOT_ALIGNED |
( |
n, |
|
|
power_of_2 |
|
) |
((n) & MAGICKCORE_BITS_BELOW(power_of_2)) |
#define MAGICKCORE_IS_NOT_POWER_OF_2 |
( |
n |
|
) |
MAGICKCORE_IS_NOT_ALIGNED((n), (n)) |
#define MAGICKCORE_MAX_ALIGNMENT_PADDING |
( |
power_of_2 |
|
) |
MAGICKCORE_BITS_BELOW(power_of_2) |
#define MAGICKCORE_PATH_SEPARATOR ":" |
#define MAGICKCORE_PATH_SEPARATOR_CHAR ':' |
#define MAGICKCORE_QUANTUM_DEPTH MAGICKCORE_QUANTUM_DEPTH_OBSOLETE_IN_H |
Referenced by AcquireImage(), ConnectedComponentsImage(), GetImageDepth(), GetImageQuantumDepth(), GetImageStatistics(), GetMagickPropertyLetter(), GetMagickQuantumDepth(), GetMagickSignature(), GetPixelInfo(), GetPixelInfoPixel(), IdentifyImage(), SetImageDepth(), and SteganoImage().
#define MAGICKCORE_STRING_QUOTE |
( |
str |
|
) |
#str |
#define MAGICKCORE_STRING_XQUOTE |
( |
str |
|
) |
MAGICKCORE_STRING_QUOTE(str) |