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

1 2

  /external/ImageMagick/MagickCore/
attribute.h 39 SetImageType(Image *,const ImageType,ExceptionInfo *);
colormap.c 199 (void) SetImageType(image,PaletteType,exception);
attribute.c 799 % To ensure the image type matches its potential, use SetImageType():
801 % (void) SetImageType(image,IdentifyImageType(image,exception),exception);
    [all...]
compress.c 765 (void) SetImageType(huffman_image,BilevelType,exception);
    [all...]
  /external/ImageMagick/coders/
thumbnail.c 211 (void) SetImageType(thumbnail_image,thumbnail_image->alpha_trait ==
matte.c 189 (void) SetImageType(matte_image,TrueColorAlphaType,exception);
art.c 323 (void) SetImageType(image,BilevelType,exception);
braille.c 271 (void) SetImageType(image,BilevelType,exception);
mono.c 328 (void) SetImageType(image,BilevelType,exception);
otb.c 347 (void) SetImageType(image,BilevelType,exception);
rgf.c 360 (void) SetImageType(image,BilevelType,exception);
uil.c 263 (void) SetImageType(image,PaletteType,exception);
wbmp.c 391 (void) SetImageType(image,BilevelType,exception);
xpm.c 739 (void) SetImageType(picon,PaletteType,exception);
937 (void) SetImageType(image,PaletteType,exception);
949 (void) SetImageType(image,PaletteBilevelAlphaType,exception);
967 (void) SetImageType(image,PaletteBilevelAlphaType,exception);
    [all...]
jbig.c 481 (void) SetImageType(image,BilevelType,exception);
map.c 390 (void) SetImageType(image,PaletteType,exception);
sixel.c     [all...]
xbm.c 546 (void) SetImageType(image,BilevelType,exception);
gif.c     [all...]
ps3.c 534 (void) SetImageType(mask_image,BilevelType,exception);
535 (void) SetImageType(mask_image,PaletteType,exception);
    [all...]
png.c     [all...]
palm.c 767 (void) SetImageType(image,PaletteType,exception);
    [all...]
sun.c     [all...]
tiff.c     [all...]
  /external/ImageMagick/www/api/
attribute.php 55 <p class="text-center"><a href="attribute.php#GetImageDepth">GetImageDepth</a> &bull; <a href="attribute.php#GetImageQuantumDepth">GetImageQuantumDepth</a> &bull; <a href="attribute.php#GetImageType">GetImageType</a> &bull; <a href="attribute.php#IdentifyImageGray">IdentifyImageGray</a> &bull; <a href="attribute.php#IdentifyImageMonochrome">IdentifyImageMonochrome</a> &bull; <a href="attribute.php#IdentifyImageType">IdentifyImageType</a> &bull; <a href="attribute.php#IsImageGray">IsImageGray</a> &bull; <a href="attribute.php#IsImageMonochrome">IsImageMonochrome</a> &bull; <a href="attribute.php#IsImageOpaque">IsImageOpaque</a> &bull; <a href="attribute.php#SetImageDepth">SetImageDepth</a> &bull; <a href="attribute.php#SetImageType">SetImageType</a></p>
193 <p>To ensure the image type matches its potential, use SetImageType():</p>
196 (void) SetImageType(image,IdentifyImageType(image,exception),exception);
329 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/attribute_8c.html" id="SetImageType">SetImageType</a></h2>
331 <p>SetImageType() sets the type of image. Choose from these types:</p>
335 <p>The format of the SetImageType method is:</p>
338 MagickBooleanType SetImageType(Image *image,const ImageType type,

Completed in 2812 milliseconds

1 2