Note: This is an archived post that was originally sent to the Hollywood mailing list on 03 Feb 2008 03:22:48 +0300
Hello,
I've a bunch of images (in files) and I need to know their width and height before displaying them. How can I do that?
-- JANNE janne.email-address-removed@nospam.com
[03 Feb 2008] Image size
[03 Feb 2008] Re: Image size
Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 3 Feb 2008 02:37:50 +0100 (CET)
Hi,
width=GetAttribute(#BRUSH,1,#ATTRWIDTH)
-- Robin - http://my.morphosi.net/
Hi,
Take a look at GetAttribute.Try sth likeI've a bunch of images (in files) and I need to know their width and height before displaying them. How can I do that?
width=GetAttribute(#BRUSH,1,#ATTRWIDTH)
-- Robin - http://my.morphosi.net/
[03 Feb 2008] Re: Image size
Note: This is an archived post that was originally sent to the Hollywood mailing list on 03 Feb 2008 09:28:51 +0300
Hello Robin,
-- JANNE janne.email-address-removed@nospam.com
Hello Robin,
Thank you!Take a look at GetAttribute.Try sth like
width=GetAttribute(#BRUSH,1,#ATTRWIDTH)
-- JANNE janne.email-address-removed@nospam.com