Lines Matching refs:parameter

1699 			foreach ($CannotMagickParameters as $parameter) {
1700 if (isset($this->$parameter)) {
1701 …$this->DebugMessage('cannot process with ImageMagick because "'.$parameter.'" is set', __FILE__, _…
1711 foreach ($UnAllowedParameters as $parameter) {
1712 if (isset($this->$parameter)) {
1713 …$this->DebugMessage('$this->useRawIMoutput=false because "'.$parameter.'" is set', __FILE__, __LIN…
2038 @list($command, $parameter) = explode('|', $filtercommand, 2);
2042 … ' -modulate '.phpthumb_functions::escapeshellarg_replacement((100 + (int) $parameter).',100,100');
2049 $contDiv10 = round((int) $parameter / 10);
2069 if ($parameter == 100) {
2073 …-modulate '.phpthumb_functions::escapeshellarg_replacement('100,'.(100 - (int) $parameter).',100');
2081 if ($parameter == -100) {
2085 …-modulate '.phpthumb_functions::escapeshellarg_replacement('100,'.(100 + (int) $parameter).',100');
2101 @list($amount, $color) = explode('|', $parameter);
2110 @list($amount, $color) = explode('|', $parameter);
2120 @list($amount) = explode('|', $parameter);
2138 @list($amount) = explode('|', $parameter);
2149 @list($colors, $dither) = explode('|', $parameter);
2160 if (strpos(strtolower($parameter), 'x') !== false) {
2163 if (strpos(strtolower($parameter), 'y') !== false) {
2172 $parameter = (!empty($parameter) ? $parameter : 2);
2173 … -edge '.phpthumb_functions::escapeshellarg_replacement(!empty($parameter) ? (int) $parameter : 1);
2180 $parameter = (!empty($parameter) ? $parameter : 2);
2181 … $commandline .= ' -emboss '.phpthumb_functions::escapeshellarg_replacement((int) $parameter);
2182 if ($parameter < 2) {
2190 @list($band, $method, $threshold) = explode('|', $parameter);
2253 @list($threshold) = explode('|', $parameter);
2269 @list($radius) = explode('|', $parameter);
2277 @list($radius) = explode('|', $parameter);
2291 @list($amount, $radius, $threshold) = explode('|', $parameter);
2303 @list($width, $rX, $rY, $color) = explode('|', $parameter);
2813 @list($command, $parameter) = explode('|', $filtercommand, 2);
2814 …$this->DebugMessage('Attempting to process filter command "'.$command.'('.$parameter.')"', __FILE_…
2817 $phpthumbFilters->Brightness($this->gdimg_output, $parameter);
2821 $phpthumbFilters->Contrast($this->gdimg_output, $parameter);
2825 $phpthumbFilters->Desaturate($this->gdimg_output, $parameter, '');
2829 $phpthumbFilters->Saturation($this->gdimg_output, $parameter, '');
2841 @list($amount, $color) = explode('|', $parameter, 2);
2850 @list($amount, $color) = explode('|', $parameter, 2);
2855 $phpthumbFilters->Gamma($this->gdimg_output, $parameter);
2863 $phpthumbFilters->Threshold($this->gdimg_output, $parameter);
2871 @list($colors, $dither) = explode('|', $parameter, 2);
2878 …s->Flip($this->gdimg_output, strpos(strtolower($parameter), 'x') !== false, strpos(strtolower($par…
2890 @list($width, $color1, $color2) = explode('|', $parameter, 3);
2895 @list($band, $method, $threshold) = explode('|', $parameter, 3);
2904 $phpthumbFilters->WhiteBalance($this->gdimg_output, $parameter);
2912 …colors, $width, $height, $alignment, $opacity, $margin_x, $margin_y) = explode('|', $parameter, 8);
2925 … @list($frame_width, $edge_width, $color_frame, $color1, $color2) = explode('|', $parameter, 5);
2935 @list($distance, $width, $color, $angle, $fade) = explode('|', $parameter, 5);
2944 @list($mask_filename, $invert) = explode('|', $parameter, 2);
2982 @list($radius_x, $radius_y) = explode('|', $parameter, 2);
2992 @list($left, $right, $top, $bottom) = explode('|', $parameter, 4);
2997 @list($border_width, $radius_x, $radius_y, $hexcolor_border) = explode('|', $parameter, 4);
3003 @list($filename, $underlay, $margin, $opacity) = explode('|', $parameter, 4);
3074 …me, $alignment, $opacity, $margin['x'], $margin['y'], $rotate_angle) = explode('|', $parameter, 6);
3130 … $margin, $angle, $bg_color, $bg_opacity, $fillextend, $lineheight) = explode('|', $parameter, 12);
3153 @list($radius) = explode('|', $parameter, 1);
3175 $phpthumbFilters->Smooth($this->gdimg_output, $parameter);
3179 @list($amount, $radius, $threshold) = explode('|', $parameter, 3);
3203 @list($newwidth, $newheight, $stretch) = explode('|', $parameter);
3233 @list($angle, $bgcolor) = explode('|', $parameter, 2);
3238 @list($hexcolor, $min_limit, $max_limit) = explode('|', $parameter, 3);
3254 …$this->DebugMessage('Finished processing filter command "'.$command.'('.$parameter.')"', __FILE__,…
3607 foreach ($CannotBeSetParameters as $parameter) {
3608 if ($this->$parameter) {