Lines Matching refs:band
2190 @list($band, $method, $threshold) = explode('|', $parameter);
2191 $band = ($band ? preg_replace('#[^RGBA\\*]#', '', strtoupper($band)) : '*');
2195 $band = preg_replace('#[^RGBA\\*]#', '', strtoupper($band));
2217 if ($band != '*') {
2218 … $commandline .= ' -channel '.phpthumb_functions::escapeshellarg_replacement(strtoupper($band));
2223 if ($band != '*') {
2231 if ($band != '*') {
2232 … $commandline .= ' -channel '.phpthumb_functions::escapeshellarg_replacement(strtoupper($band));
2235 if ($band != '*') {
2246 $this->fltr[$filterkey] = $command.'|'.$band.'|0|'.$threshold;
2895 @list($band, $method, $threshold) = explode('|', $parameter, 3);
2896 $band = ($band ? preg_replace('#[^RGBA\\*]#', '', strtoupper($band)) : '*');
2900 $phpthumbFilters->HistogramStretch($this->gdimg_output, $band, $method, $threshold);