diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-03-10 09:43:01 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-03-10 09:43:01 +0000 |
commit | a4ee7092e1ebfe3cc2387ad4b72f723080601cd4 (patch) | |
tree | 9fe46fe0e9dc56a742f139cba4a857e8aff1c0d9 /modules/system/system.api.php | |
parent | 898a7db70c69cdaf85505506beb391ead369f816 (diff) | |
download | brdo-a4ee7092e1ebfe3cc2387ad4b72f723080601cd4.tar.gz brdo-a4ee7092e1ebfe3cc2387ad4b72f723080601cd4.tar.bz2 |
- Patch #373613 by drewish, quicksketch: working around some Debian issues. They ship a different GD library.
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r-- | modules/system/system.api.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 7e77e7dcd..ab0e5eb07 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -377,6 +377,7 @@ function hook_init() { * - 'save': Required. See image_gd_save() for usage. * - 'settings': Optional. See image_gd_settings() for usage. * - 'resize': Optional. See image_gd_resize() for usage. + * - 'rotate': Optional. See image_gd_rotate() for usage. * - 'crop': Optional. See image_gd_crop() for usage. * - 'desaturate': Optional. See image_gd_desaturate() for usage. * |