Home
last modified time | relevance | path

Searched refs:DeleteImageProfile (Results 1 – 6 of 6) sorted by relevance

/external/ImageMagick/MagickCore/
Dprofile.h47 DeleteImageProfile(Image *,const char *),
Dprofile.c184 MagickExport MagickBooleanType DeleteImageProfile(Image *image,const char *name) in DeleteImageProfile() function
789 (void) DeleteImageProfile(image,next); in ProfileImage()
Dcolorspace.c1281 (void) DeleteImageProfile(image,"icc"); in TransformImageColorspace()
1282 (void) DeleteImageProfile(image,"icm"); in TransformImageColorspace()
Dmethods.h237 #define DeleteImageProfile PrependMagickMethod(DeleteImageProfile) macro
Dresize.c3692 (void) DeleteImageProfile(thumbnail_image,name); in ThumbnailImage()
/external/ImageMagick/coders/
Dtiff.c1043 (void) DeleteImageProfile(layers,"tiff:37724"); in TIFFReadPhotoshopLayers()