header (“Content-type: image/png”); $handle = ImageCreate (130, 50) or die (“Cannot Create image”); $bg_color = ImageColorAllocate ($handle, 255, 0, 0); $txt_color = ImageColorAllocate ($handle, 0, 0, 0); ImageString ($handle, 5, 5, 18, “PHP.About.com”, $txt_color); ImagePng ($handle);
See the original post here:
GD Library – PHP GD Library – GD Image Library
Related posts:
- Image Protection Using PHP, the GD Library, Javascript, and XHTML Link: Image Protection Using PHP, the GD Library, Javascript,...
- PHP :: Create Image From Bytes Read this article: PHP :: Create Image From Bytes...
- WideImage – An open-source PHP library for image manipulation See the original post here: WideImage – An open-source PHP...
- randomSecondPanel.php (PNG Image, 130×243 pixels) AWESOME script that delivers a random second panel!...
- Tutorial : Convert Text into transparent PNG Image using PHP | Vision Master Designs Convert Text into Image...
Category:
Tags: