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
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
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
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
4 matches
Mail list logo