MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
|
#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 * | image, |
const FrameInfo * | frame_info, | ||
const | CompositeOperator, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 169 of file decorate.c.
References AccentuateModulate, AcquireAuthenticCacheView(), AcquireVirtualCacheView(), _PixelInfo::alpha, _Image::alpha_trait, _PixelInfo::alpha_trait, _PixelInfo::black, _PixelInfo::blue, _Image::border_color, CloneImage(), _Image::colorspace, _Image::columns, CompositeImage(), DestroyCacheView(), DestroyImage(), DirectClass, _Image::filename, FrameImageTag, GetMagickModule, GetPixelChannels(), _PixelInfo::green, _FrameInfo::height, _RectangleInfo::height, HighlightModulate, _FrameInfo::inner_bevel, IsEventLogging(), IsGrayColorspace(), IsPixelInfoGray(), LogMagickEvent(), magick_restrict, MagickCoreSignature, MagickFalse, MagickTrue, _Image::matte_color, OpaqueAlpha, OptionError, _FrameInfo::outer_bevel, _Image::page, _Image::progress_monitor, QuantumRange, QuantumScale, QueueCacheViewAuthenticPixels(), _PixelInfo::red, _Image::rows, SetImageAlpha(), SetImageColorspace(), SetImageProgress(), SetImageStorageClass(), SetPixelViaPixelInfo(), ShadowModulate, _Image::signature, sRGBColorspace, SyncCacheViewAuthenticPixels(), ThrowImageException, TraceEvent, TroughModulate, UndefinedPixelTrait, _FrameInfo::width, _RectangleInfo::width, _FrameInfo::x, and _FrameInfo::y.
Referenced by BorderImage(), and MontageImageList().
MagickExport MagickBooleanType RaiseImage | ( | Image * | image, |
const RectangleInfo * | raise_info, | ||
const | MagickBooleanType, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 617 of file decorate.c.
References AccentuateFactor, AcquireAuthenticCacheView(), ClampToQuantum(), _Image::columns, DestroyCacheView(), DirectClass, _Image::filename, GetCacheViewAuthenticPixels(), GetMagickModule, GetPixelChannelChannel(), GetPixelChannels(), GetPixelChannelTraits(), _RectangleInfo::height, HighlightFactor, IsEventLogging(), LogMagickEvent(), magick_restrict, MagickCoreSignature, MagickFalse, MagickTrue, OptionError, _Image::progress_monitor, QuantumRange, QuantumScale, RaiseImageTag, _Image::rows, SetImageProgress(), SetImageStorageClass(), ShadowFactor, _Image::signature, SyncCacheViewAuthenticPixels(), ThrowBinaryException, TraceEvent, TroughFactor, UpdatePixelTrait, and _RectangleInfo::width.
Referenced by PreviewImage().