Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

How to get size of image?

 [1/2] from: raimunddold:web at: 13-Aug-2002 11:28


Hi, how can I get the size of an image? If I do a load-image %image I get something like the following:
>> pic1: load-image %sdkurier020605.png
== make image! [1395x1429 #{ FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF... I think this 1395x1429 should be the image size, but how can I access this info? Raimund

 [2/2] from: rebolek:seznam:cz at: 13-Aug-2002 14:02


Hello, it's easy. Try following:
>> pic1/size
== 1395x1429 bye, bolek