admin/environment/php extension/gd: Difference between revisions

From MoodleDocs
(New page: GD module for php5 This package provides a module for handling graphics directly from PHP scripts. It supports the PNG, JPEG, XPM formats as well as Freetype/ttf fonts. Install GD module...)
 
No edit summary
Line 1: Line 1:
GD module for php5
 
== GD module for php5 ==
 


This package provides a module for handling graphics directly from PHP scripts. It supports the PNG, JPEG, XPM formats as well as Freetype/ttf fonts.
This package provides a module for handling graphics directly from PHP scripts. It supports the PNG, JPEG, XPM formats as well as Freetype/ttf fonts.


Install GD module for php 5


Ubuntu:
== Install GD module for php 5 ==
 
 
'''Ubuntu:'''
Download and install gd
Download and install gd
sudo apt-get install php5-gd
sudo apt-get install php5-gd

Revision as of 21:57, 14 August 2010

GD module for php5

This package provides a module for handling graphics directly from PHP scripts. It supports the PNG, JPEG, XPM formats as well as Freetype/ttf fonts.


Install GD module for php 5

Ubuntu: Download and install gd sudo apt-get install php5-gd

You might need to restart Apache (not necessary) sudo /etc/init.d/apache2 restart