MagickCore 6.9.11-60
Convert, Edit, Or Compose Bitmap Images
accelerate-private.h
Go to the documentation of this file.
1/*
2 Copyright 1999-2021 ImageMagick Studio LLC, a non-profit organization
3 dedicated to making software imaging solutions freely available.
4
5 You may not use this file except in compliance with the License. You may
6 obtain a copy of the License at
7
8 https://imagemagick.org/script/license.php
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15
16 MagickCore acceleration methods.
17*/
18#ifndef MAGICKCORE_ACCELERATE_PRIVATE_H
19#define MAGICKCORE_ACCELERATE_PRIVATE_H
20
21#include "magick/morphology.h"
22#include "magick/resample.h"
23#include "magick/resize.h"
24#include "magick/statistic.h"
26
27#if defined(__cplusplus) || defined(c_plusplus)
28extern "C" {
29#endif
30
31#if defined(MAGICKCORE_OPENCL_SUPPORT)
32
34 *AccelerateAddNoiseImage(const Image*,const ChannelType,const NoiseType,
36 *AccelerateBlurImage(const Image *,const ChannelType,const double,
37 const double,ExceptionInfo *),
38 *AccelerateConvolveImageChannel(const Image *,const ChannelType,
39 const KernelInfo *,ExceptionInfo *),
40 *AccelerateDespeckleImage(const Image *,ExceptionInfo *),
41 *AccelerateLocalContrastImage(const Image *,const double,const double,
43 *AccelerateMotionBlurImage(const Image*, const ChannelType,
44 const double*,const size_t,const OffsetInfo*,ExceptionInfo*),
45 *AccelerateRadialBlurImage(const Image *,const ChannelType,const double,
47 *AccelerateResizeImage(const Image *,const size_t,const size_t,
48 const ResizeFilter *,ExceptionInfo *),
49 *AccelerateUnsharpMaskImage(const Image *,const ChannelType,const double,
50 const double,const double,const double,ExceptionInfo *),
51 *AccelerateWaveletDenoiseImage(const Image *,const double,ExceptionInfo *);
52
54 AccelerateCompositeImage(Image *,const ChannelType,const CompositeOperator,
55 const Image *,const ssize_t,const ssize_t,const float,const float,ExceptionInfo *),
56 AccelerateContrastImage(Image *,const MagickBooleanType,ExceptionInfo *),
57 AccelerateContrastStretchImageChannel(Image *, const ChannelType, const double, const double,
59 AccelerateEqualizeImage(Image *,const ChannelType,ExceptionInfo *),
60 AccelerateFunctionImage(Image *,const ChannelType,const MagickFunction,
61 const size_t,const double *,ExceptionInfo *),
62 AccelerateGrayscaleImage(Image*, const PixelIntensityMethod,
64 AccelerateModulateImage(Image*, double, double, double,
66
67#endif
68
69#if defined(__cplusplus) || defined(c_plusplus)
70}
71#endif
72
73#endif
ColorspaceType
Definition colorspace.h:26
CompositeOperator
Definition composite.h:26
ChannelType
Definition magick-type.h:169
MagickBooleanType
Definition magick-type.h:203
#define MagickPrivate
Definition method-attribute.h:81
PixelIntensityMethod
Definition pixel.h:68
MagickFunction
Definition statistic.h:113
Definition morphology.h:103
Definition exception.h:103
Definition image.h:153
Definition geometry.h:117
Definition resize.c:88
NoiseType
Definition visual-effects.h:28