Re: [PHP] Re: Image resolution and php

2002-09-18 Thread Eric C. Pollitt
2002 14:10:58 +0200 > To: [EMAIL PROTECTED] > Subject: [PHP] Re: Image resolution and php > >> I need to get resolution information (dpi) from any >> image of jpg, gif or png formats. >> >> It would be sufficient to obtain pixel and inches >> dimension of s

RE: [PHP] Re: Image resolution and php

2002-09-18 Thread Mark Charette
image on a 1200x1200dpi printer will be exactly one quarter the size of the same image printed on a 300x300 dpi printer. -Original Message- From: Jome [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 8:11 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: Image resolution and php >

[PHP] Re: Image resolution and php

2002-09-18 Thread Jome
> I need to get resolution information (dpi) from any > image of jpg, gif or png formats. > > It would be sufficient to obtain pixel and inches > dimension of such images and calculate resolution by > simply dividing but I haven't found any function that > gets effective dimensions in inches. htt