MagickCore
7.0.10
|
#include "MagickCore/studio.h"
#include "MagickCore/animate.h"
#include "MagickCore/artifact.h"
#include "MagickCore/attribute.h"
#include "MagickCore/blob.h"
#include "MagickCore/blob-private.h"
#include "MagickCore/cache.h"
#include "MagickCore/cache-private.h"
#include "MagickCore/cache-view.h"
#include "MagickCore/channel.h"
#include "MagickCore/client.h"
#include "MagickCore/color.h"
#include "MagickCore/color-private.h"
#include "MagickCore/colormap.h"
#include "MagickCore/colorspace.h"
#include "MagickCore/colorspace-private.h"
#include "MagickCore/composite.h"
#include "MagickCore/composite-private.h"
#include "MagickCore/compress.h"
#include "MagickCore/constitute.h"
#include "MagickCore/delegate.h"
#include "MagickCore/display.h"
#include "MagickCore/draw.h"
#include "MagickCore/enhance.h"
#include "MagickCore/exception.h"
#include "MagickCore/exception-private.h"
#include "MagickCore/gem.h"
#include "MagickCore/geometry.h"
#include "MagickCore/histogram.h"
#include "MagickCore/image-private.h"
#include "MagickCore/list.h"
#include "MagickCore/magic.h"
#include "MagickCore/magick.h"
#include "MagickCore/magick-private.h"
#include "MagickCore/memory_.h"
#include "MagickCore/memory-private.h"
#include "MagickCore/module.h"
#include "MagickCore/monitor.h"
#include "MagickCore/monitor-private.h"
#include "MagickCore/option.h"
#include "MagickCore/paint.h"
#include "MagickCore/pixel-accessor.h"
#include "MagickCore/profile.h"
#include "MagickCore/property.h"
#include "MagickCore/quantize.h"
#include "MagickCore/random_.h"
#include "MagickCore/resource_.h"
#include "MagickCore/segment.h"
#include "MagickCore/semaphore.h"
#include "MagickCore/signature-private.h"
#include "MagickCore/statistic.h"
#include "MagickCore/string_.h"
#include "MagickCore/string-private.h"
#include "MagickCore/thread-private.h"
#include "MagickCore/threshold.h"
#include "MagickCore/timer.h"
#include "MagickCore/timer-private.h"
#include "MagickCore/token.h"
#include "MagickCore/token-private.h"
#include "MagickCore/utility.h"
#include "MagickCore/utility-private.h"
#include "MagickCore/version.h"
#include "MagickCore/xwindow-private.h"
Go to the source code of this file.
Macros | |
#define | AppendImageTag "Append/Image" |
#define | ClipImagePathTag "ClipPath/Image" |
#define | CopyImageTag "Copy/Image" |
#define | SmushImageTag "Smush/Image" |
#define AppendImageTag "Append/Image" |
Referenced by AppendImages().
#define ClipImagePathTag "ClipPath/Image" |
#define CopyImageTag "Copy/Image" |
Referenced by CopyImagePixels().
#define SmushImageTag "Smush/Image" |
Referenced by SmushImages().
MagickExport Image* AcquireImage | ( | const ImageInfo * | image_info, |
ExceptionInfo * | exception | ||
) |
Definition at line 134 of file image.c.
References AcquireCriticalMemory(), AcquirePixelCache(), AcquirePixelChannelMap(), AcquireSemaphoreInfo(), AllCompliance, _Image::background_color, _ImageInfo::background_color, BackgroundColor, _Image::blob, _ChromaticityInfo::blue_primary, _Image::border_color, _ImageInfo::border_color, BorderColor, _Image::cache, _ImageInfo::cache, CastDoubleToLong(), _Image::channel_map, _Image::channel_mask, _Image::chromaticity, _Image::client_data, _ImageInfo::client_data, CloneBlobInfo(), ClonePixelCacheMethods(), _Image::colorspace, _Image::columns, _Image::compose, _Image::compression, _ImageInfo::compression, CopyMagickString(), _Image::debug, DefaultChannels, _Image::delay, _ImageInfo::density, _Image::depth, _ImageInfo::depth, DestroyString(), DirectClass, _Image::dispose, _Image::dither, _ImageInfo::dither, _Image::endian, _ImageInfo::endian, _ImageView::exception, _ImageInfo::extract, _Image::extract_info, _ImageInfo::file, _Image::filename, _ImageInfo::filename, _Image::gamma, GetImageOption(), GetMagickModule, GetMagickTime(), GetPageGeometry(), GetTimerInfo(), GreaterValue, _ChromaticityInfo::green_primary, _RectangleInfo::height, _ImageView::image, _Image::interlace, _ImageInfo::interlace, IsEventLogging(), LessValue, LogMagickEvent(), _Image::magick, _ImageInfo::magick, _Image::magick_filename, MAGICKCORE_QUANTUM_DEPTH, MagickCoreSignature, MagickDisposeOptions, MagickFalse, MagickPathExtent, MagickTrue, _Image::matte_color, _ImageInfo::matte_color, MatteColor, NoInterlace, _Image::offset, OverCompositeOp, _Image::page, _ImageInfo::page, ParseAbsoluteGeometry(), ParseCommandOption(), ParseGeometry(), PerceptualIntent, _Image::ping, _ImageInfo::ping, _Image::progress_monitor, _ImageInfo::progress_monitor, _Image::quality, _ImageInfo::quality, QueryColorCompliance(), _ChromaticityInfo::red_primary, _Image::reference_count, _Image::rendering_intent, _Image::resolution, _GeometryInfo::rho, RhoValue, _Image::rows, _Image::semaphore, SetBlobExempt(), _GeometryInfo::sigma, SigmaValue, _Image::signature, _ImageInfo::size, sRGBColorspace, _Image::storage_class, Swap, SyncImageSettings(), _Image::ticks_per_second, _Image::timer, _Image::timestamp, TraceEvent, _Image::transparent_color, _ImageInfo::transparent_color, TransparentColor, UndefinedTicksPerSecond, _Image::units, _ImageInfo::units, _ChromaticityInfo::white_point, _RectangleInfo::width, _PrimaryInfo::x, _PointInfo::x, _RectangleInfo::x, XValue, _PrimaryInfo::y, _PointInfo::y, _RectangleInfo::y, YValue, and _PrimaryInfo::z.
Referenced by AcquireNextImage(), AcquireStreamInfo(), ConstituteImage(), DrawClippingMask(), DrawCompositeMask(), DrawPatternPath(), GetImageMask(), InterpretImageProperties(), MatrixToImage(), MontageImageList(), NewMagickImage(), ReadImage(), RenderHoughLines(), and SetImageInfo().
MagickExport ImageInfo* AcquireImageInfo | ( | void | ) |
Definition at line 327 of file image.c.
References AcquireCriticalMemory(), and GetImageInfo().
Referenced by ClipImagePath(), CloneImageInfo(), DrawPatternPath(), DrawPrimitive(), GlobExpression(), HoughLineImage(), IdentifyImage(), MontageImages(), PreviewImage(), RenderPostscript(), SetImageProperty(), and SetImageType().
MagickExport void AcquireNextImage | ( | const ImageInfo * | image_info, |
Image * | image, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 368 of file image.c.
References AcquireImage(), _Image::blob, CopyMagickString(), _Image::debug, DestroyBlob(), _Image::endian, _ImageView::exception, _Image::filename, _ImageInfo::filename, GetMagickModule, GetNextImageInList(), _ImageView::image, LogMagickEvent(), MagickCoreSignature, MagickFalse, MagickPathExtent, _Image::next, _Image::previous, ReferenceBlob(), _Image::scene, _Image::signature, and TraceEvent.
Referenced by MontageImageList().
MagickExport Image* AppendImages | ( | const Image * | images, |
const MagickBooleanType | stack, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 425 of file image.c.
References AcquireAuthenticCacheView(), AcquireVirtualCacheView(), _Image::alpha_trait, AppendImageTag, BlendPixelTrait, CloneImage(), _Image::colorspace, _Image::columns, _Image::debug, _Image::depth, DestroyCacheView(), DestroyImage(), DirectClass, _ImageView::exception, _Image::filename, GetCacheViewVirtualPixels(), GetMagickModule, GetNextImageInList(), GetPixelChannels(), GetPixelInfo(), GetPixelInfoPixel(), _Image::gravity, GravityAdjustGeometry(), LogMagickEvent(), magick_restrict, MagickCoreSignature, MagickFalse, MagickTrue, _Image::page, QueueCacheViewAuthenticPixels(), _Image::rows, SetGeometry(), SetImageBackgroundColor(), SetImageColorspace(), SetImageProgress(), SetImageStorageClass(), SetPixelViaPixelInfo(), _ExceptionInfo::signature, _Image::signature, sRGBColorspace, SyncCacheViewAuthenticPixels(), TraceEvent, UndefinedPixelTrait, _RectangleInfo::x, and _RectangleInfo::y.
MagickExport ExceptionType CatchImageException | ( | Image * | image | ) |
Definition at line 625 of file image.c.
References AcquireExceptionInfo(), CatchException(), _Image::debug, DestroyExceptionInfo(), _ImageView::exception, _Image::filename, GetMagickModule, _ImageView::image, LogMagickEvent(), MagickCoreSignature, MagickFalse, _ExceptionInfo::severity, _Image::signature, and TraceEvent.
MagickExport MagickBooleanType ClipImage | ( | Image * | image, |
ExceptionInfo * | exception | ||
) |
Definition at line 677 of file image.c.
References ClipImagePath(), _ImageView::exception, _ImageView::image, and MagickTrue.
MagickExport MagickBooleanType ClipImagePath | ( | Image * | image, |
const char * | pathname, | ||
const MagickBooleanType | inside, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 682 of file image.c.
References AcquireImageInfo(), AcquireString(), BlobToImage(), ConcatenateMagickString(), CopyMagickString(), _Image::debug, DestroyImage(), DestroyImageInfo(), DestroyString(), DirectClass, _ImageView::exception, _Image::filename, _ImageInfo::filename, FormatLocaleString(), GetImageProperty(), GetMagickModule, _ImageView::image, LogMagickEvent(), _Image::magick_filename, MagickCoreSignature, MagickFalse, MagickPathExtent, MagickTrue, _Image::mask_trait, NegateImage(), OptionError, PseudoClass, SetImageMask(), SetImageStorageClass(), _Image::signature, _Image::storage_class, SyncImage(), ThrowFileException, TraceEvent, UpdatePixelTrait, and WritePixelMask.
Referenced by ClipImage().
MagickExport Image* CloneImage | ( | const Image * | image, |
const size_t | columns, | ||
const size_t | rows, | ||
const MagickBooleanType | detach, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 779 of file image.c.
References AcquireCriticalMemory(), AcquireQuantumMemory(), AcquireSemaphoreInfo(), _Image::alpha_trait, _Image::ascii85, Ascii85Initialize(), _Image::blob, _Image::cache, CastDoubleToLong(), _Image::channel_map, _Image::channel_mask, _Image::channels, _Image::client_data, CloneBlobInfo(), CloneImageArtifacts(), CloneImageInfo(), CloneImageProfiles(), CloneImageProperties(), ClonePixelCache(), ClonePixelChannelMap(), CloneString(), _Image::colormap, _Image::colors, _Image::colorspace, _Image::columns, CopyMagickString(), CorruptImageError, _Image::debug, DestroyImage(), _Image::directory, _Image::dither, _ImageView::exception, _Image::extent, _Image::filename, GetMagickModule, GetTimerInfo(), _RectangleInfo::height, _ImageView::image, _Image::image_info, IsEventLogging(), _Image::list, LogMagickEvent(), _Image::magick, _Image::magick_columns, _Image::magick_filename, _Image::magick_rows, MagickCoreSignature, MagickFalse, MagickPathExtent, _Image::mask_trait, _Image::metacontent_extent, _Image::montage, NewImageList(), _Image::next, _Image::number_channels, _Image::number_meta_channels, _Image::page, _Image::ping, _Image::previous, _Image::progress_monitor, _Image::reference_count, ReferenceBlob(), ReferencePixelCache(), ResourceLimitError, _Image::rows, _Image::semaphore, SetImageExtent(), _ExceptionInfo::signature, _Image::signature, _Image::storage_class, ThrowImageException, ThrowMagickException(), _Image::tile_offset, _Image::timer, TraceEvent, _Image::type, _RectangleInfo::width, _RectangleInfo::x, and _RectangleInfo::y.
Referenced by AcquireImageCanvas(), AdaptiveBlurImage(), AdaptiveSharpenImage(), AdaptiveThresholdImage(), AddNoiseImage(), AppendImages(), AutoOrientImage(), BilateralBlurImage(), BlueShiftImage(), BorderImage(), ChannelFxImage(), ChopImage(), CloneDrawInfo(), CloneImageList(), CloneImages(), CoalesceImages(), ColorizeImage(), ColorMatrixImage(), CombineImages(), CompareImages(), CompareImagesLayers(), ComplexImages(), CompositeImage(), CompositeLayers(), ConnectedComponentsImage(), ConsolidateCMYKImages(), CropImage(), CropImageToTiles(), DeskewImage(), DespeckleImage(), DisposeImages(), DistortImage(), DistortResizeImage(), DrawStrokePolygon(), EnhanceImage(), ExcerptImage(), ExtentImage(), FlipImage(), FloodfillPaintImage(), FlopImage(), ForwardFourierTransformImage(), FrameImage(), FxImage(), GetEdgeBoundingBox(), HuffmanEncodeImage(), ImplodeImage(), InjectImageBlob(), IntegralRotateImage(), InterpolativeResizeImage(), InverseFourierTransformImage(), KuwaharaImage(), LocalContrastImage(), MagnifyImage(), MeanShiftImage(), MergeImageLayers(), ModifyImage(), MontageImageList(), MorphImages(), MorphologyApply(), MotionBlurImage(), OilPaintImage(), OptimizeImageTransparency(), OptimizeLayerFrames(), PolaroidImage(), PreviewImage(), ResizeImage(), RollImage(), RotateImage(), RotationalBlurImage(), SampleImage(), ScaleImage(), SelectiveBlurImage(), SeparateImage(), SepiaToneImage(), ShadeImage(), ShadowImage(), ShearImage(), SimilarityImage(), SketchImage(), SmushImages(), SparseColorImage(), SpliceImage(), SpreadImage(), StatisticImage(), SteganoImage(), StereoAnaglyphImage(), SwirlImage(), TextureImage(), TintImage(), TransformImage(), TransposeImage(), TransverseImage(), TrimImage(), UniqueImageColors(), VignetteImage(), WaveImage(), and WaveletDenoiseImage().
MagickExport ImageInfo* CloneImageInfo | ( | const ImageInfo * | image_info | ) |
Definition at line 927 of file image.c.
References AcquireImageInfo(), _ImageInfo::adjoin, _ImageInfo::antialias, _ImageInfo::background_color, _ImageInfo::blob, _ImageInfo::border_color, _ImageInfo::cache, _ImageInfo::channel, _ImageInfo::client_data, CloneImageOptions(), CloneString(), CloneStringInfo(), _ImageInfo::colorspace, _ImageInfo::compression, CopyMagickString(), _ImageInfo::custom_stream, _ImageInfo::debug, _ImageInfo::density, _ImageInfo::depth, _ImageInfo::dither, _ImageInfo::endian, _ImageInfo::extract, _ImageInfo::file, _ImageInfo::filename, _ImageInfo::font, _ImageInfo::fuzz, _ImageInfo::interlace, IsEventLogging(), _ImageInfo::length, _ImageInfo::magick, MagickPathExtent, _ImageInfo::matte_color, _ImageInfo::monochrome, _ImageInfo::number_scenes, _ImageInfo::orientation, _ImageInfo::page, _ImageInfo::ping, _ImageInfo::pointsize, _ImageInfo::profile, _ImageInfo::progress_monitor, _ImageInfo::quality, ReferencePixelCache(), _ImageInfo::sampling_factor, _ImageInfo::scene, _ImageInfo::scenes, _ImageInfo::server_name, SetImageInfoBlob(), SetImageInfoFile(), _ImageInfo::signature, _ImageInfo::size, _ImageInfo::stream, _ImageInfo::temporary, _ImageInfo::texture, _ImageInfo::transparent_color, _ImageInfo::type, _ImageInfo::unique, _ImageInfo::units, and _ImageInfo::verbose.
Referenced by BlobToImage(), CloneImage(), CustomStreamToImage(), GetDrawInfo(), GetImageRegistry(), ImagesToBlob(), ImagesToCustomStream(), ImageToBlob(), ImageToCustomStream(), InjectImageBlob(), InterpretImageProperties(), InvokeDelegate(), MontageImageList(), PingBlob(), PingImage(), PingImages(), ReadImage(), ReadImages(), ReadInlineImage(), ReadStream(), SetImageRegistry(), StreamImage(), SyncImageSettings(), WriteImage(), WriteImages(), WriteStream(), and WriteStreamImage().
MagickExport MagickBooleanType CopyImagePixels | ( | Image * | image, |
const Image * | source_image, | ||
const RectangleInfo * | geometry, | ||
const OffsetInfo * | offset, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 1036 of file image.c.
References AcquireAuthenticCacheView(), AcquireVirtualCacheView(), _Image::columns, CopyImageTag, _Image::debug, DestroyCacheView(), DirectClass, _ImageView::exception, _Image::filename, GetCacheViewVirtualPixels(), GetMagickModule, GetPixelChannelChannel(), GetPixelChannels(), GetPixelChannelTraits(), _RectangleInfo::height, _ImageView::image, LogMagickEvent(), magick_restrict, MagickFalse, MagickTrue, OptionError, _Image::progress_monitor, QueueCacheViewAuthenticPixels(), _Image::rows, SetImageProgress(), SetImageStorageClass(), SetPixelChannel(), SyncCacheViewAuthenticPixels(), ThrowBinaryException, TraceEvent, UndefinedPixelTrait, UpdatePixelTrait, _RectangleInfo::width, _OffsetInfo::x, _RectangleInfo::x, _OffsetInfo::y, and _RectangleInfo::y.
Referenced by MagnifyImage().
MagickExport Image* DestroyImage | ( | Image * | image | ) |
Definition at line 1168 of file image.c.
References _Image::ascii85, _Image::channel_map, _Image::colormap, _Image::debug, DestroyBlob(), DestroyImageArtifacts(), DestroyImageInfo(), DestroyImagePixels(), DestroyImageProfiles(), DestroyImageProperties(), DestroyPixelChannelMap(), DestroyString(), _Image::directory, _Image::filename, _Image::geometry, GetMagickModule, _ImageView::image, _Image::image_info, LockSemaphoreInfo(), LogMagickEvent(), MagickCoreSignature, MagickFalse, MagickTrue, _Image::montage, _Image::reference_count, RelinquishMagickMemory(), RelinquishSemaphoreInfo(), _Image::semaphore, _Image::signature, TraceEvent, and UnlockSemaphoreInfo().
Referenced by AdaptiveBlurImage(), AdaptiveSharpenImage(), AdaptiveThresholdImage(), AddNoiseImage(), AppendImages(), BilateralBlurImage(), BlueShiftImage(), BorderImage(), CannyEdgeImage(), CharcoalImage(), ChopImage(), ClipImagePath(), CloneImage(), CoalesceImages(), ColorizeImage(), ColorMatrixImage(), CombineImages(), CompareImages(), CompareImagesLayers(), CompositeImage(), CompositeLayers(), ConnectedComponentsImage(), ConstituteImage(), CropImage(), CropToFitImage(), DeleteImageFromList(), DeskewImage(), DespeckleImage(), DestroyCacheView(), DestroyDrawInfo(), DestroyResampleFilter(), DestroyStreamInfo(), DisposeImages(), DistortImage(), DistortResizeImage(), DrawClipPath(), DrawClippingMask(), DrawCompositeMask(), DrawPatternPath(), DrawPrimitive(), DrawStrokePolygon(), EnhanceImage(), EvaluateImages(), ExcerptImage(), ExtentImage(), FlipImage(), FloodfillPaintImage(), FlopImage(), ForwardFourierTransformImage(), FrameImage(), FxImage(), GetEdgeBackgroundCensus(), GetEdgeBackgroundColor(), GetEdgeBoundingBox(), GetImageMask(), GetImagePerceptualHash(), GetSimilarityMetric(), HuffmanEncodeImage(), IdentifyImage(), ImplodeImage(), InjectImageBlob(), IntegralRotateImage(), InterpolativeResizeImage(), InterpretImageProperties(), InverseFourierTransformImage(), KuwaharaImage(), LocalContrastImage(), MagnifyImage(), MatrixToImage(), MeanShiftImage(), MontageImageList(), MorphImages(), MorphologyApply(), MotionBlurImage(), NewMagickImage(), OilPaintImage(), OptimizeImageTransparency(), OptimizeLayerFrames(), PolaroidImage(), PolynomialImage(), PreviewImage(), ReadImage(), RenderMVGContent(), RenderPostscript(), ReplaceImageInList(), ReplaceImageInListReturnLast(), ResamplePixelColor(), ResizeImage(), RollImage(), RotateImage(), RotationalBlurImage(), SampleImage(), ScaleImage(), SelectiveBlurImage(), SeparateImage(), SepiaToneImage(), SetImageInfo(), ShadeImage(), ShadowImage(), ShearImage(), ShearRotateImage(), SimilarityImage(), SketchImage(), SmushImages(), SparseColorImage(), SpliceImage(), SpreadImage(), StatisticImage(), SteganoImage(), StereoAnaglyphImage(), StreamImage(), SwirlImage(), TextureImage(), ThumbnailImage(), TintImage(), TransformImage(), TransposeImage(), TransverseImage(), UniqueImageColors(), UnsharpMaskImage(), VignetteImage(), WaveImage(), and WaveletDenoiseImage().
MagickExport ImageInfo* DestroyImageInfo | ( | ImageInfo * | image_info | ) |
Definition at line 1239 of file image.c.
References _ImageInfo::cache, _ImageInfo::debug, _ImageInfo::density, DestroyImageOptions(), DestroyPixelCache(), DestroyString(), DestroyStringInfo(), _ImageInfo::extract, _ImageInfo::filename, _ImageInfo::font, GetMagickModule, LogMagickEvent(), MagickCoreSignature, MagickFalse, _ImageInfo::page, _ImageInfo::profile, RelinquishMagickMemory(), _ImageInfo::sampling_factor, _ImageInfo::scenes, _ImageInfo::server_name, _ImageInfo::signature, _ImageInfo::size, _ImageInfo::texture, and TraceEvent.
Referenced by BlobToImage(), ClipImagePath(), CustomStreamToImage(), DestroyImage(), DestroyRegistryNode(), DrawPatternPath(), DrawPrimitive(), GetDrawInfo(), GlobExpression(), HoughLineImage(), IdentifyImage(), ImagesToBlob(), ImagesToCustomStream(), ImageToBlob(), ImageToCustomStream(), InjectImageBlob(), InterpretImageProperties(), InvokeDelegate(), MontageImageList(), MontageImages(), PingBlob(), PingImage(), PingImages(), PreviewImage(), ReadImage(), ReadImages(), ReadInlineImage(), ReadStream(), RenderPostscript(), SetImageProperty(), SetImageType(), StreamImage(), SyncImageSettings(), WriteImage(), WriteImages(), WriteStream(), and WriteStreamImage().
MagickExport void DisassociateImageStream | ( | Image * | image | ) |
Definition at line 1301 of file image.c.
References _Image::debug, DisassociateBlob(), _Image::filename, GetMagickModule, _ImageView::image, LogMagickEvent(), MagickCoreSignature, MagickFalse, _Image::signature, and TraceEvent.
Referenced by WriteImage().
MagickExport void GetImageInfo | ( | ImageInfo * | image_info | ) |
Definition at line 1332 of file image.c.
References AcquireExceptionInfo(), _ImageInfo::adjoin, AllCompliance, _ImageInfo::antialias, _ImageInfo::background_color, BackgroundColor, _ImageInfo::border_color, BorderColor, _ImageInfo::channel, _ImageInfo::debug, DefaultChannels, DestroyExceptionInfo(), DestroyString(), _ImageInfo::dither, _ImageView::exception, GetEnvironmentValue(), GetMagickModule, _ImageInfo::interlace, IsEventLogging(), IsStringTrue(), LogMagickEvent(), MagickCoreSignature, MagickTrue, _ImageInfo::matte_color, MatteColor, NoInterlace, _ImageInfo::quality, QueryColorCompliance(), _ImageInfo::signature, _ImageInfo::synchronize, TraceEvent, _ImageInfo::transparent_color, TransparentColor, and UndefinedCompressionQuality.
Referenced by AcquireImageInfo().
MagickExport FILE* GetImageInfoFile | ( | const ImageInfo * | image_info | ) |
Definition at line 1394 of file image.c.
References _ImageInfo::file.
MagickExport Image* GetImageMask | ( | const Image * | image, |
const PixelMask | type, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 1424 of file image.c.
References AcquireAuthenticCacheView(), AcquireImage(), AcquireVirtualCacheView(), _Image::alpha_trait, _Image::channels, _Image::columns, CompositeMaskChannel, _Image::debug, DestroyCacheView(), DestroyImage(), _ImageView::exception, GetCacheViewAuthenticPixels(), GetCacheViewVirtualPixels(), GetMagickModule, GetPixelChannels(), GetPixelCompositeMask(), GetPixelReadMask(), GetPixelWriteMask(), GRAYColorspace, _ImageView::image, LogMagickEvent(), magick_restrict, MagickCoreSignature, MagickFalse, MagickTrue, ReadMaskChannel, ReadPixelMask, _Image::rows, SetImageColorspace(), SetImageExtent(), SetPixelGray(), _Image::signature, SyncCacheViewAuthenticPixels(), TraceEvent, UndefinedPixelTrait, WriteMaskChannel, and WritePixelMask.
MagickExport ssize_t GetImageReferenceCount | ( | Image * | image | ) |
Definition at line 1553 of file image.c.
References _Image::debug, _Image::filename, GetMagickModule, _ImageView::image, LockSemaphoreInfo(), LogMagickEvent(), MagickCoreSignature, MagickFalse, _Image::reference_count, _Image::semaphore, _Image::signature, TraceEvent, and UnlockSemaphoreInfo().
Referenced by ModifyImage().
MagickExport VirtualPixelMethod GetImageVirtualPixelMethod | ( | const Image * | image | ) |
Definition at line 1592 of file image.c.
References _Image::debug, _Image::filename, GetMagickModule, GetPixelCacheVirtualMethod(), _ImageView::image, LogMagickEvent(), MagickCoreSignature, MagickFalse, _Image::signature, and TraceEvent.
Referenced by AcquireResampleFilter(), AcquireVirtualCacheView(), and DistortResizeImage().
MagickExport size_t InterpretImageFilename | ( | const ImageInfo * | image_info, |
Image * | image, | ||
const char * | format, | ||
int | value, | ||
char * | filename, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 1636 of file image.c.
References ConcatenateMagickString(), CopyMagickString(), _ImageView::exception, FormatLocaleString(), GetImageArtifact(), GetImageOption(), GetImageProperty(), _ImageView::image, LocaleNCompare(), MagickFalse, MagickPathExtent, and MagickTrue.
Referenced by OpenBlob(), PingImages(), ReadImages(), and SetImageInfo().
MagickExport MagickBooleanType IsHighDynamicRangeImage | ( | const Image * | image, |
ExceptionInfo * | exception | ||
) |
Definition at line 1791 of file image.c.
References AcquireVirtualCacheView(), _Image::columns, _Image::debug, DestroyCacheView(), _ImageView::exception, _Image::filename, GetCacheViewVirtualPixels(), GetMagickModule, GetPixelChannels(), GetPixelChannelTraits(), _ImageView::image, LogMagickEvent(), MagickCoreSignature, MagickFalse, MagickTrue, QuantumRange, _Image::rows, _Image::signature, TraceEvent, and UndefinedPixelTrait.
MagickExport MagickBooleanType IsImageObject | ( | const Image * | image | ) |
Definition at line 1890 of file image.c.
References _Image::debug, GetMagickModule, GetNextImageInList(), _ImageView::image, LogMagickEvent(), MagickCoreSignature, MagickFalse, MagickTrue, _Image::signature, and TraceEvent.
MagickExport MagickBooleanType IsTaintImage | ( | const Image * | image | ) |
Definition at line 1927 of file image.c.
References CopyMagickString(), _Image::debug, _Image::filename, GetMagickModule, GetNextImageInList(), _ImageView::image, LocaleCompare(), LogMagickEvent(), _Image::magick, MagickCoreSignature, MagickFalse, MagickPathExtent, MagickTrue, _Image::signature, _Image::taint, and TraceEvent.
Referenced by WriteImage().
MagickExport MagickBooleanType ModifyImage | ( | Image ** | image, |
ExceptionInfo * | exception | ||
) |
Definition at line 1980 of file image.c.
References CloneImage(), _ImageView::exception, GetImageReferenceCount(), GetMagickModule, _ImageView::image, LockSemaphoreInfo(), LogMagickEvent(), MagickCoreSignature, MagickFalse, MagickTrue, TraceEvent, and UnlockSemaphoreInfo().
MagickExport Image* NewMagickImage | ( | const ImageInfo * | image_info, |
const size_t | width, | ||
const size_t | height, | ||
const PixelInfo * | background, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 2034 of file image.c.
References AcquireAuthenticCacheView(), AcquireImage(), _PixelInfo::alpha_trait, _Image::alpha_trait, _Image::colorspace, _PixelInfo::colorspace, _Image::columns, _ImageInfo::debug, _Image::depth, _PixelInfo::depth, DestroyCacheView(), DestroyImage(), _ImageView::exception, _PixelInfo::fuzz, _Image::fuzz, GetMagickModule, GetPixelChannels(), _ImageView::image, LogMagickEvent(), magick_restrict, MagickCoreSignature, MagickFalse, MagickTrue, QueueCacheViewAuthenticPixels(), _Image::rows, SetPixelViaPixelInfo(), _ImageInfo::signature, SyncCacheViewAuthenticPixels(), and TraceEvent.
|
inlinestatic |
MagickExport Image* ReferenceImage | ( | Image * | image | ) |
Definition at line 2121 of file image.c.
References _Image::debug, GetMagickModule, _ImageView::image, LockSemaphoreInfo(), LogMagickEvent(), MagickCoreSignature, MagickFalse, _Image::reference_count, _Image::semaphore, _Image::signature, TraceEvent, and UnlockSemaphoreInfo().
Referenced by AcquireResampleFilter(), AcquireVirtualCacheView(), CloneCacheView(), and OptimizeLayerFrames().
MagickExport MagickBooleanType ResetImagePage | ( | Image * | image, |
const char * | page | ||
) |
Definition at line 2157 of file image.c.
References AspectValue, _Image::columns, _Image::debug, _Image::filename, GetMagickModule, _RectangleInfo::height, HeightValue, _ImageView::image, LogMagickEvent(), MagickCoreSignature, MagickFalse, MagickTrue, _Image::page, ParseAbsoluteGeometry(), _Image::rows, _Image::signature, TraceEvent, _RectangleInfo::width, WidthValue, _RectangleInfo::x, XValue, _RectangleInfo::y, and YValue.
MagickExport MagickBooleanType ResetImagePixels | ( | Image * | image, |
ExceptionInfo * | exception | ||
) |
Definition at line 2228 of file image.c.
References AcquireAuthenticCacheView(), AcquirePixelCachePixels(), _Image::columns, _Image::debug, DestroyCacheView(), _ImageView::exception, GetMagickModule, GetPixelChannels(), _ImageView::image, LogMagickEvent(), magick_restrict, MagickCoreSignature, MagickFalse, MagickTrue, QueueCacheViewAuthenticPixels(), _Image::rows, _Image::signature, SyncCacheViewAuthenticPixels(), and TraceEvent.
Referenced by ConstituteImage().
MagickExport MagickBooleanType SetImageAlpha | ( | Image * | image, |
const Quantum | alpha, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 2324 of file image.c.
References AcquireAuthenticCacheView(), _Image::alpha_trait, BlendPixelTrait, _Image::columns, _Image::debug, DestroyCacheView(), _ImageView::exception, GetCacheViewAuthenticPixels(), GetMagickModule, GetPixelChannels(), GetPixelWriteMask(), _ImageView::image, LogMagickEvent(), magick_restrict, MagickCoreSignature, MagickFalse, MagickTrue, QuantumRange, _Image::rows, SetPixelAlpha(), _Image::signature, SyncCacheViewAuthenticPixels(), and TraceEvent.
Referenced by ColorizeImage(), ConformPixelInfo(), DrawPrimitive(), FloodfillPaintImage(), FrameImage(), SetImageAlphaChannel(), SketchImage(), SpliceImage(), and WaveImage().
MagickExport MagickBooleanType SetImageBackgroundColor | ( | Image * | image, |
ExceptionInfo * | exception | ||
) |
Definition at line 2403 of file image.c.
References AcquireAuthenticCacheView(), _PixelInfo::alpha_trait, _Image::alpha_trait, _Image::background_color, _Image::columns, ConformPixelInfo(), _Image::debug, DestroyCacheView(), DirectClass, _ImageView::exception, GetMagickModule, GetPixelChannels(), _ImageView::image, LogMagickEvent(), magick_restrict, MagickCoreSignature, MagickFalse, MagickTrue, OnAlphaChannel, QueueCacheViewAuthenticPixels(), _Image::rows, SetImageAlphaChannel(), SetImageStorageClass(), SetPixelViaPixelInfo(), _Image::signature, SyncCacheViewAuthenticPixels(), TraceEvent, and UndefinedPixelTrait.
Referenced by AppendImages(), CoalesceImages(), CompareImagesLayers(), CropImage(), DisposeImages(), DrawClippingMask(), DrawCompositeMask(), DrawPatternPath(), ExtentImage(), FloodfillPaintImage(), InterpretImageProperties(), MergeImageLayers(), MontageImageList(), OptimizeImageTransparency(), OptimizeLayerFrames(), PolaroidImage(), RenderHoughLines(), SmushImages(), SpliceImage(), TrimImage(), and VignetteImage().
MagickExport ChannelType SetImageChannelMask | ( | Image * | image, |
const ChannelType | channel_mask | ||
) |
Definition at line 2487 of file image.c.
References _ImageView::image, and SetPixelChannelMask().
Referenced by AutoGammaImage(), DrawPrimitive(), LevelImageColors(), MinMaxStretchImage(), SeparateImage(), SetImageType(), ShadowImage(), and WhiteBalanceImage().
MagickExport MagickBooleanType SetImageColor | ( | Image * | image, |
const PixelInfo * | color, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 2520 of file image.c.
References AcquireAuthenticCacheView(), _PixelInfo::alpha_trait, _Image::alpha_trait, _Image::colorspace, _PixelInfo::colorspace, _Image::columns, _Image::debug, _Image::depth, _PixelInfo::depth, DestroyCacheView(), _ImageView::exception, _PixelInfo::fuzz, _Image::fuzz, GetMagickModule, GetPixelChannels(), _ImageView::image, LogMagickEvent(), magick_restrict, MagickCoreSignature, MagickFalse, MagickTrue, QueueCacheViewAuthenticPixels(), _Image::rows, SetPixelViaPixelInfo(), _Image::signature, SyncCacheViewAuthenticPixels(), and TraceEvent.
MagickExport MagickBooleanType SetImageExtent | ( | Image * | image, |
const size_t | columns, | ||
const size_t | rows, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 2645 of file image.c.
References _Image::columns, _Image::depth, _ImageView::exception, _Image::filename, GetMagickModule, _ImageView::image, ImageError, _Image::rows, SyncImagePixelCache(), ThrowBinaryException, and ThrowMagickException().
Referenced by CloneImage(), ConstituteImage(), DrawClippingMask(), DrawCompositeMask(), GetImageMask(), InterpretImageProperties(), PolaroidImage(), and RenderHoughLines().
MagickExport MagickBooleanType SetImageInfo | ( | ImageInfo * | image_info, |
const unsigned int | frames, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 2701 of file image.c.
References AcquireExceptionInfo(), AcquireImage(), AcquireQuantumMemory(), _ImageInfo::adjoin, _ImageInfo::affirm, CanonicalPath, CloneString(), CloseBlob(), CopyMagickString(), _ImageInfo::debug, DestroyExceptionInfo(), DestroyImage(), _ImageInfo::endian, _ImageView::exception, ExplicitFormatType, ExtensionPath, _ImageInfo::extract, _Image::filename, _ImageInfo::filename, _MagickInfo::format_type, GetDelegateInfo(), GetMagicInfo(), GetMagickAdjoin(), GetMagickEndianSupport(), GetMagickInfo(), GetMagickModule, GetMagickUseExtension(), GetMagicName(), GetMagicPatternExtent(), GetPathComponent(), _ImageView::image, ImageToFile(), InterpretImageFilename(), IsBlobExempt(), IsBlobSeekable(), IsGeometry(), IsGlob(), IsMagickConflict(), IsSceneGeometry(), LocaleCompare(), LocaleUpper(), LogMagickEvent(), _ImageInfo::magick, _MagickInfo::magick_module, MagickCoreSignature, MagickFalse, MagickPath, MagickPathExtent, MagickTrue, _MagickInfo::name, _ImageInfo::number_scenes, OpenBlob(), ReadBinaryBlobMode, ReadBlob(), RelinquishMagickMemory(), RelinquishUniqueFileResource(), _ImageInfo::scene, _ImageInfo::scenes, SeekBlob(), SetImageInfoFile(), _ImageInfo::signature, StringToUnsignedLong(), SubcanonicalPath, SubimagePath, Swap, _ImageInfo::temporary, TraceEvent, UndefinedEndian, and UndefinedFormatType.
Referenced by BlobToImage(), CustomStreamToImage(), DrawPrimitive(), GlobExpression(), ImagesToBlob(), ImagesToCustomStream(), ImageToBlob(), ImageToCustomStream(), InvokeDelegate(), PingBlob(), PingImages(), ReadImage(), ReadImages(), SetImageProperty(), WriteImage(), WriteImages(), and WriteStreamImage().
MagickExport void SetImageInfoBlob | ( | ImageInfo * | image_info, |
const void * | blob, | ||
const size_t | length | ||
) |
Definition at line 3068 of file image.c.
References _ImageInfo::blob, _ImageInfo::debug, _ImageInfo::filename, GetMagickModule, _ImageInfo::length, LogMagickEvent(), MagickCoreSignature, MagickFalse, _ImageInfo::signature, and TraceEvent.
Referenced by CloneImageInfo().
MagickExport void SetImageInfoCustomStream | ( | ImageInfo * | image_info, |
CustomStreamInfo * | custom_stream | ||
) |
Definition at line 3105 of file image.c.
References _ImageInfo::custom_stream, _ImageInfo::debug, _ImageInfo::filename, GetMagickModule, LogMagickEvent(), MagickCoreSignature, MagickFalse, _ImageInfo::signature, and TraceEvent.
MagickExport void SetImageInfoFile | ( | ImageInfo * | image_info, |
FILE * | file | ||
) |
Definition at line 3140 of file image.c.
References _ImageInfo::debug, _ImageInfo::file, _ImageInfo::filename, GetMagickModule, LogMagickEvent(), MagickCoreSignature, MagickFalse, _ImageInfo::signature, and TraceEvent.
Referenced by CloneImageInfo(), InjectImageBlob(), and SetImageInfo().
MagickExport MagickBooleanType SetImageMask | ( | Image * | image, |
const PixelMask | type, | ||
const Image * | mask, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 3180 of file image.c.
References AcquireAuthenticCacheView(), AcquireVirtualCacheView(), _Image::channels, ClampToQuantum(), _Image::columns, CompositeMaskChannel, _Image::debug, DestroyCacheView(), _ImageView::exception, GetCacheViewAuthenticPixels(), GetCacheViewVirtualPixels(), GetMagickModule, GetPixelChannels(), GetPixelIntensity(), _ImageView::image, LogMagickEvent(), magick_restrict, MagickCoreSignature, MagickFalse, MagickTrue, _Image::mask_trait, ReadMaskChannel, ReadPixelMask, _Image::rows, SetPixelCompositeMask(), SetPixelReadMask(), SetPixelWriteMask(), _Image::signature, SyncCacheViewAuthenticPixels(), SyncImagePixelCache(), TraceEvent, UndefinedPixelTrait, UpdatePixelTrait, WriteMaskChannel, and WritePixelMask.
Referenced by ClipImagePath(), CompareImages(), DrawClipPath(), DrawClippingMask(), DrawCompositeMask(), DrawPrimitive(), and RenderMVGContent().
MagickExport MagickBooleanType SetImageRegionMask | ( | Image * | image, |
const PixelMask | type, | ||
const RectangleInfo * | region, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 3337 of file image.c.
References AcquireAuthenticCacheView(), _Image::channels, _Image::columns, CompositeMaskChannel, _Image::debug, DestroyCacheView(), _ImageView::exception, GetCacheViewAuthenticPixels(), GetMagickModule, GetPixelChannels(), _RectangleInfo::height, _ImageView::image, LogMagickEvent(), magick_restrict, MagickCoreSignature, MagickFalse, MagickTrue, _Image::mask_trait, QuantumRange, ReadMaskChannel, ReadPixelMask, _Image::rows, SetPixelCompositeMask(), SetPixelReadMask(), SetPixelWriteMask(), _Image::signature, SyncCacheViewAuthenticPixels(), SyncImagePixelCache(), TraceEvent, UndefinedPixelTrait, UpdatePixelTrait, _RectangleInfo::width, WriteMaskChannel, WritePixelMask, _RectangleInfo::x, and _RectangleInfo::y.
MagickExport MagickBooleanType SetImageStorageClass | ( | Image * | image, |
const ClassType | storage_class, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 2603 of file image.c.
References _Image::debug, _ImageView::exception, _Image::filename, GetMagickModule, _ImageView::image, LogMagickEvent(), MagickCoreSignature, MagickFalse, _ExceptionInfo::signature, _Image::signature, _Image::storage_class, SyncImagePixelCache(), and TraceEvent.
Referenced by AcquireImageColormap(), AdaptiveBlurImage(), AdaptiveSharpenImage(), AdaptiveThresholdImage(), AddNoiseImage(), AnnotateImage(), AppendImages(), BilateralBlurImage(), BilevelImage(), BlackThresholdImage(), BlueShiftImage(), ChannelFxImage(), ClipImagePath(), ClutImage(), ColorizeImage(), ColorMatrixImage(), CombineImages(), CompareImages(), ComplexImages(), CompositeImage(), ConsolidateCMYKImages(), CopyImagePixels(), DespeckleImage(), DistortImage(), DrawAffineImage(), DuplexTransferImageViewIterator(), EnhanceImage(), EvaluateImage(), EvaluateImages(), FloodfillPaintImage(), FrameImage(), FunctionImage(), FxImage(), GrayscaleImage(), HaldClutImage(), HorizontalFilter(), ImplodeImage(), ImportImagePixels(), InterpolativeResizeImage(), KuwaharaImage(), LocalContrastImage(), MeanShiftImage(), MorphImages(), MorphologyApply(), MotionBlurImage(), OilPaintImage(), OpaquePaintImage(), OrderedDitherImage(), PlasmaImage(), PolynomialImage(), ProfileImage(), RaiseImage(), RandomThresholdImage(), RangeThresholdImage(), RenderMVGContent(), RotationalBlurImage(), ScaleImage(), SelectiveBlurImage(), SeparateImage(), SepiaToneImage(), SetCacheViewStorageClass(), SetImageAlphaChannel(), SetImageBackgroundColor(), SetImageType(), SetImageViewIterator(), ShadeImage(), ShearImage(), ShearRotateImage(), SimilarityImage(), SmushImages(), SparseColorImage(), SpliceImage(), SpreadImage(), sRGBTransformImage(), StatisticImage(), SteganoImage(), StereoAnaglyphImage(), SwirlImage(), TextureImage(), TintImage(), TransferImageViewIterator(), TransformsRGBImage(), TransparentPaintImage(), TransparentPaintImageChroma(), UniqueImageColors(), UpdateImageViewIterator(), VerticalFilter(), VignetteImage(), WaveImage(), WaveletDenoiseImage(), WhiteBalanceImage(), and WhiteThresholdImage().
MagickExport VirtualPixelMethod SetImageVirtualPixelMethod | ( | Image * | image, |
const VirtualPixelMethod | virtual_pixel_method, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 3487 of file image.c.
References _Image::debug, _ImageView::exception, _Image::filename, GetMagickModule, _ImageView::image, LogMagickEvent(), MagickCoreSignature, MagickFalse, SetPixelCacheVirtualMethod(), _Image::signature, and TraceEvent.
Referenced by DeskewImage(), DistortResizeImage(), RotateImage(), ShadowImage(), SyncImageSettings(), and TextureImage().
MagickExport Image* SmushImages | ( | const Image * | images, |
const MagickBooleanType | stack, | ||
const ssize_t | offset, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 3674 of file image.c.
References _Image::alpha_trait, BlendPixelTrait, CloneImage(), _Image::columns, CompositeImage(), _Image::debug, DestroyImage(), DirectClass, _ImageView::exception, _Image::filename, GetMagickModule, GetNextImageInList(), _Image::gravity, GravityAdjustGeometry(), _ImageView::image, LogMagickEvent(), MagickCoreSignature, MagickFalse, MagickTrue, OverCompositeOp, _Image::previous, _Image::rows, SetGeometry(), SetImageBackgroundColor(), SetImageProgress(), SetImageStorageClass(), _ExceptionInfo::signature, _Image::signature, SmushImageTag, SmushXGap(), SmushYGap(), TraceEvent, UndefinedPixelTrait, _RectangleInfo::x, and _RectangleInfo::y.
|
static |
Definition at line 3532 of file image.c.
References AcquireVirtualCacheView(), _Image::columns, DestroyCacheView(), _ImageView::exception, GetCacheViewVirtualPixels(), GetPixelAlpha(), _Image::gravity, GravityAdjustGeometry(), _Image::previous, _Image::rows, SetGeometry(), TransparentAlpha, and _RectangleInfo::y.
Referenced by SmushImages().
|
static |
Definition at line 3603 of file image.c.
References AcquireVirtualCacheView(), _Image::columns, DestroyCacheView(), _ImageView::exception, GetCacheViewVirtualPixels(), GetPixelAlpha(), _Image::gravity, GravityAdjustGeometry(), _Image::previous, _Image::rows, SetGeometry(), TransparentAlpha, and _RectangleInfo::x.
Referenced by SmushImages().
MagickExport MagickBooleanType StripImage | ( | Image * | image, |
ExceptionInfo * | exception | ||
) |
Definition at line 3825 of file image.c.
References _Image::debug, DeleteImageProperty(), DestroyImageProfiles(), _ImageView::exception, GetMagickModule, _ImageView::image, LogMagickEvent(), MagickFalse, SetImageArtifact(), and TraceEvent.
MagickExport MagickBooleanType SyncImage | ( | Image * | image, |
ExceptionInfo * | exception | ||
) |
Definition at line 3878 of file image.c.
References AcquireAuthenticCacheView(), _Image::colormap, _Image::columns, CorruptImageWarning, _Image::debug, DestroyCacheView(), _ImageView::exception, _Image::filename, GetCacheViewAuthenticPixels(), GetMagickModule, GetPixelChannels(), GetPixelIndex(), _ImageView::image, LogMagickEvent(), magick_restrict, MagickCoreSignature, MagickFalse, MagickTrue, _Image::ping, PseudoClass, PushColormapIndex(), _Image::rows, SetPixelViaPixelInfo(), _Image::signature, _Image::storage_class, SyncCacheViewAuthenticPixels(), _Image::taint, ThrowMagickException(), and TraceEvent.
Referenced by AssignImageColors(), ClampImage(), Classify(), ClipImagePath(), ColorThresholdImage(), ConnectedComponentsImage(), GrayscaleImage(), KmeansImage(), PerceptibleImage(), SolarizeImage(), sRGBTransformImage(), and TransformsRGBImage().
MagickExport MagickBooleanType SyncImageSettings | ( | const ImageInfo * | image_info, |
Image * | image, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 4000 of file image.c.
References AllCompliance, _Image::background_color, _Image::black_point_compensation, _ChromaticityInfo::blue_primary, _Image::border_color, _Image::chromaticity, CloneImageInfo(), _Image::compose, _Image::compression, _Image::debug, _Image::depth, DestroyImageInfo(), DestroyString(), _Image::endian, _ImageView::exception, _Image::filename, _Image::filter, _Image::fuzz, GetImageOption(), GetMagickModule, GetPageGeometry(), _Image::gravity, _ChromaticityInfo::green_primary, _ImageView::image, _Image::image_info, _Image::intensity, _Image::interlace, _Image::interpolate, _Image::iterations, LogMagickEvent(), MagickBooleanOptions, MagickComposeOptions, MagickCompressOptions, MagickCoreSignature, MagickEndianOptions, MagickFalse, MagickFilterOptions, MagickGravityOptions, MagickIntentOptions, MagickInterlaceOptions, MagickInterpolateOptions, MagickOrientationOptions, MagickPixelIntensityOptions, MagickResolutionOptions, MagickTrue, MagickTypeOptions, MagickVirtualPixelOptions, _Image::matte_color, _Image::orientation, _Image::page, ParseAbsoluteGeometry(), ParseCommandOption(), ParseGeometry(), PixelsPerCentimeterResolution, PixelsPerInchResolution, _Image::quality, _ImageInfo::quality, QuantumRange, QueryColorCompliance(), _ChromaticityInfo::red_primary, _Image::rendering_intent, _Image::resolution, _GeometryInfo::rho, _Image::scene, SetImageVirtualPixelMethod(), _GeometryInfo::sigma, SigmaValue, _Image::signature, _ImageInfo::signature, StringToDoubleInterval(), StringToUnsignedLong(), _Image::taint, _Image::tile_offset, TraceEvent, _Image::transparent_color, _Image::type, UndefinedCompressionQuality, UndefinedResolution, _Image::units, _ImageInfo::units, _ChromaticityInfo::white_point, _PrimaryInfo::x, _PointInfo::x, _PrimaryInfo::y, and _PointInfo::y.
Referenced by AcquireImage(), and SyncImagesSettings().
MagickExport MagickBooleanType SyncImagesSettings | ( | ImageInfo * | image_info, |
Image * | images, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 3981 of file image.c.
References _Image::debug, DeleteImageOption(), _ImageView::exception, _Image::filename, GetMagickModule, GetNextImageInList(), _ImageView::image, LogMagickEvent(), MagickCoreSignature, MagickFalse, MagickTrue, _Image::signature, _ImageInfo::signature, SyncImageSettings(), and TraceEvent.