Home
last modified time | relevance | path

Searched refs:MagickGetImageProfile (Results 1 – 25 of 25) sorted by relevance

/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/ffi/examples/
H A Duse-magick.rkt92 ;; (test (MagickGetImageProfile w "ICC"))
210 ;; (test (MagickGetImageProfile w "ICC"))
212 ;; (test (MagickGetImageProfile w "ICC"))
H A Dmagick.rkt1072 ;; MagickGetImageProfile returns the named image profile.
1073 (defmagick* MagickGetImageProfile : function
/dports/graphics/py-wand/Wand-0.6.7/wand/cdefs/
H A Dmagick_property.py63 lib.MagickGetImageProfile.argtypes = [
66 lib.MagickGetImageProfile.restype = POINTER(c_ubyte)
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickWand/
H A Dmagick-property.h136 *MagickGetImageProfile(MagickWand *,const char *,size_t *),
H A Dmagick-property.c682 WandExport unsigned char *MagickGetImageProfile(MagickWand *wand, in MagickGetImageProfile() function
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/wand/
H A Dmagick-property.h136 *MagickGetImageProfile(MagickWand *,const char *,size_t *),
H A Dmagick-property.c681 WandExport unsigned char *MagickGetImageProfile(MagickWand *wand, in MagickGetImageProfile() function
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickWand/
H A Dmagick-property.h136 *MagickGetImageProfile(MagickWand *,const char *,size_t *),
H A Dmagick-property.c682 WandExport unsigned char *MagickGetImageProfile(MagickWand *wand, in MagickGetImageProfile() function
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/wand/
H A Dmagick-property.h136 *MagickGetImageProfile(MagickWand *,const char *,size_t *),
H A Dmagick-property.c681 WandExport unsigned char *MagickGetImageProfile(MagickWand *wand, in MagickGetImageProfile() function
/dports/graphics/photivo/photivo/Sources/
H A DptImage_GMC.cpp216 uchar* IccProfile = MagickGetImageProfile(image, "ICC", &ProfileLength); in ptGMCOpenImage()
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/tests/
H A Dwandtest.c5473 profile=(unsigned char *) MagickGetImageProfile(magick_wand,"sRGB",&length); in main()
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/tests/
H A Dwandtest.c5469 profile=(unsigned char *) MagickGetImageProfile(magick_wand,"sRGB",&length); in main()
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/tests/
H A Dwandtest.c5473 profile=(unsigned char *) MagickGetImageProfile(magick_wand,"sRGB",&length); in main()
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/tests/
H A Dwandtest.c5469 profile=(unsigned char *) MagickGetImageProfile(magick_wand,"sRGB",&length); in main()
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/wand/
H A Dmagick_wand.h368 *MagickGetImageProfile(MagickWand *,const char *,unsigned long *),
H A Dwand_symbols.h224 #define MagickGetImageProfile GmMagickGetImageProfile macro
H A Dmagick_wand.c4302 WandExport unsigned char *MagickGetImageProfile(MagickWand *wand, in MagickGetImageProfile() function
/dports/graphics/fpc-imagemagick/fpc-3.2.2/packages/imagemagick/src/
H A Dmagick_image.inc385 function MagickGetImageProfile(wand: PMagickWand; name: PChar; length: Pcsize_t): PByte; cdecl; ext…
/dports/lang/fpc-source/fpc-3.2.2/packages/imagemagick/src/
H A Dmagick_image.inc385 function MagickGetImageProfile(wand: PMagickWand; name: PChar; length: Pcsize_t): PByte; cdecl; ext…
/dports/graphics/pecl-imagick/imagick-3.5.1/
H A Dimagick_class.c1433 profile = (char *)MagickGetImageProfile(intern->magick_wand, profiles[i], &length); in PHP_METHOD()
7488 profile = (char *)MagickGetImageProfile(intern->magick_wand, name, &length);
/dports/graphics/pecl-imagick-im7/imagick-3.5.1/
H A Dimagick_class.c1433 profile = (char *)MagickGetImageProfile(intern->magick_wand, profiles[i], &length); in PHP_METHOD()
7488 profile = (char *)MagickGetImageProfile(intern->magick_wand, name, &length);
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/TclMagick/generic/
H A DTclMagick.c3343 profile = MagickGetImageProfile(wandPtr, name, &length); in wandObjCmd()
/dports/graphics/py-wand/Wand-0.6.7/wand/
H A Dimage.py10280 profile_p = library.MagickGetImageProfile(self.image.wand,