/
usr
/
include
/
ImageMagick-6
/
magick
/
/usr/include/ImageMagick-6/magick
mkdir
upload
Name
Size
Mode
Actions
animate.h
958
0644
edit
dl
rm
annotate.h
1305
0644
edit
dl
rm
api.h
963
0644
edit
dl
rm
artifact.h
1377
0644
edit
dl
rm
attribute.h
1809
0644
edit
dl
rm
blob.h
2463
0644
edit
dl
rm
cache-view.h
3836
0644
edit
dl
rm
cache.h
2885
0644
edit
dl
rm
channel.h
1719
0644
edit
dl
rm
cipher.h
1128
0644
edit
dl
rm
client.h
1047
0644
edit
dl
rm
coder.h
1640
0644
edit
dl
rm
color.h
3021
0644
edit
dl
rm
colormap.h
1021
0644
edit
dl
rm
colorspace.h
2459
0644
edit
dl
rm
compare.h
2080
0644
edit
dl
rm
composite.h
3274
0644
edit
dl
rm
compress.h
2077
0644
edit
dl
rm
configure.h
2027
0644
edit
dl
rm
constitute.h
1566
0644
edit
dl
rm
decorate.h
1256
0644
edit
dl
rm
delegate.h
2205
0644
edit
dl
rm
deprecate.h
17478
0644
edit
dl
rm
display.h
1054
0644
edit
dl
rm
distort.h
2711
0644
edit
dl
rm
distribute-cache.h
988
0644
edit
dl
rm
draw.h
5759
0644
edit
dl
rm
effect.h
4265
0644
edit
dl
rm
enhance.h
2994
0644
edit
dl
rm
exception.h
4593
0644
edit
dl
rm
feature.h
1746
0644
edit
dl
rm
fourier.h
1417
0644
edit
dl
rm
fx.h
1028
0644
edit
dl
rm
gem.h
3025
0644
edit
dl
rm
geometry.h
4100
0644
edit
dl
rm
hashmap.h
2908
0644
edit
dl
rm
histogram.h
1507
0644
edit
dl
rm
identify.h
950
0644
edit
dl
rm
image-view.h
2753
0644
edit
dl
rm
image.h
11254
0644
edit
dl
rm
ImageMagick.h
979
0644
edit
dl
rm
layer.h
2077
0644
edit
dl
rm
list.h
2352
0644
edit
dl
rm
locale_.h
2673
0644
edit
dl
rm
log.h
2755
0644
edit
dl
rm
magic.h
1654
0644
edit
dl
rm
magick-baseconfig-64.h
46366
0644
edit
dl
rm
magick-baseconfig.h
203
0644
edit
dl
rm
magick-config-64.h
6742
0644
edit
dl
rm
magick-config.h
195
0644
edit
dl
rm
magick-type.h
7065
0644
edit
dl
rm
magick.h
3780
0644
edit
dl
rm
MagickCore.h
4690
0644
edit
dl
rm
matrix.h
1763
0644
edit
dl
rm
memory_.h
3285
0644
edit
dl
rm
method-attribute.h
4194
0644
edit
dl
rm
methods.h
110597
0644
edit
dl
rm
mime.h
1443
0644
edit
dl
rm
module.h
2280
0644
edit
dl
rm
monitor.h
1616
0644
edit
dl
rm
montage.h
1769
0644
edit
dl
rm
morphology.h
4666
0644
edit
dl
rm
opencl.h
2517
0644
edit
dl
rm
option.h
5414
0644
edit
dl
rm
paint.h
1773
0644
edit
dl
rm
pixel-accessor.h
8602
0644
edit
dl
rm
pixel.h
4801
0644
edit
dl
rm
policy.h
1906
0644
edit
dl
rm
prepress.h
918
0644
edit
dl
rm
profile.h
1791
0644
edit
dl
rm
property.h
1624
0644
edit
dl
rm
quantize.h
1988
0644
edit
dl
rm
quantum.h
5311
0644
edit
dl
rm
random_.h
1667
0644
edit
dl
rm
registry.h
1504
0644
edit
dl
rm
resample.h
2658
0644
edit
dl
rm
resize.h
1770
0644
edit
dl
rm
resource_.h
1846
0644
edit
dl
rm
segment.h
1102
0644
edit
dl
rm
semaphore.h
1347
0644
edit
dl
rm
shear.h
1133
0644
edit
dl
rm
signature.h
926
0644
edit
dl
rm
splay-tree.h
2019
0644
edit
dl
rm
static.h
10252
0644
edit
dl
rm
statistic.h
4979
0644
edit
dl
rm
stream.h
1112
0644
edit
dl
rm
string_.h
3717
0644
edit
dl
rm
studio.h
10634
0644
edit
dl
rm
threshold.h
2439
0644
edit
dl
rm
timer.h
1601
0644
edit
dl
rm
token.h
1622
0644
edit
dl
rm
transform.h
1948
0644
edit
dl
rm
type.h
2156
0644
edit
dl
rm
utility.h
1954
0644
edit
dl
rm
version-64.h
3134
0644
edit
dl
rm
version.h
183
0644
edit
dl
rm
vision.h
952
0644
edit
dl
rm
visual-effects.h
2847
0644
edit
dl
rm
widget.h
2627
0644
edit
dl
rm
xml-tree.h
2134
0644
edit
dl
rm
xwindow.h
1112
0644
edit
dl
rm
Edit:
/usr/include/ImageMagick-6/magick/image.h
(11254B)
/* Copyright 1999 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available. You may not use this file except in compliance with the License. You may obtain a copy of the License at https://imagemagick.org/script/license.php Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. MagickCore image methods. */ #ifndef MAGICKCORE_IMAGE_H #define MAGICKCORE_IMAGE_H #include "magick/color.h" #if defined(__cplusplus) || defined(c_plusplus) extern "C" { #endif #define OpaqueOpacity ((Quantum) 0UL) #define TransparentOpacity (QuantumRange) typedef enum { UndefinedType, BilevelType, GrayscaleType, GrayscaleMatteType, PaletteType, PaletteMatteType, TrueColorType, TrueColorMatteType, ColorSeparationType, ColorSeparationMatteType, OptimizeType, PaletteBilevelMatteType } ImageType; typedef enum { UndefinedInterlace, NoInterlace, LineInterlace, PlaneInterlace, PartitionInterlace, GIFInterlace, JPEGInterlace, PNGInterlace } InterlaceType; typedef enum { UndefinedOrientation, TopLeftOrientation, TopRightOrientation, BottomRightOrientation, BottomLeftOrientation, LeftTopOrientation, RightTopOrientation, RightBottomOrientation, LeftBottomOrientation } OrientationType; typedef enum { UndefinedResolution, PixelsPerInchResolution, PixelsPerCentimeterResolution } ResolutionType; typedef struct _PrimaryInfo { double x, y, z; } PrimaryInfo; typedef struct _SegmentInfo { double x1, y1, x2, y2; } SegmentInfo; typedef enum { UndefinedTransmitType, FileTransmitType, BlobTransmitType, StreamTransmitType, ImageTransmitType } TransmitType; typedef struct _ChromaticityInfo { PrimaryInfo red_primary, green_primary, blue_primary, white_point; } ChromaticityInfo; #include "magick/blob.h" #include "magick/colorspace.h" #include "magick/cache-view.h" #include "magick/color.h" #include "magick/composite.h" #include "magick/compress.h" #include "magick/effect.h" #include "magick/geometry.h" #include "magick/layer.h" #include "magick/locale_.h" #include "magick/monitor.h" #include "magick/pixel.h" #include "magick/profile.h" #include "magick/quantum.h" #include "magick/resample.h" #include "magick/resize.h" #include "magick/semaphore.h" #include "magick/stream.h" #include "magick/timer.h" struct _Image { ClassType storage_class; ColorspaceType colorspace; /* colorspace of image data */ CompressionType compression; /* compression of image when read/write */ size_t quality; /* compression quality setting, meaning varies */ OrientationType orientation; /* photo orientation of image */ MagickBooleanType taint, /* has image been modified since reading */ matte; /* is transparency channel defined and active */ size_t columns, /* physical size of image */ rows, depth, /* depth of image on read/write */ colors; /* size of color table on read */ PixelPacket *colormap, background_color, /* current background color attribute */ border_color, /* current bordercolor attribute */ matte_color; /* current mattecolor attribute */ double gamma; ChromaticityInfo chromaticity; RenderingIntent rendering_intent; void *profiles; ResolutionType units; /* resolution/density ppi or ppc */ char *montage, *directory, *geometry; ssize_t offset; double x_resolution, /* image resolution/density */ y_resolution; RectangleInfo page, /* virtual canvas size and offset of image */ extract_info, tile_info; /* deprecated */ double bias, blur, /* deprecated */ fuzz; /* current color fuzz attribute */ FilterTypes filter; /* resize/distort filter to apply */ InterlaceType interlace; EndianType endian; /* raw data integer ordering on read/write */ GravityType gravity; /* Gravity attribute for positioning in image */ CompositeOperator compose; /* alpha composition method for layered images */ DisposeType dispose; /* GIF animation disposal method */ struct _Image *clip_mask; size_t scene, /* index of image in multi-image file */ delay; /* Animation delay time */ ssize_t ticks_per_second; /* units for delay time, default 100 for GIF */ size_t iterations, total_colors; ssize_t start_loop; ErrorInfo error; TimerInfo timer; MagickProgressMonitor progress_monitor; void *client_data, *cache, *attributes; /* deprecated */ Ascii85Info *ascii85; BlobInfo *blob; char filename[MaxTextExtent], /* images input filename */ magick_filename[MaxTextExtent], /* ditto with coders, and read_mods */ magick[MaxTextExtent]; /* Coder used to decode image */ size_t magick_columns, magick_rows; ExceptionInfo exception; /* Error handling report */ MagickBooleanType debug; /* debug output attribute */ ssize_t reference_count; SemaphoreInfo *semaphore; ProfileInfo color_profile, iptc_profile, *generic_profile; size_t generic_profiles; /* this & ProfileInfo is deprecated */ size_t signature; struct _Image *previous, /* Image list links */ *list, /* Undo/Redo image processing list (for display) */ *next; /* Image list links */ InterpolatePixelMethod interpolate; /* Interpolation of color for between pixel lookups */ MagickBooleanType black_point_compensation; PixelPacket transparent_color; /* color for 'transparent' color index in GIF */ struct _Image *mask; RectangleInfo tile_offset; void *properties, /* per image properities */ *artifacts; /* per image sequence image artifacts */ ImageType type; MagickBooleanType dither; /* dithering method during color reduction */ MagickSizeType extent; MagickBooleanType ping; size_t channels; time_t timestamp; PixelIntensityMethod intensity; /* method to generate an intensity value from a pixel */ size_t duration; /* Total animation duration sum(delay*iterations) */ long tietz_offset; time_t ttl; }; struct _ImageInfo { CompressionType compression; OrientationType orientation; MagickBooleanType temporary, adjoin, affirm, antialias; char *size, *extract, *page, *scenes; size_t scene, number_scenes, depth; InterlaceType interlace; EndianType endian; ResolutionType units; size_t quality; char *sampling_factor, /* Chroma subsampling ratio string */ *server_name, *font, *texture, *density; double pointsize, fuzz; PixelPacket background_color, border_color, matte_color; MagickBooleanType dither, monochrome; size_t colors; ColorspaceType colorspace; ImageType type; PreviewType preview_type; ssize_t group; MagickBooleanType ping, verbose; char *view, *authenticate; ChannelType channel; Image *attributes; /* deprecated */ void *options; MagickProgressMonitor progress_monitor; void *client_data, *cache; StreamHandler stream; FILE *file; void *blob; size_t length; char magick[MaxTextExtent], unique[MaxTextExtent], zero[MaxTextExtent], filename[MaxTextExtent]; MagickBooleanType debug; char *tile; /* deprecated */ size_t subimage, /* deprecated */ subrange; /* deprecated */ PixelPacket pen; /* deprecated */ size_t signature; VirtualPixelMethod virtual_pixel_method; PixelPacket transparent_color; void *profile; MagickBooleanType synchronize; }; extern MagickExport ExceptionType CatchImageException(Image *); extern MagickExport FILE *GetImageInfoFile(const ImageInfo *); extern MagickExport Image *AcquireImage(const ImageInfo *), *AppendImages(const Image *,const MagickBooleanType,ExceptionInfo *), *CloneImage(const Image *,const size_t,const size_t,const MagickBooleanType, ExceptionInfo *), *DestroyImage(Image *), *GetImageClipMask(const Image *,ExceptionInfo *) magick_attribute((__pure__)), *GetImageMask(const Image *,ExceptionInfo *) magick_attribute((__pure__)), *NewMagickImage(const ImageInfo *,const size_t,const size_t, const MagickPixelPacket *), *ReferenceImage(Image *), *SmushImages(const Image *,const MagickBooleanType,const ssize_t, ExceptionInfo *); extern MagickExport ImageInfo *AcquireImageInfo(void), *CloneImageInfo(const ImageInfo *), *DestroyImageInfo(ImageInfo *); extern MagickExport MagickBooleanType ClipImage(Image *), ClipImagePath(Image *,const char *,const MagickBooleanType), CopyImagePixels(Image *,const Image *,const RectangleInfo *, const OffsetInfo *,ExceptionInfo *), IsTaintImage(const Image *), IsMagickConflict(const char *) magick_attribute((__pure__)), IsHighDynamicRangeImage(const Image *,ExceptionInfo *), IsImageObject(const Image *), ListMagickInfo(FILE *,ExceptionInfo *), ModifyImage(Image **,ExceptionInfo *), ResetImagePage(Image *,const char *), ResetImagePixels(Image *,ExceptionInfo *), SetImageBackgroundColor(Image *), SetImageClipMask(Image *,const Image *), SetImageColor(Image *,const MagickPixelPacket *), SetImageExtent(Image *,const size_t,const size_t), SetImageInfo(ImageInfo *,const unsigned int,ExceptionInfo *), SetImageMask(Image *,const Image *), SetImageOpacity(Image *,const Quantum), SetImageChannels(Image *,const size_t), SetImageStorageClass(Image *,const ClassType), StripImage(Image *), SyncImage(Image *), SyncImageSettings(const ImageInfo *,Image *), SyncImagesSettings(ImageInfo *,Image *); extern MagickExport size_t InterpretImageFilename(const ImageInfo *,Image *,const char *,int,char *); extern MagickExport ssize_t GetImageReferenceCount(Image *); extern MagickExport size_t GetImageChannels(Image *); extern MagickExport VirtualPixelMethod GetImageVirtualPixelMethod(const Image *), SetImageVirtualPixelMethod(const Image *,const VirtualPixelMethod); extern MagickExport void AcquireNextImage(const ImageInfo *,Image *), DestroyImagePixels(Image *), DisassociateImageStream(Image *), GetImageException(Image *,ExceptionInfo *), GetImageInfo(ImageInfo *), SetImageInfoBlob(ImageInfo *,const void *,const size_t), SetImageInfoFile(ImageInfo *,FILE *); #if defined(__cplusplus) || defined(c_plusplus) } #endif #endif
Save
cmd:
run