This is an error you will get if the GD Library is not enable on your PHP server.
if it is a local server, open the php.ini file and find the following line:
;extension=php_gd2.dll
and change it to:
extension=php_gd2.dll
then restart the webserver. If it is a remote server, you will need to contact them to have the GD library enabled.