10 defined(
'JPATH_PLATFORM') or die;
31 public function execute(array $options = array())
34 if (!isset($options[IMG_FILTER_SMOOTH]) || !is_int($options[IMG_FILTER_SMOOTH]))
36 throw new InvalidArgumentException(
'No valid smoothing value was given. Expected integer.');
40 imagefilter($this->handle, IMG_FILTER_SMOOTH, $options[IMG_FILTER_SMOOTH]);