| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 221 lines (6 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| image_gd_info() X-Ref |
| Retrieve information about the toolkit. |
| image_gd_settings() X-Ref |
| Retrieve settings for the GD2 toolkit. |
| image_gd_settings_validate($form, &$form_state) X-Ref |
| Validate the submitted GD settings. |
| image_gd_check_settings() X-Ref |
| Verify GD2 settings (that the right version is actually installed). return: |
| image_gd_resize($source, $destination, $width, $height) X-Ref |
| Scale an image to the specified size using GD. |
| image_gd_rotate($source, $destination, $degrees, $background = 0x000000) X-Ref |
| Rotate an image the given number of degrees. |
| image_gd_crop($source, $destination, $x, $y, $width, $height) X-Ref |
| Crop an image using the GD toolkit. |
| image_gd_open($file, $extension) X-Ref |
| GD helper function to create an image resource from a file. param: $file param: $extension return: |
| image_gd_close($res, $destination, $extension) X-Ref |
| GD helper to write an image resource to a destination file. param: $res param: $destination param: $extension return: |
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |