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

1 2

  /external/ImageMagick/MagickCore/
profile.h 43 *GetImageProfile(const Image *,const char *);
constitute.c 721 profile=GetImageProfile(next,"icc");
723 profile=GetImageProfile(next,"icm");
724 profile=GetImageProfile(next,"iptc");
726 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 242 % GetImageProfile() gets a profile associated with an image by name.
244 % The format of the GetImageProfile method is:
246 % const StringInfo *GetImageProfile(const Image *image,const char *name)
255 MagickExport const StringInfo *GetImageProfile(const Image *image,
    [all...]
methods.h 457 #define GetImageProfile PrependMagickMethod(GetImageProfile)
    [all...]
identify.c     [all...]
  /external/ImageMagick/coders/
thumbnail.c 187 profile=GetImageProfile(image,"exif");
meta.c     [all...]
mpc.c 825 profile=GetImageProfile(image,name);
    [all...]
jpeg.c 298 profile=GetImageProfile(image,"8bim");
513 icc_profile=(StringInfo *) GetImageProfile(image,"icc");
619 iptc_profile=(StringInfo *) GetImageProfile(image,"8bim");
727 previous_profile=GetImageProfile(image,name);
    [all...]
miff.c     [all...]
pict.c     [all...]
ps.c     [all...]
psd.c     [all...]
cin.c 973 profile=GetImageProfile(image,"dpx:user.data");
    [all...]
json.c     [all...]
bmp.c     [all...]
gif.c     [all...]
tiff.c     [all...]
dpx.c     [all...]
  /external/ImageMagick/www/api/
profile.php 55 <p class="text-center"><a href="profile.php#CloneImageProfiles">CloneImageProfiles</a> &bull; <a href="profile.php#DeleteImageProfile">DeleteImageProfile</a> &bull; <a href="profile.php#DestroyImageProfiles">DestroyImageProfiles</a> &bull; <a href="profile.php#GetImageProfile">GetImageProfile</a> &bull; <a href="profile.php#GetNextImageProfile">GetNextImageProfile</a> &bull; <a href="profile.php#ProfileImage">ProfileImage</a> &bull; <a href="profile.php#RemoveImageProfile">RemoveImageProfile</a> &bull; <a href="profile.php#ResetImageProfileIterator">ResetImageProfileIterator</a> &bull; <a href="profile.php#SetImageProfile">SetImageProfile</a> &bull; <a href="profile.php#SyncImageProfiles">SyncImageProfiles</a></p>
132 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/profile_8c.html" id="GetImageProfile">GetImageProfile</a></h2>
134 <p>GetImageProfile() gets a profile associated with an image by name.</p>
136 <p>The format of the GetImageProfile method is:</p>
139 const StringInfo *GetImageProfile(const Image *image,const char *name)
  /external/ImageMagick/MagickWand/
magick-property.c 735 profile=GetImageProfile(wand->images,name);
805 (void) GetImageProfile(wand->images,"exif:*");
    [all...]
operation.c     [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 761 exif_profile=GetImageProfile(constImage(),"exif");
1008 color_profile=GetImageProfile(constImage(),"icc");
1060 iptc_profile=GetImageProfile(constImage(),"iptc");
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h     [all...]

Completed in 778 milliseconds

1 2