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

[REBOL] How to get size of image?

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