[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/includes/ -> image.imagemagick.inc (summary)

(no description)

File Size: 187 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 10 functions

  image_imagemagick_info()
  image_imagemagick_settings()
  _image_imagemagick_build_version()
  _image_imagemagick_check_path()
  _image_imagemagick_alter_invoke()
  image_imagemagick_resize()
  image_imagemagick_rotate()
  image_imagemagick_crop()
  _image_imagemagick_convert()
  _image_imagemagick_convert_exec()

Functions
Functions that are not part of a class:

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