#include "magick/magick-config.h"#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <stddef.h>#include <ctype.h>#include <locale.h>#include <errno.h>#include <fcntl.h>#include <math.h>#include <time.h>#include <limits.h>#include <signal.h>#include <assert.h>#include <types.h>#include <stat.h>#include "magick/magick-type.h"
Go to the source code of this file.
Defines | |
| #define | MAGICKCORE_POSIX_SUPPORT |
| #define | MAGICKCORE_IMPLEMENTATION 1 |
| #define | _MAGICKCORE_CONFIG_H |
| #define | _FILE_OFFSET_BITS MAGICKCORE__FILE_OFFSET_BITS |
| #define | restrict _magickcore_restrict |
| #define | STDC |
| #define | MagickExport |
| #define | ModuleExport |
| #define | MagickGlobal |
| #define | MagickSignature 0xabacadabUL |
| #define | MaxTextExtent 4096 |
| #define | magick_aligned(x) |
| #define | magick_attribute(x) |
| #define | magick_unused(x) x |
| #define | S_MODE 0600 |
| #define | STDIN_FILENO 0x00 |
| #define | O_BINARY 0x00 |
| #define | PATH_MAX 4096 |
| #define | MagickSeek(file, offset, whence) lseek(file,offset,whence) |
| #define | MagickTell(file) tell(file) |
| #define | Swap(x, y) ((x)^=(y), (y)^=(x), (x)^=(y)) |
| #define MagickSeek | ( | file, | ||
| offset, | ||||
| whence | ||||
| ) | lseek(file,offset,whence) |
Definition at line 437 of file studio.h.
Referenced by ConfigureFileToStringInfo(), ExtendCache(), FileToBlob(), ReadPixelCacheRegion(), ReadRadonCell(), ResetRadonCells(), WritePixelCacheRegion(), and WriteRadonCell().
| #define O_BINARY 0x00 |
Definition at line 414 of file studio.h.
Referenced by AcquireUniqueFileResource(), AcquireUniqueSymbolicLink(), BlobToFile(), ConfigureFileToStringInfo(), CopyDelegateFile(), FileToBlob(), FileToImage(), GenerateEntropicChaos(), ImageToFile(), InjectImageBlob(), and OpenPixelCacheOnDisk().
| #define PATH_MAX 4096 |
Definition at line 418 of file studio.h.
Referenced by GetExecutionPath().
| #define restrict _magickcore_restrict |
Definition at line 53 of file studio.h.
Referenced by AcquirePolygonThreadSet(), AdaptiveBlurImageChannel(), AdaptiveResizeImage(), AdaptiveSharpenImageChannel(), AdaptiveThresholdImage(), AddNoiseImageChannel(), AppendImages(), AssignImageColors(), BilevelImageChannel(), BlackThresholdImageChannel(), BlueShiftImage(), BlurImageChannel(), ChopImage(), ClampImageChannel(), Classify(), ClassifyImageColors(), ClearBounds(), ClipPixelCacheNexus(), CloneDiskToDiskPixelCache(), CloneDiskToMemoryPixelCache(), CloneMemoryToDiskPixelCache(), CloneMemoryToMemoryPixelCache(), ClosestColor(), ClutImageChannel(), ColorDecisionListImage(), ColorFloodfillImage(), ColorizeImage(), ColorMatrixImage(), CombineImages(), CompareImageChannels(), CompositeImageChannel(), ConsolidateCMYKImages(), ContrastImage(), ContrastStretchImageChannel(), ConvolveImageChannel(), CopyImageRegion(), CropImage(), CycleColormapImage(), DefineImageColormap(), DespeckleImage(), DirectToColormapImage(), DistortImage(), DrawAffineImage(), DrawGradientImage(), DrawPolygonPrimitive(), DrawPrimitive(), DuplexTransferImageViewIterator(), EnhanceImage(), EqualizeImageChannel(), EvaluateImageChannel(), EvaluateImages(), ExcerptImage(), ExportQuantumPixels(), FilterImageChannel(), FlipImage(), FloodfillPaintImage(), FlopImage(), FloydSteinbergDither(), FrameImage(), FunctionImageChannel(), FxImageChannel(), GammaImageChannel(), GetAbsoluteError(), GetImageBackgroundColor(), GetImageBoundingBox(), GetImageChannelDepth(), GetImageChannelFeatures(), GetImageChannelKurtosis(), GetImageChannelRange(), GetImageChannelStatistics(), GetImageQuantizeError(), GetMeanAbsoluteError(), GetMeanErrorPerPixel(), GetMeanSquaredError(), GetPeakAbsoluteError(), GetSimilarityMetric(), GetVirtualPixelsFromNexus(), HaldClutImageChannel(), HorizontalFilter(), HuffmanDecodeImage(), IdentifyImage(), ImplodeImage(), ImportQuantumPixels(), IntegralRotateImage(), IsImagesEqual(), LevelImageChannel(), LevelizeImageChannel(), LinearStretchImage(), MaskPixelCacheNexus(), MatteFloodfillImage(), MedianFilterImage(), ModulateImage(), MorphImages(), MorphologyPrimitive(), MotionBlurImageChannel(), NegateImageChannel(), NewMagickImage(), OilPaintImage(), OpaqueImage(), OpaquePaintImageChannel(), OrderedPosterizeImageChannel(), PlasmaImageProxy(), PosterizeImage(), ProfileImage(), RadialBlurImageChannel(), RadonTransform(), RaiseImage(), RandomChannelThresholdImage(), RandomThresholdImageChannel(), ReadPixelCacheIndexes(), ReadPixelCachePixels(), ReduceNoiseImage(), RenderPostscript(), RGBTransformImage(), RiemersmaDither(), SampleImage(), ScaleImage(), SelectiveBlurImageChannel(), SeparateImageChannel(), SepiaToneImage(), SetGrayscaleImage(), SetImage(), SetImageAlphaChannel(), SetImageBackgroundColor(), SetImageChannelDepth(), SetImageColor(), SetImageOpacity(), SetImageViewIterator(), ShadeImage(), ShadowImage(), SigmoidalContrastImageChannel(), SimilarityImage(), SketchImage(), SolarizeImage(), SortColormapByIntensity(), SparseColorImage(), SpliceImage(), SpreadImage(), StereoAnaglyphImage(), SwirlImage(), SyncImage(), ThresholdImage(), ThresholdImageChannel(), TintImage(), TransferImageViewIterator(), TransformRGBImage(), TransparentImage(), TransparentPaintImage(), TransparentPaintImageChroma(), TransposeImage(), TransverseImage(), UniqueColorsToImage(), UnsharpMaskImageChannel(), UpdateImageViewIterator(), VerticalFilter(), WaveImage(), WhiteThresholdImageChannel(), WritePixelCacheIndexes(), WritePixelCachePixels(), XAnnotateImage(), XDrawImage(), XGetWindowImage(), XMakeStandardColormap(), XShearImage(), and YShearImage().
| #define S_MODE 0600 |
Definition at line 297 of file studio.h.
Referenced by AcquireUniqueFileResource(), BlobToFile(), CopyDelegateFile(), ImageToFile(), and OpenPixelCacheOnDisk().
| #define Swap | ( | x, | ||
| y | ||||
| ) | ((x)^=(y), (y)^=(x), (x)^=(y)) |
Definition at line 444 of file studio.h.
Referenced by AcquireImage(), IntegralRotateImage(), SetImageInfo(), TransposeImage(), TransverseImage(), and XMakeMagnifyImage().
1.7.1