[03 Feb 2008] Image size

Contains all messages from the Hollywood mailing list between 01/2006 and 08/2012
Locked
User avatar
jap
Posts: 61
Joined: Sun Feb 14, 2010 12:24 pm
Contact:

[03 Feb 2008] Image size

Post 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
Robin
Posts: 16
Joined: Sun Feb 14, 2010 6:29 pm

[03 Feb 2008] Re: Image size

Post 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/
User avatar
jap
Posts: 61
Joined: Sun Feb 14, 2010 12:24 pm
Contact:

[03 Feb 2008] Re: Image size

Post 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
Locked