_Added in 1.9.1_ *$pic(filename)* Returns the filesize/imagesize of a image file. *Parameters* table(ktable). |*Parameter*|*Description*| | filename | Image file to check. | *Properties* table(ktable). |*Property*|*Description*| | .width | Return the image width. | | .height | Return the image height. | | .size | Return the image size. | *Example*
; Print width and height of a image file.
//echo -ag Image width is $pic(image.jpg).width height is $pic(image.jpg).height