RE: How to get a JPEG's width/height (not cf_imgagesize)?

2002-11-21 Thread Lofback, Chris
I use CFX_ImageInfo. It's free, has lots of neat extras (see docs below) and has worked flawlessly for me for a looong time. You can find it on the MM Dev Exch. Chris Lofback Sr. Web Developer TRX Integration 28051 US 19 N., Ste. C Clearwater, FL 33761 www.trxi.com CFX_ImageInfo docs: VARI

Re: How to get a JPEG's width/height (not cf_imgagesize)?

2002-11-21 Thread Zac Spitzer
Bob Haroche wrote: > I need to determine the width and height of JPEG's being uploaded. I've used > the free cf_imagesize but it sometimes returns the wrong dimensions. I'm > told it's just buggy with JPEG's. > > I'm deploying to a shared hosting situation so I can't control what can be > installe

RE: How to get a JPEG's width/height (not cf_imgagesize)?

2002-11-21 Thread Craig Dudley
cfx_image works no problems for us. w=#img_width#/h=#img_height# -Original Message- From: Bob Haroche [mailto:[EMAIL PROTECTED]] Sent: 21 November 2002 17:23 To: CF-Talk Subject: How to get a JPEG's width/height (not cf_imgagesize)? I need to determine the width and height of JPEG's be