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

1 2

  /external/ImageMagick/MagickCore/
profile.h 43 *GetImageProfile(const Image *,const char *);
constitute.c 783 profile=GetImageProfile(next,"icc");
785 profile=GetImageProfile(next,"icm");
786 profile=GetImageProfile(next,"iptc");
788 profile=GetImageProfile(next,"8bim");
    [all...]
property.c 450 profile=GetImageProfile(image,"iptc");
452 profile=GetImageProfile(image,"8bim");
622 profile=GetImageProfile(image,"8bim");
    [all...]
profile.c 279 % GetImageProfile() gets a profile associated with an image by name.
281 % The format of the GetImageProfile method is:
283 % const StringInfo *GetImageProfile(const Image *image,const char *name)
292 MagickExport const StringInfo *GetImageProfile(const Image *image,
    [all...]
methods.h 421 #define GetImageProfile PrependMagickMethod(GetImageProfile)
    [all...]
identify.c     [all...]
  /external/ImageMagick/coders/
thumbnail.c 187 profile=GetImageProfile(image,"exif");
meta.c     [all...]
webp.c 875 profile=GetImageProfile(image,"ICC");
882 profile=GetImageProfile(image,"EXIF");
889 profile=GetImageProfile(image,"XMP");
jpeg.c 308 profile=GetImageProfile(image,"8bim");
563 icc_profile=(StringInfo *) GetImageProfile(image,"icc");
681 iptc_profile=(StringInfo *) GetImageProfile(image,"8bim");
798 previous_profile=GetImageProfile(image,name);
    [all...]
heic.c 535 profile=GetImageProfile(image,name);
pdf.c     [all...]
mpc.c     [all...]
pict.c     [all...]
ps.c     [all...]
psd.c     [all...]
miff.c     [all...]
cin.c 981 profile=GetImageProfile(image,"dpx:user.data");
    [all...]
json.c     [all...]
gif.c     [all...]
tiff.c     [all...]
bmp.c     [all...]
  /external/ImageMagick/MagickWand/
magick-property.c 735 profile=GetImageProfile(wand->images,name);
805 (void) GetImageProfile(wand->images,"exif:*");
    [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 750 exif_profile=GetImageProfile(constImage(),"exif");
1004 color_profile=GetImageProfile(constImage(),"icc");
1056 iptc_profile=GetImageProfile(constImage(),"iptc");
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h     [all...]

Completed in 280 milliseconds

1 2