MagickCore  6.7.5
image-private.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define Magick2PI   6.28318530717958647692528676655900576839433879875020L
#define MagickPHI   1.61803398874989484820458683436563811772030917980576L
#define MagickPI2   1.57079632679489661923132169163975144209858469968755L
#define MagickSQ1_2   0.70710678118654752440084436210484903928483593768847L
#define MagickSQ2   1.41421356237309504880168872420969807856967187537695L
#define MagickSQ2PI   2.50662827463100024161235523934010416269302368164062L
#define UndefinedTicksPerSecond   100L
#define UndefinedCompressionQuality   0UL

Functions

static double DegreesToRadians (const double degrees)
static MagickRealType RadiansToDegrees (const MagickRealType 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

MagickPrivate const char BackgroundColor []
MagickPrivate const char BorderColor []
MagickPrivate const char ForegroundColor []
MagickPrivate const char DefaultTileFrame []
MagickPrivate const char MatteColor []

Define Documentation

#define Magick2PI   6.28318530717958647692528676655900576839433879875020L
#define MagickPHI   1.61803398874989484820458683436563811772030917980576L

Definition at line 26 of file image-private.h.

Referenced by FxEvaluateSubexpression().

#define MagickPI2   1.57079632679489661923132169163975144209858469968755L

Definition at line 27 of file image-private.h.

Referenced by GenerateCoefficients(), and DistortImage().

#define MagickSQ1_2   0.70710678118654752440084436210484903928483593768847L
#define MagickSQ2   1.41421356237309504880168872420969807856967187537695L

Definition at line 29 of file image-private.h.

Referenced by AcquireKernelBuiltIn().

#define MagickSQ2PI   2.50662827463100024161235523934010416269302368164062L
#define UndefinedCompressionQuality   0UL

Definition at line 32 of file image-private.h.

Referenced by IdentifyImage(), GetImageInfo(), and SyncImageSettings().

#define UndefinedTicksPerSecond   100L

Definition at line 31 of file image-private.h.

Referenced by AcquireImage().


Function Documentation

static double DegreesToRadians ( const double  degrees) [inline, static]
static MagickRealType RadiansToDegrees ( const MagickRealType  radians) [inline, static]

Definition at line 46 of file image-private.h.

References MagickPI.

Referenced by ScaleResampleFilter(), and DeskewImage().

static unsigned char ScaleColor5to8 ( const unsigned int  color) [inline, static]

Definition at line 51 of file image-private.h.

static unsigned char ScaleColor6to8 ( const unsigned int  color) [inline, static]

Definition at line 56 of file image-private.h.

static unsigned int ScaleColor8to5 ( const unsigned char  color) [inline, static]

Definition at line 61 of file image-private.h.

static unsigned int ScaleColor8to6 ( const unsigned char  color) [inline, static]

Definition at line 66 of file image-private.h.


Variable Documentation

MagickPrivate const char BackgroundColor[]

Definition at line 104 of file image.c.

Referenced by QueryColorCompliance(), AcquireImage(), and GetImageInfo().

MagickPrivate const char BorderColor[]

Definition at line 105 of file image.c.

Referenced by AcquireImage(), and GetImageInfo().

MagickPrivate const char DefaultTileFrame[]

Definition at line 106 of file image.c.

Referenced by PreviewImage().

MagickPrivate const char ForegroundColor[]

Definition at line 109 of file image.c.

MagickPrivate const char MatteColor[]

Definition at line 112 of file image.c.

Referenced by AcquireImage(), and GetImageInfo().