image_gd_info

Definition

image_gd_info()
includes/image.gd.inc, line 16

Description

Retrieve information about the toolkit.

Related topics

Namesort iconDescription
Image toolkitsDrupal's image toolkits provide an abstraction layer for common image file manipulations like scaling, cropping, and rotating. The abstraction frees module authors from the need to support multiple image libraries, and it allows site...

Code

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

Drupal is a registered trademark of Dries Buytaert.