Solarise Command

Smartsite 7.8 - ...

The Solarise command adjusts the blue, green and/or red color components of an image.
This filter applies a color inversion, using the specified threshold values for each color.

Available as of Smartsite 7.8.

Parameters

Shorthand Values
solarise Set to 1 to apply this filter.
bluelevel A value between 0 and 255.
greenlevel A value between 0 and 255.
redlevel A value between 0 and 255.

Command definition

XML CopyCode image Copy Code
  <add id="solarise" type="Smartsite.ImageProcessor.Commands.SolarisationCommand, Smartsite.ImageProcessor" enabled="true">
    <parameters>
      <add name="solarise" shortcut="solarise" />
      <add name="bluelevel" shortcut="bluelevel" />
      <add name="greenlevel" shortcut="greenlevel" />
      <add name="redlevel" shortcut="redlevel" />
    </parameters>
  </add>

Examples

Original image
Original image

Example: solarise filter
Solarise filter: blue level=120, red level=70, green level=85 (?hid=img;solarise=1;bluelevel=120;redlevel=70;greenlevel=85;)