MagickCore
6.8.5
fx.h
Go to the documentation of this file.
1
/*
2
Copyright 1999-2013 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.
6
obtain a copy of the License at
7
8
http://www.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 f/x methods.
17
*/
18
#ifndef _MAGICKCORE_FX_H
19
#define _MAGICKCORE_FX_H
20
21
#if defined(__cplusplus) || defined(c_plusplus)
22
extern
"C"
{
23
#endif
24
25
#include "
magick/draw.h
"
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
*
FxImage
(
const
Image
*,
const
char
*,
ExceptionInfo
*),
48
*
FxImageChannel
(
const
Image
*,
const
ChannelType
,
const
char
*,
ExceptionInfo
*),
49
*
ImplodeImage
(
const
Image
*,
const
double
,
ExceptionInfo
*),
50
*
MorphImages
(
const
Image
*,
const
size_t
,
ExceptionInfo
*),
51
*
PolaroidImage
(
const
Image
*,
const
DrawInfo
*,
const
double
,
ExceptionInfo
*),
52
*
SepiaToneImage
(
const
Image
*,
const
double
,
ExceptionInfo
*),
53
*
ShadowImage
(
const
Image
*,
const
double
,
const
double
,
const
ssize_t,
54
const
ssize_t,
ExceptionInfo
*),
55
*
SketchImage
(
const
Image
*,
const
double
,
const
double
,
const
double
,
56
ExceptionInfo
*),
57
*
SteganoImage
(
const
Image
*,
const
Image
*,
ExceptionInfo
*),
58
*
StereoImage
(
const
Image
*,
const
Image
*,
ExceptionInfo
*),
59
*
StereoAnaglyphImage
(
const
Image
*,
const
Image
*,
const
ssize_t,
const
ssize_t,
60
ExceptionInfo
*),
61
*
SwirlImage
(
const
Image
*,
double
,
ExceptionInfo
*),
62
*
TintImage
(
const
Image
*,
const
char
*,
const
PixelPacket
,
ExceptionInfo
*),
63
*
VignetteImage
(
const
Image
*,
const
double
,
const
double
,
const
ssize_t,
64
const
ssize_t,
ExceptionInfo
*),
65
*
WaveImage
(
const
Image
*,
const
double
,
const
double
,
ExceptionInfo
*);
66
67
extern
MagickExport
MagickBooleanType
68
PlasmaImage
(
Image
*,
const
SegmentInfo
*,
size_t
,
size_t
),
69
SolarizeImage
(
Image
*,
const
double
),
70
SolarizeImageChannel
(
Image
*,
const
ChannelType
,
const
double
,
ExceptionInfo
*);
71
72
#if defined(__cplusplus) || defined(c_plusplus)
73
}
74
#endif
75
76
#endif
magick
fx.h
Generated by
1.8.1.2