/external/ImageMagick/MagickWand/ |
magick-image.h | 16 MagickWand image Methods. 27 *MagickGetImageFeatures(MagickWand *,const size_t); 30 MagickSetImageChannelMask(MagickWand *,const ChannelType); 33 *MagickGetImageStatistics(MagickWand *); 36 *MagickGetImageFilename(MagickWand *), 37 *MagickGetImageFormat(MagickWand *), 38 *MagickGetImageSignature(MagickWand *), 39 *MagickIdentifyImage(MagickWand *); 42 MagickGetImageColorspace(MagickWand *); 45 MagickGetImageCompose(MagickWand *); [all...] |
magick-property.h | 16 MagickWand property, options, and profile methods. 27 *MagickGetFilename(const MagickWand *), 28 *MagickGetFormat(MagickWand *), 29 *MagickGetFont(MagickWand *), 31 *MagickGetImageArtifact(MagickWand *,const char *), 32 **MagickGetImageArtifacts(MagickWand *,const char *,size_t *), 33 **MagickGetImageProfiles(MagickWand *,const char *,size_t *), 34 *MagickGetImageProperty(MagickWand *,const char *), 35 **MagickGetImageProperties(MagickWand *,const char *,size_t *), 36 *MagickGetOption(MagickWand *,const char *) [all...] |
MagickWand.h | 16 MagickWand Application Programming Interface declarations. 73 MagickWand; 75 #include "MagickWand/method-attribute.h" 77 #include "MagickWand/animate.h" 78 #include "MagickWand/compare.h" 79 #include "MagickWand/composite.h" 80 #include "MagickWand/conjure.h" 81 #include "MagickWand/convert.h" 82 #include "MagickWand/deprecate.h" 83 #include "MagickWand/display.h [all...] |
MagickWand-config.in | 3 # Configure options script for re-calling MagickWand compilation options 4 # required to use the MagickWand library. 11 Usage: MagickWand-config [--cflags] [--cppflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version]" 15 echo "Example: gcc \`MagickWand-config --cflags --cppflags\` -o wand wand.c \`MagickWand-config --ldflags --libs\`" 1>&2 41 PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --cflags MagickWand 44 PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --cflags MagickWand 47 PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --cflags MagickWand 50 PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --libs MagickWand 53 PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --libs MagickWand [all...] |
magick-property.c | 19 % Set or Get MagickWand Properties, Options, or Profiles % 50 #include "MagickWand/studio.h" 51 #include "MagickWand/MagickWand.h" 52 #include "MagickWand/magick-wand-private.h" 53 #include "MagickWand/wand.h" 72 % MagickBooleanType MagickDeleteImageArtifact(MagickWand *wand, 82 WandExport MagickBooleanType MagickDeleteImageArtifact(MagickWand *wand, 85 assert(wand != (MagickWand *) NULL); 115 % MagickBooleanType MagickDeleteImageProperty(MagickWand *wand [all...] |
magick-image.c | 19 % MagickWand Image Methods % 50 #include "MagickWand/studio.h" 51 #include "MagickWand/MagickWand.h" 52 #include "MagickWand/magick-wand-private.h" 53 #include "MagickWand/wand.h" 54 #include "MagickWand/pixel-wand-private.h" 61 #define MagickWandId "MagickWand" 80 % MagickWand *CloneMagickWandFromImages(const MagickWand *wand [all...] |
magick-wand.c | 19 % MagickWand Wand Methods % 50 #include "MagickWand/studio.h" 51 #include "MagickWand/MagickWand.h" 52 #include "MagickWand/magick-wand-private.h" 53 #include "MagickWand/wand.h" 72 % void ClearMagickWand(MagickWand *wand) 79 WandExport void ClearMagickWand(MagickWand *wand) 81 assert(wand != (MagickWand *) NULL); 110 % MagickWand *CloneMagickWand(const MagickWand *wand [all...] |
pixel-iterator.h | 21 #include "MagickWand/MagickWand.h" 22 #include "MagickWand/pixel-wand.h" 46 *NewPixelIterator(MagickWand *), 47 *NewPixelRegionIterator(MagickWand *,const ssize_t,const ssize_t,const size_t,
|
wand-view.h | 16 MagickWand wand view methods. 49 extern WandExport MagickWand 65 *NewWandView(MagickWand *), 66 *NewWandViewExtent(MagickWand *,const ssize_t,const ssize_t,const size_t,
|
/external/ImageMagick/MagickWand/tests/ |
add_first.c | 2 #include <MagickWand/MagickWand.h> 8 void ThrowWandException(MagickWand *wand) 21 #define SwapWands(a,b) { MagickWand *tmp=a; a=b; b=tmp; } 25 MagickWand
|
add_index.c | 2 #include <MagickWand/MagickWand.h> 8 void ThrowWandException(MagickWand *wand) 21 #define SwapWands(a,b) { MagickWand *tmp=a; a=b; b=tmp; } 25 MagickWand
|
add_last.c | 2 #include <MagickWand/MagickWand.h> 8 void ThrowWandException(MagickWand *wand) 21 #define SwapWands(a,b) { MagickWand *tmp=a; a=b; b=tmp; } 25 MagickWand
|
add_norm.c | 2 #include <MagickWand/MagickWand.h> 8 void ThrowWandException(MagickWand *wand) 21 #define SwapWands(a,b) { MagickWand *tmp=a; a=b; b=tmp; } 25 MagickWand
|
add_first_lists.c | 2 #include <MagickWand/MagickWand.h> 8 void ThrowWandException(MagickWand *wand) 21 #define SwapWands(a,b) { MagickWand *tmp=a; a=b; b=tmp; } 25 MagickWand
|
add_last_lists.c | 2 #include <MagickWand/MagickWand.h> 8 void ThrowWandException(MagickWand *wand) 21 #define SwapWands(a,b) { MagickWand *tmp=a; a=b; b=tmp; } 25 MagickWand
|
add_mixed.c | 2 #include <MagickWand/MagickWand.h> 8 void ThrowWandException(MagickWand *wand) 21 #define SwapWands(a,b) { MagickWand *tmp=a; a=b; b=tmp; } 25 MagickWand
|
add_mixed_lists.c | 2 #include <MagickWand/MagickWand.h> 8 void ThrowWandException(MagickWand *wand) 21 #define SwapWands(a,b) { MagickWand *tmp=a; a=b; b=tmp; } 25 MagickWand
|
add_norm_lists.c | 2 #include <MagickWand/MagickWand.h> 8 void ThrowWandException(MagickWand *wand) 21 #define SwapWands(a,b) { MagickWand *tmp=a; a=b; b=tmp; } 25 MagickWand
|
loop_over_lists.c | 2 #include <MagickWand/MagickWand.h> 11 void ThrowWandException(MagickWand *wand) 24 #define SwapWands(a,b) { MagickWand *tmp=a; a=b; b=tmp; } 28 MagickWand
|
Makefile | 4 CFLAGS=-I$(SRC) -L$(SRC)/MagickWand/.libs -L$(SRC)/MagickCore/.libs
|
/external/ImageMagick/www/source/ |
wand.c | 3 #include <wand/MagickWand.h> 24 MagickWand
|
contrast.c | 4 #include <wand/MagickWand.h> 31 MagickWand
|
/external/ImageMagick/api_examples/ |
wand.c | 2 Implementation of a CLI command using a MagickWand API 23 #include "MagickWand/MagickWand.h" 29 void ThrowWandException(MagickWand *wand) 42 #define SwapWands(a,b) { MagickWand *tmp=a; a=b; b=tmp; } 46 MagickWand 132 * Remember in MagickWand, simple image operators are only applied to the
|
/external/ImageMagick/www/api/ |
magick-image.php | 9 <title>ImageMagick: MagickWand, C API for ImageMagick: Image Methods</title> 57 <h2><a href="http://nextgen.imagemagick.org/api/MagickWand/magick-image_8c.html" id="GetImageFromMagickWand">GetImageFromMagickWand</a></h2> 64 Image *GetImageFromMagickWand(const MagickWand *wand) 79 <h2><a href="http://nextgen.imagemagick.org/api/MagickWand/magick-image_8c.html" id="MagickAdaptiveBlurImage">MagickAdaptiveBlurImage</a></h2> 86 MagickBooleanType MagickAdaptiveBlurImage(MagickWand *wand, 110 <h2><a href="http://nextgen.imagemagick.org/api/MagickWand/magick-image_8c.html" id="MagickAdaptiveResizeImage">MagickAdaptiveResizeImage</a></h2> 114 <p>MagickBooleanType MagickAdaptiveResizeImage(MagickWand *wand, const size_t columns,const size_t rows)</p> 136 <h2><a href="http://nextgen.imagemagick.org/api/MagickWand/magick-image_8c.html" id="MagickAdaptiveSharpenImage">MagickAdaptiveSharpenImage</a></h2> 143 MagickBooleanType MagickAdaptiveSharpenImage(MagickWand *wand, 167 <h2><a href="http://nextgen.imagemagick.org/api/MagickWand/magick-image_8c.html" id="MagickAdaptiveThresholdImage">MagickAdaptiveThresholdImage</a></h2 [all...] |
magick-property.php | 9 <title>ImageMagick: MagickWand, C API for ImageMagick: Property Methods</title> 57 <h2><a href="http://nextgen.imagemagick.org/api/MagickWand/magick-property_8c.html" id="MagickDeleteImageArtifact">MagickDeleteImageArtifact</a></h2> 64 MagickBooleanType MagickDeleteImageArtifact(MagickWand *wand, 84 <h2><a href="http://nextgen.imagemagick.org/api/MagickWand/magick-property_8c.html" id="MagickDeleteImageProperty">MagickDeleteImageProperty</a></h2> 91 MagickBooleanType MagickDeleteImageProperty(MagickWand *wand, 111 <h2><a href="http://nextgen.imagemagick.org/api/MagickWand/magick-property_8c.html" id="MagickDeleteOption">MagickDeleteOption</a></h2> 118 MagickBooleanType MagickDeleteOption(MagickWand *wand, 138 <h2><a href="http://nextgen.imagemagick.org/api/MagickWand/magick-property_8c.html" id="MagickGetAntialias">MagickGetAntialias</a></h2> 145 MagickBooleanType MagickGetAntialias(const MagickWand *wand) 160 <h2><a href="http://nextgen.imagemagick.org/api/MagickWand/magick-property_8c.html" id="MagickGetBackgroundColor">MagickGetBackgroundColor</a></h2 [all...] |