function image_gd_info in Drupal 6
Retrieve information about the toolkit.
Related topics
File
- includes/
image.gd.inc, line 16 - GD2 toolkit for image manipulation within Drupal.
Code
function image_gd_info() {
return array(
'name' => 'gd',
'title' => t('GD2 image manipulation toolkit'),
);
}