[PHP] images with gd for printing?

2003-08-15 Thread Merlin
Hi there, I want to create images with GD and freetype ttf which are good enough for printing .. about 150 dpi. Does anybody know how to output the jpg with a higher resolution and a determined output size? Thanx in advance, merlin -- PHP General Mailing List (http://www.php.net/) To unsubs

Re: [PHP] Images with GD

2002-05-17 Thread Rasmus Lerdorf
Use imagettfbbox(). This function calculates the bounding box given the font, size and actual text within which that text would fit. -Rasmus On Fri, 17 May 2002, Anzak Wolf wrote: > I'm working on getting some image creation scripts done and I have one > requirement that I'm not sure how to ha

[PHP] Images with GD

2002-05-17 Thread Anzak Wolf
I'm working on getting some image creation scripts done and I have one requirement that I'm not sure how to handle. I have a base image that I can create with no problem. The problem comes in that I want to set some text in the exact center of the image. Is there some sort of formula I can u

[PHP] images with GD

2002-02-25 Thread Jackson Miller
I have been playing around with creating images in php using GD, and I have some questions for the list. How much more processing power does it take to create an image versus just sending the image? Aside from photo album type apps, how are people using GD? Is GD well suited for navigational im