MagickCore
6.9.12-19
Convert, Edit, Or Compose Bitmap Images
|
#include "magick/studio.h"
#include "magick/artifact.h"
#include "magick/cache.h"
#include "magick/color.h"
#include "magick/compare.h"
#include "magick/constitute.h"
#include "magick/distort.h"
#include "magick/draw.h"
#include "magick/effect.h"
#include "magick/exception.h"
#include "magick/exception-private.h"
#include "magick/fourier.h"
#include "magick/gem.h"
#include "magick/geometry.h"
#include "magick/image.h"
#include "magick/image-private.h"
#include "magick/layer.h"
#include "magick/mime-private.h"
#include "magick/memory_.h"
#include "magick/monitor.h"
#include "magick/montage.h"
#include "magick/morphology.h"
#include "magick/option.h"
#include "magick/option-private.h"
#include "magick/policy.h"
#include "magick/property.h"
#include "magick/quantize.h"
#include "magick/quantum.h"
#include "magick/resample.h"
#include "magick/resource_.h"
#include "magick/splay-tree.h"
#include "magick/statistic.h"
#include "magick/string_.h"
#include "magick/threshold.h"
#include "magick/token.h"
#include "magick/utility.h"
#include "magick/visual-effects.h"
MagickExport MagickBooleanType CloneImageOptions | ( | ImageInfo * | image_info, |
const ImageInfo * | clone_info | ||
) |
MagickExport const char* CommandOptionToMnemonic | ( | const CommandOption | option, |
const ssize_t | type | ||
) |
References GetOptionInfo(), and _OptionInfo::mnemonic.
Referenced by AcquireMagickResource(), AcquireResizeFilter(), ClonePixelCacheRepository(), GenerateCoefficients(), GetColorTuple(), GetMagickProperty(), GetMagickPropertyLetter(), IdentifyImage(), IsRightsAuthorized(), ListPolicyInfo(), ListTypeInfo(), LogMagickEventList(), MorphologyApply(), OpenPixelCache(), OptimizeLayerFrames(), RelinquishMagickResource(), SetResampleFilter(), and ShowKernelInfo().
MagickExport MagickBooleanType DefineImageOption | ( | ImageInfo * | image_info, |
const char * | option | ||
) |
References CopyMagickString(), MaxTextExtent, and SetImageOption().
MagickExport MagickBooleanType DeleteImageOption | ( | ImageInfo * | image_info, |
const char * | option | ||
) |
References _ImageInfo::debug, DeleteNodeFromSplayTree(), _ImageInfo::filename, GetMagickModule, LogMagickEvent(), MagickCoreSignature, MagickFalse, _ImageInfo::options, _ImageInfo::signature, and TraceEvent.
Referenced by SetImageOption(), and SyncImagesSettings().
MagickExport void DestroyImageOptions | ( | ImageInfo * | image_info | ) |
References _ImageInfo::debug, DestroySplayTree(), _ImageInfo::filename, GetMagickModule, LogMagickEvent(), MagickCoreSignature, MagickFalse, _ImageInfo::options, _ImageInfo::signature, and TraceEvent.
Referenced by CloneImageOptions(), and DestroyImageInfo().
MagickExport ssize_t GetCommandOptionFlags | ( | const CommandOption | option, |
const MagickBooleanType | list, | ||
const char * | options | ||
) |
MagickExport char** GetCommandOptions | ( | const CommandOption | option | ) |
MagickExport const char* GetImageOption | ( | const ImageInfo * | image_info, |
const char * | key | ||
) |
References _ImageInfo::debug, _ImageInfo::filename, GetMagickModule, GetValueFromSplayTree(), LogMagickEvent(), MagickCoreSignature, MagickFalse, _ImageInfo::options, _ImageInfo::signature, and TraceEvent.
Referenced by AcquireImage(), AcquireQuantizeInfo(), GetDrawInfo(), GetQuantumInfo(), InterpretImageFilename(), InterpretImageProperties(), ReadImage(), SetStreamBuffering(), SyncImageSettings(), and WriteImage().
MagickExport char* GetNextImageOption | ( | const ImageInfo * | image_info | ) |
References _ImageInfo::debug, _ImageInfo::filename, GetMagickModule, GetNextKeyInSplayTree(), LogMagickEvent(), MagickCoreSignature, MagickFalse, _ImageInfo::options, _ImageInfo::signature, and TraceEvent.
Referenced by InterpretImageProperties(), and SyncImageSettings().
|
static |
References AlignOptions, AlphaOptions, AutoThresholdOptions, BooleanOptions, CacheOptions, ChannelOptions, ClassOptions, ClipPathOptions, ColorspaceOptions, CommandOptions, ComplexOptions, ComplianceOptions, ComposeOptions, CompressOptions, DataTypeOptions, DecorateOptions, DirectionOptions, DisposeOptions, DistortOptions, DitherOptions, EndianOptions, EvaluateOptions, FillRuleOptions, FilterOptions, FunctionOptions, GradientOptions, GravityOptions, IntentOptions, InterlaceOptions, InterpolateOptions, KernelOptions, LayerOptions, LineCapOptions, LineJoinOptions, ListOptions, LogEventOptions, MagickAlignOptions, MagickAlphaOptions, MagickAutoThresholdOptions, MagickBooleanOptions, MagickCacheOptions, MagickChannelOptions, MagickClassOptions, MagickClipPathOptions, MagickColorspaceOptions, MagickCommandOptions, MagickComplexOptions, MagickComplianceOptions, MagickComposeOptions, MagickCompressOptions, MagickDataTypeOptions, MagickDebugOptions, MagickDecorateOptions, MagickDirectionOptions, MagickDisposeOptions, MagickDistortOptions, MagickDitherOptions, MagickEndianOptions, MagickEvaluateOptions, MagickFillRuleOptions, MagickFilterOptions, MagickFunctionOptions, MagickGradientOptions, MagickGravityOptions, MagickIntensityOptions, MagickIntentOptions, MagickInterlaceOptions, MagickInterpolateOptions, MagickKernelOptions, MagickLayerOptions, MagickLineCapOptions, MagickLineJoinOptions, MagickListOptions, MagickLogEventOptions, MagickMethodOptions, MagickMetricOptions, MagickModeOptions, MagickMorphologyOptions, MagickNoiseOptions, MagickOrientationOptions, MagickPixelIntensityOptions, MagickPolicyDomainOptions, MagickPolicyRightsOptions, MagickPreviewOptions, MagickPrimitiveOptions, MagickQuantumFormatOptions, MagickResolutionOptions, MagickResourceOptions, MagickSparseColorOptions, MagickStatisticOptions, MagickStorageOptions, MagickStretchOptions, MagickStyleOptions, MagickTypeOptions, MagickValidateOptions, MagickVirtualPixelOptions, MagickWeightOptions, MethodOptions, MetricOptions, ModeOptions, MorphologyOptions, NoiseOptions, OrientationOptions, PixelIntensityOptions, PolicyDomainOptions, PolicyRightsOptions, PreviewOptions, PrimitiveOptions, QuantumFormatOptions, ResolutionOptions, ResourceOptions, SparseColorOptions, StatisticOptions, StorageOptions, StretchOptions, StyleOptions, TypeOptions, ValidateOptions, VirtualPixelOptions, and WeightOptions.
Referenced by CommandOptionToMnemonic(), GetCommandOptionFlags(), GetCommandOptions(), ListCommandOptions(), and ParseCommandOption().
MagickExport MagickBooleanType IsCommandOption | ( | const char * | option | ) |
References MagickFalse, and MagickTrue.
MagickExport MagickBooleanType IsOptionMember | ( | const char * | option, |
const char * | options | ||
) |
References ConstantString(), DestroyString(), GlobExpression(), LocaleCompare(), MagickFalse, MagickTrue, RelinquishMagickMemory(), StringToArgv(), and SubstituteString().
Referenced by ProfileImage().
MagickExport MagickBooleanType ListCommandOptions | ( | FILE * | file, |
const CommandOption | option, | ||
ExceptionInfo * | magick_unusedexception | ||
) |
References FormatLocaleFile(), GetOptionInfo(), magick_unreferenced, MagickFalse, MagickTrue, and _OptionInfo::mnemonic.
MagickExport ssize_t ParseChannelOption | ( | const char * | channels | ) |
MagickExport ssize_t ParseCommandOption | ( | const CommandOption | option, |
const MagickBooleanType | list, | ||
const char * | options | ||
) |
References CopyMagickString(), GetOptionInfo(), LocaleCompare(), MagickFalse, MagickTrue, MaxTextExtent, _OptionInfo::mnemonic, sentinel, and _OptionInfo::type.
Referenced by AcquireImage(), AcquireQuantizeInfo(), AcquireResizeFilter(), DrawPatternPath(), ExpandFilenames(), FxChannelStatistics(), GetDrawInfo(), GetImageProperty(), GetPolicyInfo(), GetQuantumInfo(), GradientImage(), IdentifyImage(), LoadLogCache(), LoadMimeCache(), LoadPolicyCache(), LoadTypeCache(), ModulateImage(), MorphologyImageChannel(), ParseChannelOption(), ParseKernelName(), QueryMagickColorCompliance(), ReadImage(), RenderMVGContent(), SetImageProperty(), SetLogEventMask(), and SyncImageSettings().
MagickExport char* RemoveImageOption | ( | ImageInfo * | image_info, |
const char * | option | ||
) |
MagickExport void ResetImageOptionIterator | ( | const ImageInfo * | image_info | ) |
References _ImageInfo::debug, _ImageInfo::filename, GetMagickModule, LogMagickEvent(), MagickCoreSignature, MagickFalse, _ImageInfo::options, ResetSplayTreeIterator(), _ImageInfo::signature, and TraceEvent.
Referenced by InterpretImageProperties(), and SyncImageSettings().
MagickExport void ResetImageOptions | ( | const ImageInfo * | image_info | ) |
MagickExport MagickBooleanType SetImageOption | ( | ImageInfo * | image_info, |
const char * | option, | ||
const char * | value | ||
) |
References AddValueToSplayTree(), CloneString(), CompareSplayTreeString(), ConstantString(), _ImageInfo::debug, DeleteImageOption(), _ImageInfo::filename, GetMagickModule, LocaleCompare(), LogMagickEvent(), MagickCoreSignature, MagickFalse, NewSplayTree(), _ImageInfo::options, RelinquishMagickMemory(), _ImageInfo::signature, _ImageInfo::size, and TraceEvent.
Referenced by DefineImageOption(), HoughLineImage(), and SetImageType().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().
|
static |
Referenced by GetOptionInfo().