prudens Posted March 4, 2008 Share Posted March 4, 2008 Hey, I've heard you can like use PHP to draw "anti-aliased texts." Where can I find out more about it? Say I want to be able to allow someone to type "Hello" and PHP code would generate it. Link to comment https://forums.phpfreaks.com/topic/94198-draw-jpegs/ Share on other sites More sharing options...
MAGiK602 Posted March 4, 2008 Share Posted March 4, 2008 <?php echo "Hello"; ?> ? Link to comment https://forums.phpfreaks.com/topic/94198-draw-jpegs/#findComment-482514 Share on other sites More sharing options...
unsider Posted March 4, 2008 Share Posted March 4, 2008 <?php echo "Hello"; ?> ? I'm pretty sure he means generating a .jpg image with "hello", not simply displaying "hello" to the browser. I don't know what to tell ya, search google some more? Link to comment https://forums.phpfreaks.com/topic/94198-draw-jpegs/#findComment-482530 Share on other sites More sharing options...
tippy_102 Posted March 4, 2008 Share Posted March 4, 2008 Have a look at the Example for imagettftext http://ca3.php.net/imagettftext Link to comment https://forums.phpfreaks.com/topic/94198-draw-jpegs/#findComment-482535 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.