Re: [PHP] Re: Image Resolution

2005-01-26 Thread DvDmanDT
Hmm.. If PDFs are always 72dpi.. Then the OP would in other words need to resize the PDF document (and everything on it) to 200/72 times the normal size, and then the printer would print it correct? Hmm.. Isn't that pretty much exactly what Richard Lynch said? Seems like a kinda ugly solution to me

Re: [PHP] Re: Image Resolution

2005-01-26 Thread Richard Lynch
DvDmanDT wrote: > Take a quick look at imagecopyresampled.. It can change the size of an > image > pretty good.. Now I know nothing about PDFs really.. But I suppose you > could > just scale it with the GD functions then place the result in a PDF.. Maybe > the PDF functions can scale as well though

[PHP] Re: Image Resolution

2005-01-26 Thread DvDmanDT
Take a quick look at imagecopyresampled.. It can change the size of an image pretty good.. Now I know nothing about PDFs really.. But I suppose you could just scale it with the GD functions then place the result in a PDF.. Maybe the PDF functions can scale as well though.. Although, try both, becau

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