HomeSort by relevance Sort by last modified time
    Searched refs:GetImageProperty (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/ImageMagick/MagickCore/
property.h 32 *GetImageProperty(const Image *,const char *,ExceptionInfo *),
constitute.c 622 value=GetImageProperty(next,"tiff:Orientation",exception);
624 value=GetImageProperty(next,"exif:Orientation",exception);
631 value=GetImageProperty(next,"exif:XResolution",exception);
641 value=GetImageProperty(next,"exif:YResolution",exception);
651 value=GetImageProperty(next,"tiff:ResolutionUnit",exception);
653 value=GetImageProperty(next,"exif:ResolutionUnit",exception);
    [all...]
identify.c     [all...]
property.c 400 % GetImageProperty() gets a value associated with an image property.
409 % The format of the GetImageProperty method is:
411 % const char *GetImageProperty(const Image *image,const char *key,
    [all...]
montage.c 560 value=GetImageProperty(image_list[i],"label",exception);
783 value=GetImageProperty(image,"label",exception);
822 value=GetImageProperty(image,"label",exception);
    [all...]
colorspace.c 604 value=GetImageProperty(image,"gamma",exception);
608 value=GetImageProperty(image,"film-gamma",exception);
612 value=GetImageProperty(image,"reference-black",exception);
616 value=GetImageProperty(image,"reference-white",exception);
    [all...]
  /external/ImageMagick/coders/
thumbnail.c 190 property=GetImageProperty(image,"exif:JPEGInterchangeFormat",exception);
194 property=GetImageProperty(image,"exif:JPEGInterchangeFormatLength",exception);
cip.c 205 value=GetImageProperty(image,"label",exception);
json.c     [all...]
ps2.c 557 value=GetImageProperty(image,"label",exception);
599 value=GetImageProperty(image,"label",exception);
664 value=GetImageProperty(image,"label",exception);
700 value=GetImageProperty(image,"label",exception);
719 value=GetImageProperty(image,"label",exception);
    [all...]
ps3.c 997 value=GetImageProperty(image,"label",exception);
    [all...]
braille.c 245 value=GetImageProperty(image,"label",exception);
label.c 133 label=GetImageProperty(image,"label",exception);
hdr.c 717 property=GetImageProperty(image,"comment",exception);
724 property=GetImageProperty(image,"hdr:exposure",exception);
caption.c 156 caption=ConstantString(GetImageProperty(image,"caption",exception));
html.c 308 value=GetImageProperty(image,"label",exception);
ps.c     [all...]
pdf.c     [all...]
pango.c 201 caption=ConstantString(GetImageProperty(image,"caption",exception));
vips.c 755 metadata=GetImageProperty(image,"vips:metadata",exception);
fpx.c 911 label=GetImageProperty(image,"label",exception);
928 comment=GetImageProperty(image,"comment",exception);
    [all...]
tiff.c     [all...]
  /external/ImageMagick/Magick++/lib/
ImageRef.cpp 136 property=GetImageProperty(_image,"Signature",exceptionInfo);
140 property=GetImageProperty(_image,"Signature",exceptionInfo);
  /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>
185 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/property_8c.html" id="GetImageProperty">GetImageProperty</a></h2>
187 <p>GetImageProperty() gets a value associated with an image property.</p>
193 <p>The format of the GetImageProperty method is:</p>
196 const char *GetImageProperty(const Image *image,const char *key,
  /external/ImageMagick/MagickWand/
magick-property.c 649 (void) GetImageProperty(wand->images,"exif:*",wand->exception);
    [all...]

Completed in 1157 milliseconds

1 2 3