Hi expert,

For other image format, i can use below to get the Height and Width

Set p = LoadPicture(imagefile)
PicHt = p.Height
PicWid = p.Width

But loadpicture not support PNG file format, is that any other method to do so?