Re: [PHP] How does one obtain the resolution of an image in PHP? [SOLVED]

2006-03-17 Thread Simon M. Campden-Main
s at: http://www.campden-main.com/~orchids/test/test_exif_2.php Thanks to all and, until the next time, Take Care! Simon [EMAIL PROTECTED] "- Edwin -" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi! > > On Thu, 16 Mar 2006 08:13:41 -0800 >

Re: [PHP] How does one obtain the resolution of an image in PHP?

2006-03-16 Thread Simon M. Campden-Main
Thanks again, Tedd. I've checked out the links but still no luck. As I stated (Or implied.) in my first post, I have played with exif_read_data() but it is of little use with the scanned images I've examined. You can see results of my experiments with exif_read_data() and getimagesize() at: htt

Re: [PHP] How does one obtain the resolution of an image in PHP?

2006-03-16 Thread Simon M. Campden-Main
Thank you for your response, Tedd. T> There was a discussion on this a few weeks back -- you might look through the archives. I'm reasonably certain I saw the thread but it was no help. I will go back and review it in case I missed something. T> However, the bottom line was that images (other t

[PHP] How does one obtain the resolution of an image in PHP?

2006-03-16 Thread Simon M. Campden-Main
Good morning, folks. Can any one direct me to a snippet or suggest an approach to obtaining the resolution of an image [file] with PHP. exif_read_data() is great if the image was taken with a camera that is exif compliant, but is no help with my scanned images. getimagesize() gives me height and

[PHP] How does one obtain the resolution of an image in PHP?

2006-03-16 Thread Simon M. Campden-Main
Good morning, folks. Can any one direct me to a snippet or suggest an approach to obtaining the resolution of an image [file] with PHP. exif_read_data() is great if the image was taken with a camera that is exif compliant, but is no help with my scanned images. getimagesize() gives me height a