Searched refs:quantizeImage (Results 1 – 8 of 8) sorted by relevance
/imagick/tests/ |
H A D | 101_Imagick_quantizeImage_basic.phpt | 2 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 D | 237_Tutorial_deconstructGif_basic.phpt | 28 $backgroundPalette->quantizeImage(240, \Imagick::COLORSPACE_RGB, 8, false, false); 31 $blackWhitePalette->quantizeImage(16, \Imagick::COLORSPACE_RGB, 8, false, false);
|
H A D | 278_Imagick_optimaze_gif.phpt | 31 $backgroundPalette->quantizeImage(240, \Imagick::COLORSPACE_RGB, 8, false, false); 34 $blackWhitePalette->quantizeImage(16, \Imagick::COLORSPACE_RGB, 8, false, false);
|
H A D | 042_Imagick_clutImage_basic.phpt | 15 //$imagick->quantizeImage(16, \Imagick::COLORSPACE_YIQ, 8, true, false);
|
H A D | 163_Imagick_uniqueImageColors_basic.phpt | 16 $imagick->quantizeImage(256, \Imagick::COLORSPACE_YIQ, 0, false, false);
|
/imagick/ |
H A D | Imagick.stub.php | 1022 public function quantizeImage( function in Imagick
|
H A D | Imagick_arginfo.h | 5745 ZEND_METHOD(Imagick, quantizeImage); 6424 ZEND_ME(Imagick, quantizeImage, arginfo_class_Imagick_quantizeImage, ZEND_ACC_PUBLIC)
|
H A D | imagick_class.c | 5122 PHP_METHOD(Imagick, quantizeImage) in PHP_METHOD() argument
|
Completed in 59 milliseconds