MagickCore
6.9.13
Toggle main menu visibility
Main Page
Data Structures
Data Structures
Data Structure Index
Files
File List
▼
MagickCore
►
Data Structures
▼
Files
▼
File List
▼
ImageMagick-6
▼
magick
accelerate-kernels-private.h
accelerate-private.h
accelerate.c
animate-private.h
animate.c
animate.h
annotate.c
annotate.h
api.h
artifact.c
artifact.h
attribute.c
attribute.h
blob-private.h
blob.c
blob.h
cache-private.h
cache-view.c
cache-view.h
cache.c
cache.h
channel.c
channel.h
cipher.c
cipher.h
client.c
client.h
coder.c
coder.h
color-private.h
color.c
color.h
colormap-private.h
colormap.c
colormap.h
colorspace-private.h
colorspace.c
colorspace.h
compare.c
compare.h
composite-private.h
composite.c
composite.h
compress.c
compress.h
configure.c
configure.h
constitute.c
constitute.h
decorate.c
decorate.h
delegate-private.h
delegate.c
delegate.h
deprecate.c
deprecate.h
display-private.h
display.c
display.h
distort.c
distort.h
distribute-cache-private.h
distribute-cache.c
distribute-cache.h
draw-private.h
draw.c
draw.h
effect.c
effect.h
enhance.c
enhance.h
exception-private.h
exception.c
exception.h
feature.c
feature.h
fourier.c
fourier.h
fx-private.h
fx.c
fx.h
gem-private.h
gem.c
gem.h
geometry-private.h
geometry.c
geometry.h
hashmap-private.h
hashmap.c
hashmap.h
histogram.c
histogram.h
identify.c
identify.h
image-private.h
image-view.c
image-view.h
image.c
image.h
ImageMagick.h
layer.c
layer.h
list.c
list.h
locale-private.h
locale.c
locale_.h
log.c
log.h
mac.c
mac.h
magic.c
magic.h
magick-baseconfig.h
magick-config.h
magick-private.h
magick-type.h
magick.c
magick.h
MagickCore.h
matrix.c
matrix.h
memory-private.h
memory.c
memory_.h
method-attribute.h
methods.h
mime-private.h
mime.c
mime.h
module.c
module.h
monitor-private.h
monitor.c
monitor.h
montage.c
montage.h
morphology-private.h
morphology.c
morphology.h
mutex.h
nt-base-private.h
nt-base.c
nt-base.h
nt-feature.c
nt-feature.h
opencl-private.h
opencl.c
opencl.h
option-private.h
option.c
option.h
paint.c
paint.h
pixel-accessor.h
pixel-private.h
pixel.c
pixel.h
policy-private.h
policy.c
policy.h
prepress.c
prepress.h
profile.c
profile.h
property.c
property.h
quantize.c
quantize.h
quantum-export.c
quantum-import.c
quantum-private.h
quantum.c
quantum.h
random-private.h
random.c
random_.h
registry.c
registry.h
resample-private.h
resample.c
resample.h
resize-private.h
resize.c
resize.h
resource.c
resource_.h
segment.c
segment.h
semaphore-private.h
semaphore.c
semaphore.h
shear.c
shear.h
signature-private.h
signature.c
signature.h
splay-tree.c
splay-tree.h
static.c
static.h
statistic-private.h
statistic.c
statistic.h
stream-private.h
stream.c
stream.h
string-private.h
string.c
string_.h
studio.h
thread-private.h
thread.c
thread_.h
threshold.c
threshold.h
timer-private.h
timer.c
timer.h
token-private.h
token.c
token.h
transform.c
transform.h
type.c
type.h
utility-private.h
utility.c
utility.h
version-private.h
version.c
version.h
vision.c
vision.h
visual-effects.c
visual-effects.h
vms.c
vms.h
widget.c
widget.h
xml-tree-private.h
xml-tree.c
xml-tree.h
xwindow-private.h
xwindow.c
xwindow.h
•
All
Data Structures
Loading...
Searching...
No Matches
display.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 methods to interactively display and edit an image.
17
*/
18
#ifndef MAGICKCORE_DISPLAY_H
19
#define MAGICKCORE_DISPLAY_H
20
21
#if defined(__cplusplus) || defined(c_plusplus)
22
extern
"C"
{
23
#endif
24
25
extern
MagickExport MagickBooleanType
26
DisplayImages(
const
ImageInfo
*,
Image
*),
27
RemoteDisplayCommand(
const
ImageInfo
*,
const
char
*,
const
char
*,
28
ExceptionInfo
*);
29
30
#if defined(__cplusplus) || defined(c_plusplus)
31
}
32
#endif
33
34
#endif
_ExceptionInfo
Definition
exception.h:103
_ImageInfo
Definition
image.h:346
_Image
Definition
image.h:134
ImageMagick-6
magick
display.h
Generated by
1.12.0