This example shows how to use a specific font.
<?php header("Content-type: image/gif"); $image = imagecreate( 500, 250 ); $blue = imagecolorallocate($image, 0,0,255 ); $font = "ARIALBD.TTF"; [...]
|
|||||
|
This example shows how to use a specific font. <?php header("Content-type: image/gif"); $image = imagecreate( 500, 250 ); $blue = imagecolorallocate($image, 0,0,255 ); $font = "ARIALBD.TTF"; [...] Get the size of an image <?php This is a user submitted example of a ggraphical effect created using GD, quite a nice example of what you can do with PHP and GD <?php <?php This example shows how to create a PNG file <html> This example uses an array to store images and then produces a random number and display the image on the screen <?php |
|||||
|
Copyright © 2010 Getphp : PHP and MySQL resources - All Rights Reserved Powered by Yahoo! Answers SEO Powered by Platinum SEO from Techblissonline |
|||||