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

1 2 3

  /external/ImageMagick/MagickCore/
colorspace.h 63 SetImageColorspace(Image *,const ColorspaceType,ExceptionInfo *),
channel.c 279 (void) SetImageColorspace(destination_image,GRAYColorspace,exception);
385 (void) SetImageColorspace(destination_image,sRGBColorspace,exception);
429 (void) SetImageColorspace(destination_image,GRAYColorspace,exception);
507 (void) SetImageColorspace(combine_image,sRGBColorspace,exception);
509 (void) SetImageColorspace(combine_image,colorspace,exception);
696 (void) SetImageColorspace(separate_image,GRAYColorspace,exception);
    [all...]
colorspace.c 281 if (SetImageColorspace(image,colorspace,exception) == MagickFalse)
327 if (SetImageColorspace(image,colorspace,exception) == MagickFalse)
378 if (SetImageColorspace(image,colorspace,exception) == MagickFalse)
574 if (SetImageColorspace(image,colorspace,exception) == MagickFalse)
684 if (SetImageColorspace(image,colorspace,exception) == MagickFalse)
746 if (SetImageColorspace(image,colorspace,exception) == MagickFalse)
    [all...]
nt-feature.c 184 SetImageColorspace(image,sRGBColorspace,exception);
632 (void) SetImageColorspace(image,sRGBColorspace,exception);
  /external/ImageMagick/www/api/
colorspace.php 55 <p class="text-center"><a href="colorspace.php#SetImageColorspace">SetImageColorspace</a> &bull; <a href="colorspace.php#SetImageGray">SetImageGray</a> &bull; <a href="colorspace.php#SetImageMonochrome">SetImageMonochrome</a> &bull; <a href="colorspace.php#TransformImageColorspace">TransformImageColorspace</a></p>
57 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/colorspace_8c.html" id="SetImageColorspace">SetImageColorspace</a></h2>
59 <p>SetImageColorspace() sets the colorspace member of the Image structure.</p>
61 <p>The format of the SetImageColorspace method is:</p>
64 MagickBooleanType SetImageColorspace(Image *image,
  /external/ImageMagick/coders/
vips.c 453 SetImageColorspace(image,CMYKColorspace,exception);
459 SetImageColorspace(image,GRAYColorspace,exception);
465 SetImageColorspace(image,RGBColorspace,exception);
470 SetImageColorspace(image,sRGBColorspace,exception);
701 (void) SetImageColorspace(image,sRGBColorspace,exception);
xc.c 145 (void) SetImageColorspace(image,pixel.colorspace,exception);
gradient.c 157 (void) SetImageColorspace(image,stops[0].color.colorspace,exception);
mask.c 246 (void) SetImageColorspace(mask_image,GRAYColorspace,exception);
plasma.c 183 (void) SetImageColorspace(image,sRGBColorspace,exception);
gray.c 157 SetImageColorspace(image,GRAYColorspace,exception);
197 SetImageColorspace(image,GRAYColorspace,exception);
exr.c 210 SetImageColorspace(image,RGBColorspace,exception);
416 (void) SetImageColorspace(image,RGBColorspace,exception);
pnm.c 379 (void) SetImageColorspace(image,GRAYColorspace,exception);
384 (void) SetImageColorspace(image,GRAYColorspace,exception);
391 (void) SetImageColorspace(image,GRAYColorspace,exception);
395 (void) SetImageColorspace(image,GRAYColorspace,exception);
406 (void) SetImageColorspace(image,CMYKColorspace,exception);
411 (void) SetImageColorspace(image,CMYKColorspace,exception);
443 (void) SetImageColorspace(image,GRAYColorspace,exception);
486 (void) SetImageColorspace(image,GRAYColorspace,exception);
572 (void) SetImageColorspace(image,GRAYColorspace,exception);
642 (void) SetImageColorspace(image,GRAYColorspace,exception)
    [all...]
art.c 158 SetImageColorspace(image,GRAYColorspace,exception);
sct.c 219 SetImageColorspace(image,CMYKColorspace,exception);
uyvy.c 184 SetImageColorspace(image,YCbCrColorspace,exception);
vicar.c 301 (void) SetImageColorspace(image,GRAYColorspace,exception);
hdr.c 390 (void) SetImageColorspace(image,RGBColorspace,exception);
392 (void) SetImageColorspace(image,XYZColorspace,exception);
dpx.c 863 SetImageColorspace(image,RGBColorspace,exception);
    [all...]
ipl.c 251 if(ipl_info.colors == 3){ SetImageColorspace(image,sRGBColorspace,exception);}
jp2.c 413 SetImageColorspace(image,GRAYColorspace,exception);
421 SetImageColorspace(image,YUVColorspace,exception);
    [all...]
pcd.c 690 SetImageColorspace(image,sRGBColorspace,exception);
844 SetImageColorspace(image,sRGBColorspace,exception);
    [all...]
xcf.c     [all...]
jpeg.c     [all...]
  /external/ImageMagick/www/source/
mgk.c 415 (void) SetImageColorspace(image,RGBColorspace);

Completed in 385 milliseconds

1 2 3