Re: Grabbing image size values

2001-07-03 Thread Mark Woods
the CF_ImageSize tag in the tag gallery doesn't work correctly with some jpeg images saved in Photoshop 5.5 (possibly other versions too, haven't tested them though). Mark ~~ Structure your ColdFusion code with Fusebox. Get the official book

Grabbing image size values

2001-07-01 Thread Ben Densmore
can someone tell me if there is a way to grab the height and width of an image that someone has uploaded to a server? or am I better off doing it in Javascript? Thanks, Ben Densmore ~~ Structure your ColdFusion code with Fusebox. Get the

Re: Grabbing image size values

2001-07-01 Thread Joseph Thompson
There is a nice little CF_ImageSize tag in the gallery. It just opens the file and grabs the size from the image header. - Original Message - From: Ben Densmore [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, July 01, 2001 2:18 PM Subject: Grabbing image size values can