Re: [PHP] Re: gd ->1:image resolution 2:font quality

2002-07-12 Thread 1LT John W. Holmes
> The GIMP is free Man, if I had a nickel for every time I heard that... ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: gd ->1:image resolution 2:font quality

2002-07-12 Thread Andrew Chase
The GIMP is free (as in speech), and I've found it to work quite well on windows: http://www.gimp.org/ The GIMP for Windows page: http://www.gimp.org/~tml/gimp/win32/ -Andy > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]> > My idea to solve the problem: > 1:Pic

[PHP] Re: gd ->1:image resolution 2:font quality

2002-07-12 Thread robert
> Couldn't find a way for changing resolution, > for png-image create with gd. My idea to solve the problem: 1:Picture to create with gd, scale up by factor 69.4[?] (for 600dpi ) Result is an huge 72 dpi picture. 2:Resize and convert result picture to 600dpi by an external program. Next questi