internal package
Foswiki::Plugins::ImagePlugin::Filter internal package
Foswiki::Plugins::ImagePlugin::Filter ClassMethod
new($core) → $filterService ObjectMethod
mage() → $imageMagick ObjectMethod
createImage() → $imageMagick ObjectMethod
apply($filterName) → $result filter_...
method. The special
filter name "none" does nothing. Note that filter aliases may
be specified such as "negative" actually is "negate", "saturation" is "saturate"
as configured in the class constructor.
ObjectMethod
filter_autogamma() ObjectMethod
filter_autolevel() ObjectMethod
filter_background($color) ObjectMethod
filter_blueshift($fractor) ObjectMethod
filter_blur($radius, $sigma) ObjectMethod
filter_brightness($brightness) ObjectMethod
filter_charcoal($radius, $sigma) ObjectMethod
filter_colorize($fill, $blend) ObjectMethod
filter_contrast(@contrasts) ObjectMethod
filter_emboss($radius, $sigma) ObjectMethod
filter_equalize($channel) ObjectMethod
filter_gamma($gamma) ObjectMethod
filter_grayscale($factor) ObjectMethod
filter_hue($hue) ObjectMethod
filter_level(@levels) ObjectMethod
filter_levelcolors($color1, $color2, $invert) ObjectMethod
filter_negate() ObjectMethod
filter_noise($noise, $attenuate) ObjectMethod
filter_normalize($channel) ObjectMethod
filter_oilpaint($radius) ObjectMethod
filter_posterize($levels) ObjectMethod
filter_saturate($saturation) ObjectMethod
filter_sepia($factor) ObjectMethod
filter_tint($fill) ObjectMethod
filter_vignette($factor, $color) ObjectMethod
filter_1977($factor) ObjectMethod
filter_gotham($factor) ObjectMethod
filter_inkwell($factor) ObjectMethod
filter_kelvin($factor) ObjectMethod
filter_moon($factor) ObjectMethod
filter_lomo($factor) ObjectMethod
filter_nashville($factor) ObjectMethod
filter_toaster($factor) ObjectMethod
filter_hudson($factor)