Rotate Tag

Arbitrarily rotates an image and optionally extends the canvas in case the resulting image doesn't fit the boundaries of the old one.

ParameterDescriptionRequiredAllowed ValuesDefault
extendExtend the rotated image by the amount of pixels necessary to fit in the results.No[true, false]false
backgroundColorIf extend is set to true, this value will determine the color to fill the canvas extension with.No[#RRGGBB]n/a
orientationThe orientation in degrees, the new image will have based on the original orientation assumed bein 0 for 'north'.No[0-360]0
idHTML id attribute.No[CData]n/a
imageImage source URI.Yes[URI]n/a
encodeEncoding format for the resulting image.No[png , gif , jpg , tif , bmp]Source image format
widthImage width.No[CData]n/a
heightImage height.No[CData]n/a
titleImage title shown on tooltips.No[CData]n/a
borderImage border width.No[CData]n/a
cssClasscss class applied to the image tag.No[CData]n/a
cssStylecss style directly applied to the image tag.No[CData]n/a
onclickJavascript handling for this event.No[Javascript]n/a
ondblclickJavascript handling for this event.No[Javascript]n/a
onmousedownJavascript handling for this event.No[Javascript]n/a
onmouseupJavascript handling for this event.No[Javascript]n/a
onmouseoverJavascript handling for this event.No[Javascript]n/a
onmousemoveJavascript handling for this event.No[Javascript]n/a
onmouseoutJavascript handling for this event.No[Javascript]n/a
onkeydownJavascript handling for this event.No[Javascript]n/a
onkeyupJavascript handling for this event.No[Javascript]n/a