PHP is not limited to creating just HTML output. It can also be used to create and manipulate image files in a variety of different image formats, including GIF, PNG, JPEG, WBMP, and XPM. Even more convenient, PHP can output image streams directly to a browser. You need to install GD Library for this purpose. Simply you can do this.
If you have a LAMP (PHP. APACHE and Mysql) Installation in your System , you can install GD library using the following .
in Ubuntu /Debian Install the package
$ sudo apt-get install php5-gd ( or use synaptic for installing this package )
Now Restart Your apache
$sudo /etc/init.d/apache2 restart
Install PHP GD (PHP Graphics) support in Ubuntu / Debian
Related Posts:
How to setup NetworkManager work with pppoe connection on Ubuntu 9.10 (Karmic)When Ubuntu 9.10 releases, pppoe connection via NetworkManager is impossible because some bug in it so to fix this we will install network manager fro… Read More
How to Create Wine desktop launcherThis tutorial will explain how to Create working Wine desktop launcher. Reasons for creating Wine desktop launcher ◦Some games launcher exe files … Read More
How to Cut MP3 files under UbuntuIf you want to cut MP3 files under Ubuntu,follow this instructions first you need to install poc-streamer package.poc is a suite of MP3 tools and MP3 … Read More
Howto Turn Ubuntu 7.10 (Gutsy Gibbon) into Ubuntu StudioUbuntu Studio is a multimedia editing/creation flavor of Ubuntu. It’s built for the GNU/Linux audio, video, and graphic enthusiast or professional. … Read More
How to get Flash working in Opera 9.20 in ubuntuOpera is a cross-platform web browser and Internet suite which handles common internet-related tasks including visiting web sites, sending and receivi… Read More
0 comments:
Post a Comment