HomeSort by relevance Sort by last modified time
    Searched refs:DeleteImageProperty (Results 1 - 16 of 16) sorted by null

  /external/ImageMagick/MagickCore/
property.h 38 DeleteImageProperty(Image *,const char *),
constitute.c 628 (void) DeleteImageProperty(next,"tiff:Orientation");
629 (void) DeleteImageProperty(next,"exif:Orientation");
639 (void) DeleteImageProperty(next,"exif:XResolution");
649 (void) DeleteImageProperty(next,"exif:YResolution");
657 (void) DeleteImageProperty(next,"exif:ResolutionUnit");
658 (void) DeleteImageProperty(next,"tiff:ResolutionUnit");
    [all...]
cipher.c 710 (void) DeleteImageProperty(image,"cipher:type");
711 (void) DeleteImageProperty(image,"cipher:mode");
712 (void) DeleteImageProperty(image,"cipher:nonce");
    [all...]
signature.c 561 (void) DeleteImageProperty(image,"signature");
methods.h 238 #define DeleteImageProperty PrependMagickMethod(DeleteImageProperty)
    [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...]
image.c     [all...]
resize.c     [all...]
display.c     [all...]
effect.c     [all...]
  /external/ImageMagick/www/api/
property.php 55 <p class="text-center"><a href="property.php#CloneImageProperties">CloneImageProperties</a> &bull; <a href="property.php#DefineImageProperty">DefineImageProperty</a> &bull; <a href="property.php#DeleteImageProperty">DeleteImageProperty</a> &bull; <a href="property.php#DestroyImageProperties">DestroyImageProperties</a> &bull; <a href="property.php#FormatImageProperty">FormatImageProperty</a> &bull; <a href="property.php#GetImageProperty">GetImageProperty</a> &bull; <a href="property.php#GetNextImageProperty">GetNextImageProperty</a> &bull; <a href="property.php#InterpretImageProperties">InterpretImageProperties</a> &bull; <a href="property.php#(void) LogMagickEvent(TraceEvent,GetMagickModule">(void) LogMagickEvent(TraceEvent,GetMagickModule</a> &bull; <a href="property.php#RemoveImageProperty">RemoveImageProperty</a> &bull; <a href="property.php#ResetImagePropertyIterator">ResetImagePropertyIterator</a> &bull; <a href="property.php#SetImageProperty">SetImageProperty</a></p>
115 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/property_8c.html" id="DeleteImageProperty">DeleteImageProperty</a></h2>
117 <p>DeleteImageProperty() deletes an image property.</p>
119 <p>The format of the DeleteImageProperty method is:</p>
122 MagickBooleanType DeleteImageProperty(Image *image,const char *property)
  /external/ImageMagick/coders/
dpx.c     [all...]
pcd.c 409 (void) DeleteImageProperty(p,"label");
    [all...]
msl.c     [all...]
  /external/ImageMagick/MagickWand/
magick-property.c 139 return(DeleteImageProperty(wand->images,property));
    [all...]
mogrify.c     [all...]

Completed in 2582 milliseconds