Page 1 of 1

[03 Feb 2008] Image size

Posted: Sat Jun 13, 2020 5:31 pm
by jap
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] Re: Image size

Posted: Sat Jun 13, 2020 5:31 pm
by Robin
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,
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?
Take a look at GetAttribute.Try sth like

width=GetAttribute(#BRUSH,1,#ATTRWIDTH)

-- Robin - http://my.morphosi.net/

[03 Feb 2008] Re: Image size

Posted: Sat Jun 13, 2020 5:31 pm
by jap
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,
Take a look at GetAttribute.Try sth like

width=GetAttribute(#BRUSH,1,#ATTRWIDTH)
Thank you!

-- JANNE janne.email-address-removed@nospam.com