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

  /external/ImageMagick/MagickCore/
profile.h 49 SetImageProfile(Image *,const char *,const StringInfo *,ExceptionInfo *);
profile.c     [all...]
methods.h     [all...]
property.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>
269 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/profile_8c.html" id="SetImageProfile">SetImageProfile</a></h2>
271 <p>SetImageProfile() adds a named profile to the image. If a profile with the same name already exists, it is replaced. This method differs from the ProfileImage() method in that it does not apply CMS color profiles.</p>
273 <p>The format of the SetImageProfile method is:</p>
276 MagickBooleanType SetImageProfile(Image *image,const char *name,
  /external/ImageMagick/coders/
meta.c     [all...]
ps.c 644 (void) SetImageProfile(image,"icc",profile,exception);
666 (void) SetImageProfile(image,"8bim",profile,exception);
693 (void) SetImageProfile(image,"xmp",profile,exception);
    [all...]
jpeg.c 521 status=SetImageProfile(image,"icc",profile,exception);
627 status=SetImageProfile(image,"8bim",profile,exception);
743 status=SetImageProfile(image,name,profile,exception);
    [all...]
pict.c     [all...]
jp2.c 430 SetImageProfile(image,"icc",profile,exception);
    [all...]
mpc.c 618 (void) SetImageProfile(image,keyword+8,profile,exception);
    [all...]
cin.c 719 (void) SetImageProfile(image,"dpx:user.data",profile,exception);
    [all...]
gif.c     [all...]
dpx.c     [all...]
miff.c 909 (void) SetImageProfile(image,keyword+8,profile,exception);
    [all...]
psd.c 641 (void) SetImageProfile(image,"8bim",profile,exception);
    [all...]
png.c     [all...]
tiff.c 537 status=SetImageProfile(image,name,profile,exception);
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h     [all...]
  /external/ImageMagick/MagickWand/
magick-property.c     [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 750 (void) SetImageProfile(image(),"exif",exif_profile,exceptionInfo);
1049 (void) SetImageProfile(image(),"iptc",iptc_profile,exceptionInfo);
    [all...]

Completed in 700 milliseconds