image_gd_info

Versions
6
image_gd_info()

Retrieve information about the toolkit.

Related topics

Code

includes/image.gd.inc, line 16

<?php
function image_gd_info() {
  return array('name' => 'gd', 'title' => t('GD2 image manipulation toolkit'));
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.