|
MagickCore
6.7.5
|
#include <MagickCore/image.h>

Go to the source code of this file.
Data Structures | |
| struct | _FrameInfo |
Typedefs | |
| typedef struct _FrameInfo | FrameInfo |
Functions | |
| MagickExport Image * | BorderImage (const Image *, const RectangleInfo *, const CompositeOperator, ExceptionInfo *) |
| MagickExport Image * | FrameImage (const Image *, const FrameInfo *, const CompositeOperator, ExceptionInfo *) |
| MagickExport MagickBooleanType | RaiseImage (Image *, const RectangleInfo *, const MagickBooleanType, ExceptionInfo *) |
| typedef struct _FrameInfo FrameInfo |
| MagickExport Image* BorderImage | ( | const Image * | , |
| const RectangleInfo * | , | ||
| const CompositeOperator | , | ||
| ExceptionInfo * | |||
| ) |
| MagickExport Image * FrameImage | ( | const Image * | , |
| const FrameInfo * | , | ||
| const CompositeOperator | , | ||
| ExceptionInfo * | |||
| ) |
Definition at line 168 of file decorate.c.
References _Image::signature, MagickSignature, _Image::debug, MagickFalse, LogMagickEvent(), TraceEvent, GetMagickModule, _Image::filename, _FrameInfo::outer_bevel, _FrameInfo::inner_bevel, ThrowImageException, OptionError, _FrameInfo::width, _FrameInfo::x, _FrameInfo::height, _FrameInfo::y, _Image::rows, CloneImage(), MagickTrue, SetImageStorageClass(), DirectClass, DestroyImage(), _Image::border_color, _PixelInfo::matte, _Image::matte, SetImageAlpha(), OpaqueAlpha, _Image::page, _RectangleInfo::width, _RectangleInfo::height, _Image::columns, _Image::matte_color, _PixelInfo::red, QuantumScale, QuantumRange, AccentuateModulate, _PixelInfo::green, _PixelInfo::blue, _PixelInfo::black, _PixelInfo::alpha, HighlightModulate, ShadowModulate, TroughModulate, AcquireCacheView(), QueueCacheViewAuthenticPixels(), SetPixelInfoPixel(), GetPixelChannels(), SyncCacheViewAuthenticPixels(), CopyCompositeOp, OverCompositeOp, GetCacheViewVirtualPixels(), GetPixelRedTraits(), UpdatePixelTrait, SetPixelRed(), GetPixelRed(), GetPixelGreenTraits(), SetPixelGreen(), GetPixelGreen(), GetPixelBlueTraits(), SetPixelBlue(), GetPixelBlue(), GetPixelBlackTraits(), SetPixelBlack(), GetPixelBlack(), GetPixelAlphaTraits(), SetPixelAlpha(), GetPixelAlpha(), _Image::progress_monitor, SetImageProgress(), FrameImageTag, DestroyCacheView(), and CompositeImage().
Referenced by BorderImage(), and MontageImageList().
| MagickExport MagickBooleanType RaiseImage | ( | Image * | , |
| const RectangleInfo * | , | ||
| const MagickBooleanType | , | ||
| ExceptionInfo * | |||
| ) |
Definition at line 635 of file decorate.c.
References _Image::signature, MagickSignature, _Image::debug, MagickFalse, LogMagickEvent(), TraceEvent, GetMagickModule, _Image::filename, _Image::columns, _RectangleInfo::width, _Image::rows, _RectangleInfo::height, ThrowBinaryException, OptionError, QuantumRange, SetImageStorageClass(), DirectClass, MagickTrue, AcquireCacheView(), GetCacheViewAuthenticPixels(), GetPixelMask(), GetPixelChannels(), GetPixelChannelMapChannel(), GetPixelChannelMapTraits(), UpdatePixelTrait, ClampToQuantum(), QuantumScale, HighlightFactor, AccentuateFactor, ShadowFactor, SyncCacheViewAuthenticPixels(), _Image::progress_monitor, SetImageProgress(), RaiseImageTag, TroughFactor, and DestroyCacheView().
Referenced by PreviewImage().