| 6 image.gd.inc | image_gd_info() |
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'));
}
Login or register to post comments