<% Image.height %>
macro renders the height of the image
Sourcecode in Image/macros.js:
1:
function height_macro(param) {
2:
res.write(this.height);
3:
return;
4:
}