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 |
|
|---|---|
<se:image
location="SMARTSITELOGO"
oilpaint="true"
duotonetint="red" />
|
|
| Example Result |
|
|---|---|
<img src="/test.net?id=SMARTSITELOGO&hid=img;tint=red;oil=1" alt="Smartsite Logo Transparent" style="width:166px;height:56px" /> |
|