You'd only need to to do this once and cache the sizes a database table for example.
You might also create an operation to force a cache update, likewise if you are uploading the images via a POST you could create the cache entry on upload. ChrisB On Fri, 2004-01-23 at 12:18, Taco Fleur wrote: > Yeah I reckon it can do it, but to resource hogging.. I reckon.. I'll > find some way to get around the size part, maybe pass it as a url > parameter.. > I did not provide a link to the photo album but since everyone was > smart enough to find it by themselves, did anyone see any pictures > that were not coming up? > > > Taco Fleur > Blog http://www.tacofleur.com/index/blog/ > Methodology http://www.tacofleur.com/index/methodology/ > 0421 851 786 > Tell me and I will forget > Show me and I will remember > Teach me and I will learn > -----Original Message----- > From: James Ellis [mailto:[EMAIL PROTECTED] > Sent: Friday, 23 January 2004 11:03 AM > To: [EMAIL PROTECTED] > Subject: Re: [WSG] URL Encoded > > > Not sure if CF can do something similar but in PHP you can do > this: > > http://sydney.ug.php.net/phpBB2/viewtopic.php?t=45 > getimagesize() is a built in function that returns the width > and height in html format for use in an image tag. No need to > know the image size beforehand. > > Cheers > James > > Taco Fleur wrote: > > I have no width or height tags because I do not know the > > size beforehand, I know I should use this cause it makes the > > browser render it quicker, but then I'd have to make page > > for each photo. > ***************************************************** The > discussion list for http://webstandardsgroup.org/ > ***************************************************** ***************************************************** The discussion list for http://webstandardsgroup.org/ *****************************************************
