MagickCore
7.0.0
|
Go to the source code of this file.
Macros | |
#define | Magick2PI 6.28318530717958647692528676655900576839433879875020 |
#define | MagickPHI 1.61803398874989484820458683436563811772030917980576 |
#define | MagickPI2 1.57079632679489661923132169163975144209858469968755 |
#define | MagickSQ1_2 0.70710678118654752440084436210484903928483593768847 |
#define | MagickSQ2 1.41421356237309504880168872420969807856967187537695 |
#define | MagickSQ2PI 2.50662827463100024161235523934010416269302368164062 |
#define | UndefinedTicksPerSecond 100L |
#define | UndefinedCompressionQuality 0UL |
Functions | |
static double | DegreesToRadians (const double degrees) |
static double | RadiansToDegrees (const double radians) |
static unsigned char | ScaleColor5to8 (const unsigned int color) |
static unsigned char | ScaleColor6to8 (const unsigned int color) |
static unsigned int | ScaleColor8to5 (const unsigned char color) |
static unsigned int | ScaleColor8to6 (const unsigned char color) |
Variables | |
MagickExport const char | BackgroundColor [] |
MagickExport const char | BorderColor [] |
MagickExport const char | DefaultTileFrame [] |
MagickExport const char | DefaultTileGeometry [] |
MagickExport const char | DefaultTileLabel [] |
MagickExport const char | ForegroundColor [] |
MagickExport const char | MatteColor [] |
MagickExport const char | LoadImageTag [] |
MagickExport const char | LoadImagesTag [] |
MagickExport const char | PSDensityGeometry [] |
MagickExport const char | PSPageGeometry [] |
MagickExport const char | SaveImageTag [] |
MagickExport const char | SaveImagesTag [] |
MagickExport const double | DefaultResolution |
#define Magick2PI 6.28318530717958647692528676655900576839433879875020 |
Definition at line 25 of file image-private.h.
Referenced by AcquireKernelBuiltIn(), AcquireResizeFilter(), DistortImage(), GenerateCoefficients(), and GetOptimalKernelWidth2D().
#define MagickPHI 1.61803398874989484820458683436563811772030917980576 |
Definition at line 26 of file image-private.h.
Referenced by FxEvaluateSubexpression().
#define MagickPI2 1.57079632679489661923132169163975144209858469968755 |
Definition at line 27 of file image-private.h.
Referenced by Cosine(), DistortImage(), and GenerateCoefficients().
#define MagickSQ1_2 0.70710678118654752440084436210484903928483593768847 |
Definition at line 28 of file image-private.h.
Referenced by AcquireResizeFilter(), GetAbsoluteDistortion(), IsEquivalentAlpha(), IsFuzzyEquivalencePixel(), and IsFuzzyEquivalencePixelInfo().
#define MagickSQ2 1.41421356237309504880168872420969807856967187537695 |
Definition at line 29 of file image-private.h.
Referenced by AcquireKernelBuiltIn().
#define MagickSQ2PI 2.50662827463100024161235523934010416269302368164062 |
Definition at line 30 of file image-private.h.
Referenced by AcquireKernelBuiltIn(), GetMotionBlurKernel(), and GetOptimalKernelWidth1D().
#define UndefinedCompressionQuality 0UL |
Definition at line 32 of file image-private.h.
Referenced by GetImageInfo(), IdentifyImage(), and SyncImageSettings().
#define UndefinedTicksPerSecond 100L |
Definition at line 31 of file image-private.h.
Referenced by AcquireImage().
|
inlinestatic |
Definition at line 52 of file image-private.h.
References MagickPI.
Referenced by CompositeImage(), DeskewImage(), DrawImage(), GenerateCoefficients(), MotionBlurImage(), RadialBlurImage(), RotateImage(), ShadeImage(), ShearImage(), ShearRotateImage(), SwirlImage(), TraceArcPath(), TraceEllipse(), and TraceStrokePolygon().
|
inlinestatic |
Definition at line 57 of file image-private.h.
References MagickPI.
Referenced by DeskewImage(), and ScaleResampleFilter().
|
inlinestatic |
Definition at line 62 of file image-private.h.
|
inlinestatic |
Definition at line 67 of file image-private.h.
|
inlinestatic |
Definition at line 72 of file image-private.h.
|
inlinestatic |
Definition at line 77 of file image-private.h.
MagickExport const char BackgroundColor[] |
Definition at line 106 of file image.c.
Referenced by AcquireImage(), GetImageInfo(), and QueryColorCompliance().
MagickExport const char BorderColor[] |
Definition at line 107 of file image.c.
Referenced by AcquireImage(), and GetImageInfo().
MagickExport const double DefaultResolution |
Definition at line 122 of file image.c.
Referenced by DrawBoundingRectangles(), and RenderPostscript().
MagickExport const char DefaultTileFrame[] |
Definition at line 108 of file image.c.
Referenced by PreviewImage().
MagickExport const char DefaultTileGeometry[] |
Definition at line 109 of file image.c.
Referenced by GetMontageInfo().
MagickExport const char DefaultTileLabel[] |
Definition at line 110 of file image.c.
Referenced by PreviewImage().
MagickExport const char ForegroundColor[] |
MagickExport const char LoadImagesTag[] |
MagickExport const char LoadImageTag[] |
Definition at line 112 of file image.c.
Referenced by HuffmanDecodeImage(), and HuffmanEncodeImage().
MagickExport const char MatteColor[] |
Definition at line 114 of file image.c.
Referenced by AcquireImage(), and GetImageInfo().
MagickExport const char PSDensityGeometry[] |
MagickExport const char PSPageGeometry[] |
MagickExport const char SaveImagesTag[] |
MagickExport const char SaveImageTag[] |