/external/ImageMagick/MagickCore/ |
property.h | 38 DeleteImageProperty(Image *,const char *),
|
constitute.c | 682 (void) DeleteImageProperty(next,"tiff:Orientation"); 683 (void) DeleteImageProperty(next,"exif:Orientation"); 695 (void) DeleteImageProperty(next,"exif:XResolution"); 707 (void) DeleteImageProperty(next,"exif:YResolution"); 718 (void) DeleteImageProperty(next,"exif:ResolutionUnit"); 719 (void) DeleteImageProperty(next,"tiff:ResolutionUnit"); [all...] |
cipher.c | 709 (void) DeleteImageProperty(image,"cipher:type"); 710 (void) DeleteImageProperty(image,"cipher:mode"); 711 (void) DeleteImageProperty(image,"cipher:nonce"); [all...] |
signature.c | 569 (void) DeleteImageProperty(image,"signature");
|
methods.h | 225 #define DeleteImageProperty PrependMagickMethod(DeleteImageProperty) [all...] |
image.c | [all...] |
property.c | 270 % DeleteImageProperty() deletes an image property. 272 % The format of the DeleteImageProperty method is: 274 % MagickBooleanType DeleteImageProperty(Image *image,const char *property) 283 MagickExport MagickBooleanType DeleteImageProperty(Image *image, [all...] |
display.c | [all...] |
effect.c | [all...] |
resize.c | [all...] |
/external/ImageMagick/coders/ |
dpx.c | [all...] |
pcd.c | 418 (void) DeleteImageProperty(p,"label"); [all...] |
miff.c | [all...] |
msl.c | [all...] |
/external/ImageMagick/MagickWand/ |
magick-property.c | 139 return(DeleteImageProperty(wand->images,property)); [all...] |
mogrify.c | [all...] |