Image Advanced Filters Example

The image processor supports image filters such as OilPaint and DuoTone. The following example generates an HTML img tag where an oil paint and a red duo tone filter will be applied to the smartsite logo image.

Smartsite SXML CopyCode image Copy Code
<se:image
    location="SMARTSITELOGO"
    oilpaint="true"
    duotonetint="red" />
Example Result CopyCode image Copy Code
<img src="/test.net?id=SMARTSITELOGO&amp;hid=img;tint=red;oil=1" alt="Smartsite Logo Transparent" style="width:166px;height:56px" />