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:
Install PHP GD (PHP Graphics) support in Ubuntu / DebianPHP 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, inc… Read More
Fix for weak OpenSSL/OpenSSH keys in DebianA recent vulnerability was found in the OpenSSL package as provided by Debian and Debian-based Linux distributions, such as Ubuntu, that broke the eff… Read More
Play swf file(Macromedia Flash) on Ubuntu / Debian Linux swfdec-gnome is a very good Tool to play SWF files (Macromedia Flash) on GNOME. This package contains programs to integrate Flash functionality i… Read More
0 comments:
Post a Comment