Searched refs:wand (Results 1 – 6 of 6) sorted by relevance
/imagick/ |
H A D | shim_im6_to_im7.c | 97 status = MagickAutoGammaImage(wand); in MagickAutoGammaImageChannel() 115 status = MagickAutoLevelImage(wand); in MagickAutoLevelImageChannel() 167 status = MagickClampImage(wand); in MagickClampImageChannel() 263 status = MagickConvolveImage(wand, kernel); in MagickConvolveImageChannel() 282 status = MagickEqualizeImage(wand); in MagickEqualizeImageChannel() 397 status = MagickGammaImage(wand,gamma); in MagickGammaImageChannel() 432 depth = MagickGetImageDepth(wand); in MagickGetImageChannelDepth() 469 status = MagickSetImageDepth(wand, depth); in MagickSetImageChannelDepth() 552 return MagickGetImageStatistics(wand); in MagickGetImageChannelStatistics() 639 status = MagickNegateImage(wand, gray); in MagickNegateImageChannel() [all …]
|
H A D | shim_im6_to_im7.h | 7 ChannelStatistics *MagickGetImageChannelStatistics(MagickWand *wand); 9 MagickWand *wand, 16 MagickBooleanType MagickConvolveImageChannel(MagickWand *wand, 36 MagickWand *wand, 42 MagickWand *wand, 50 MagickBooleanType MagickBlurImageChannel(MagickWand *wand, 55 MagickBooleanType MagickClampImageChannel(MagickWand *wand, 57 MagickBooleanType MagickClutImageChannel(MagickWand *wand, 88 MagickWand *wand, 98 MagickWand *wand, [all …]
|
H A D | imagemagick.m4 | 147 # include/wand/magick-wand.h 148 # include/ImageMagick/wand/MagickWand.h 149 # include/ImageMagick-6/wand/MagickWand.h 152 AC_MSG_CHECKING(for MagickWand.h or magick-wand.h header) 172 IM_INCLUDE_FORMAT="wand/MagickWand.h" 188 IM_INCLUDE_FORMAT="wand/MagickWand.h" 196 IM_INCLUDE_FORMAT="wand/MagickWand.h" 200 AC_MSG_RESULT([${IM_PREFIX}/include/ImageMagick/wand/MagickWand.h]) 202 elif test -r "${IM_PREFIX}/include/ImageMagick/wand/magick-wand.h"; then 204 IM_INCLUDE_FORMAT="wand/magick-wand.h" [all …]
|
H A D | php_imagemagick_version_defs.h | 44 MagickWand *wand, const PixelMask type, const MagickWand *clip_mask 78 MagickWand *wand, const PixelMask type, const MagickWand *clip_mask
|
H A D | config.w32 | 10 …} else if (CHECK_HEADER_ADD_INCLUDE("wand/MagickWand.h", "CFLAGS_IMAGICK", PHP_PHP_BUILD + "\\incl…
|
H A D | ChangeLog | 472 - Fixes incorrect error message "wand contains no images" 546 - Fixed clone keyword to actually clone the wand ptr
|
Completed in 18 milliseconds