Home
last modified time | relevance | path

Searched refs:quantizeImage (Results 1 – 8 of 8) sorted by relevance

/imagick/tests/
H A D101_Imagick_quantizeImage_basic.phpt2 Test Imagick, quantizeImage
13 function quantizeImage($numberColors, $colorSpace, $treeDepth, $dither) {
16 $imagick->quantizeImage($numberColors, $colorSpace, $treeDepth, $dither, false);
22 quantizeImage($numberColors, $colorSpace, $treeDepth, $dither) ;
H A D237_Tutorial_deconstructGif_basic.phpt28 $backgroundPalette->quantizeImage(240, \Imagick::COLORSPACE_RGB, 8, false, false);
31 $blackWhitePalette->quantizeImage(16, \Imagick::COLORSPACE_RGB, 8, false, false);
H A D278_Imagick_optimaze_gif.phpt31 $backgroundPalette->quantizeImage(240, \Imagick::COLORSPACE_RGB, 8, false, false);
34 $blackWhitePalette->quantizeImage(16, \Imagick::COLORSPACE_RGB, 8, false, false);
H A D042_Imagick_clutImage_basic.phpt15 //$imagick->quantizeImage(16, \Imagick::COLORSPACE_YIQ, 8, true, false);
H A D163_Imagick_uniqueImageColors_basic.phpt16 $imagick->quantizeImage(256, \Imagick::COLORSPACE_YIQ, 0, false, false);
/imagick/
H A DImagick.stub.php1022 public function quantizeImage( function in Imagick
H A DImagick_arginfo.h5745 ZEND_METHOD(Imagick, quantizeImage);
6424 ZEND_ME(Imagick, quantizeImage, arginfo_class_Imagick_quantizeImage, ZEND_ACC_PUBLIC)
H A Dimagick_class.c5122 PHP_METHOD(Imagick, quantizeImage) in PHP_METHOD() argument

Completed in 56 milliseconds