MagickCore
6.9.13
Loading...
Searching...
No Matches
visual-effects.h
1
/*
2
Copyright 1999 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 image visual effects methods.
17
*/
18
#ifndef MAGICKCORE_VISUAL_EFFECTS_H
19
#define MAGICKCORE_VISUAL_EFFECTS_H
20
21
#include "magick/draw.h"
22
23
#if defined(__cplusplus) || defined(c_plusplus)
24
extern
"C"
{
25
#endif
26
27
typedef
enum
28
{
29
UndefinedNoise,
30
UniformNoise,
31
GaussianNoise,
32
MultiplicativeGaussianNoise,
33
ImpulseNoise,
34
LaplacianNoise,
35
PoissonNoise,
36
RandomNoise
37
} NoiseType;
38
39
extern
MagickExport
Image
40
*AddNoiseImage(
const
Image
*,
const
NoiseType,
ExceptionInfo
*),
41
*AddNoiseImageChannel(
const
Image
*,
const
ChannelType,
const
NoiseType,
42
ExceptionInfo
*),
43
*BlueShiftImage(
const
Image
*,
const
double
,
ExceptionInfo
*),
44
*CharcoalImage(
const
Image
*,
const
double
,
const
double
,
ExceptionInfo
*),
45
*ColorizeImage(
const
Image
*,
const
char
*,
const
PixelPacket
,
ExceptionInfo
*),
46
*ColorMatrixImage(
const
Image
*,
const
KernelInfo
*kernel,
ExceptionInfo
*),
47
*ImplodeImage(
const
Image
*,
const
double
,
ExceptionInfo
*),
48
*MorphImages(
const
Image
*,
const
size_t
,
ExceptionInfo
*),
49
*PolaroidImage(
const
Image
*,
const
DrawInfo
*,
const
double
,
ExceptionInfo
*),
50
*SepiaToneImage(
const
Image
*,
const
double
,
ExceptionInfo
*),
51
*ShadowImage(
const
Image
*,
const
double
,
const
double
,
const
ssize_t,
52
const
ssize_t,
ExceptionInfo
*),
53
*SketchImage(
const
Image
*,
const
double
,
const
double
,
const
double
,
54
ExceptionInfo
*),
55
*SteganoImage(
const
Image
*,
const
Image
*,
ExceptionInfo
*),
56
*StereoImage(
const
Image
*,
const
Image
*,
ExceptionInfo
*),
57
*StereoAnaglyphImage(
const
Image
*,
const
Image
*,
const
ssize_t,
const
ssize_t,
58
ExceptionInfo
*),
59
*SwirlImage(
const
Image
*,
double
,
ExceptionInfo
*),
60
*TintImage(
const
Image
*,
const
char
*,
const
PixelPacket
,
ExceptionInfo
*),
61
*VignetteImage(
const
Image
*,
const
double
,
const
double
,
const
ssize_t,
62
const
ssize_t,
ExceptionInfo
*),
63
*WaveImage(
const
Image
*,
const
double
,
const
double
,
ExceptionInfo
*),
64
*WaveletDenoiseImage(
const
Image
*,
const
double
,
const
double
,
ExceptionInfo
*);
65
66
extern
MagickExport MagickBooleanType
67
PlasmaImage(
Image
*,
const
SegmentInfo
*,
size_t
,
size_t
),
68
SolarizeImage(
Image
*,
const
double
),
69
SolarizeImageChannel(
Image
*,
const
ChannelType,
const
double
,
ExceptionInfo
*);
70
71
#if defined(__cplusplus) || defined(c_plusplus)
72
}
73
#endif
74
75
#endif
KernelInfo
Definition
morphology.h:103
_DrawInfo
Definition
draw.h:212
_ExceptionInfo
Definition
exception.h:103
_Image
Definition
image.h:134
_PixelPacket
Definition
pixel.h:132
_SegmentInfo
Definition
image.h:87
ImageMagick-6
magick
visual-effects.h
Generated by
1.12.0