| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 187 lines (7 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| image_imagemagick_info() X-Ref |
| Return information about the imagemagick toolkit. |
| image_imagemagick_settings() X-Ref |
| Validate and return toolkit specific settings. |
| _image_imagemagick_build_version($form, $form_element) X-Ref |
| No description |
| _image_imagemagick_check_path($path, $attach_error_to = FALSE) X-Ref |
| No description |
| _image_imagemagick_alter_invoke($op, $filepath, $args) X-Ref |
| Invoke hook_imagemagick_alter(). Implementors of hook_imagemagick_alter() should accept three parameters: $op, $filepath and &$args (passed by reference), which are described below. param: $op param: $filepath param: $args return: |
| image_imagemagick_resize($source, $dest, $width, $height) X-Ref |
| Resize an image to the given width and height. |
| image_imagemagick_rotate($source, $dest, $degrees, $bg_color = 0x000000) X-Ref |
| Rotate an image. |
| image_imagemagick_crop($source, $dest, $x, $y, $width, $height) X-Ref |
| Crop an image to the specified dimensions. |
| _image_imagemagick_convert($source, $dest, $args) X-Ref |
| Calls the convert executable with the specified filter. |
| _image_imagemagick_convert_exec($command_args, &$output, &$errors) X-Ref |
| No description |
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |