High quality bicubic image resize filter for up or downscaling. Scales the image to the specified proportions, disregarding aspect ratio (will stretch or squeeze the image as needed).
| Parameter | Description | Required | Allowed Values | Default |
|---|---|---|---|---|
| id | HTML id attribute. | No | [CData] | n/a |
| image | Image source URI. | Yes | [URI] | n/a |
| encode | Encoding format for the resulting image. | No | [png , gif , jpg , tif , bmp] | Source image format |
| width | Image width. | Yes | [CData] | n/a |
| height | Image height. | Yes | [CData] | n/a |
| smart | This switches the resizer into smart mode which preserves the original Aspect Ratio of the image by smart cropping for resize operations with arbitrary width and height. | No | [true, false] | false |
| title | Image title shown on tooltips. | No | [CData] | n/a |
| border | Image border width. | No | [CData] | n/a |
| cssClass | css class applied to the image tag. | No | [CData] | n/a |
| cssStyle | css style directly applied to the image tag. | No | [CData] | n/a |
| onclick | Javascript handling for this event. | No | [Javascript] | n/a |
| ondblclick | Javascript handling for this event. | No | [Javascript] | n/a |
| onmousedown | Javascript handling for this event. | No | [Javascript] | n/a |
| onmouseup | Javascript handling for this event. | No | [Javascript] | n/a |
| onmouseover | Javascript handling for this event. | No | [Javascript] | n/a |
| onmousemove | Javascript handling for this event. | No | [Javascript] | n/a |
| onmouseout | Javascript handling for this event. | No | [Javascript] | n/a |
| onkeydown | Javascript handling for this event. | No | [Javascript] | n/a |
| onkeyup | Javascript handling for this event. | No | [Javascript] | n/a |