Searched refs:colorSpace (Results 1 – 4 of 4) sorted by relevance
/imagick/tests/ |
H A D | 117_Imagick_segmentImage_basic.phpt | 13 $colorSpace = 1; 15 function segmentImage($colorSpace, $clusterThreshold, $smoothThreshold) { 18 $imagick->segmentImage($colorSpace, $clusterThreshold, $smoothThreshold); 23 segmentImage($colorSpace, $clusterThreshold, $smoothThreshold) ;
|
H A D | 161_Imagick_transformImageColorspace_basic.phpt | 11 $colorSpace = 1; 14 function transformImageColorspace($colorSpace, $channel) { 17 $imagick->transformimagecolorspace($colorSpace); 23 transformImageColorspace($colorSpace, $channel) ;
|
H A D | 101_Imagick_quantizeImage_basic.phpt | 9 $colorSpace = 1; 13 function quantizeImage($numberColors, $colorSpace, $treeDepth, $dither) { 16 $imagick->quantizeImage($numberColors, $colorSpace, $treeDepth, $dither, false); 22 quantizeImage($numberColors, $colorSpace, $treeDepth, $dither) ;
|
/imagick/ |
H A D | imagick_class.c | 6955 long colorSpace; local 6965 colorSpace = MagickGetImageColorspace(intern->magick_wand); 6966 RETVAL_LONG(colorSpace);
|
Completed in 29 milliseconds