/external/ImageMagick/MagickCore/ |
property.h | 32 *GetImageProperty(const Image *,const char *,ExceptionInfo *),
|
identify.c | [all...] |
constitute.c | 676 value=GetImageProperty(next,"exif:Orientation",exception); 678 value=GetImageProperty(next,"tiff:Orientation",exception); 685 value=GetImageProperty(next,"exif:XResolution",exception); 697 value=GetImageProperty(next,"exif:YResolution",exception); 709 value=GetImageProperty(next,"exif:ResolutionUnit",exception); 711 value=GetImageProperty(next,"tiff:ResolutionUnit",exception); [all...] |
montage.c | 561 value=GetImageProperty(image_list[i],"label",exception); 792 value=GetImageProperty(image,"label",exception); 831 value=GetImageProperty(image,"label",exception); [all...] |
colorspace.c | 661 value=GetImageProperty(image,"gamma",exception); 665 value=GetImageProperty(image,"film-gamma",exception); 669 value=GetImageProperty(image,"reference-black",exception); 673 value=GetImageProperty(image,"reference-white",exception); [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...] |
methods.h | 422 #define GetImageProperty PrependMagickMethod(GetImageProperty) [all...] |
/external/ImageMagick/coders/ |
thumbnail.c | 190 property=GetImageProperty(image,"exif:JPEGInterchangeFormat",exception); 196 property=GetImageProperty(image,"exif:JPEGInterchangeFormatLength",exception);
|
cip.c | 205 value=GetImageProperty(image,"label",exception);
|
json.c | [all...] |
ps2.c | 560 value=GetImageProperty(image,"label",exception); 602 value=GetImageProperty(image,"label",exception); 667 value=GetImageProperty(image,"label",exception); 708 value=GetImageProperty(image,"label",exception); 728 value=GetImageProperty(image,"label",exception); [all...] |
ps3.c | 1006 value=GetImageProperty(image,"label",exception); [all...] |
braille.c | 245 value=GetImageProperty(image,"label",exception);
|
hdr.c | 718 property=GetImageProperty(image,"comment",exception); 726 property=GetImageProperty(image,"hdr:exposure",exception);
|
html.c | 309 value=GetImageProperty(image,"label",exception);
|
ps.c | [all...] |
pdf.c | [all...] |
pango.c | 207 caption=ConstantString(GetImageProperty(image,"caption",exception));
|
vips.c | 758 metadata=GetImageProperty(image,"vips:metadata",exception);
|
fpx.c | 910 label=GetImageProperty(image,"label",exception); 927 comment=GetImageProperty(image,"comment",exception); [all...] |
tiff.c | [all...] |
jpeg.c | [all...] |
msl.c | [all...] |
/external/ImageMagick/Magick++/lib/ |
ImageRef.cpp | 136 property=GetImageProperty(_image,"Signature",exceptionInfo); 140 property=GetImageProperty(_image,"Signature",exceptionInfo);
|
/external/ImageMagick/MagickWand/ |
magick-property.c | 649 (void) GetImageProperty(wand->images,"exif:*",wand->exception); [all...] |