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