imageapi_default_toolkit |
./imageapi.module |
Retrieve the name of the currently used toolkit. |
3 |
|
imageapi_gd_create_tmp |
./imageapi_gd.module |
Create a truecolor image preserving transparency from a provided image. |
2 |
|
imageapi_gd_imageapi_toolkit |
./imageapi_gd.module |
Implementation of hook_imageapi_toolkit(). |
|
|
imageapi_gd_image_close |
./imageapi_gd.module |
Save an image file to a destination. |
|
|
imageapi_gd_image_crop |
./imageapi_gd.module |
Crop an image using the GD toolkit. |
|
|
imageapi_gd_image_desaturate |
./imageapi_gd.module |
Convert an image resource to grayscale. |
|
|
imageapi_gd_image_open |
./imageapi_gd.module |
Open an image file. |
|
|
imageapi_gd_image_resize |
./imageapi_gd.module |
Scale an image to the specified size using GD. |
|
|
imageapi_gd_image_rotate |
./imageapi_gd.module |
Rotate an image the given number of degrees. |
|
|
imageapi_gd_image_sharpen |
./imageapi_gd.module |
|
|
|
imageapi_gd_requirements |
./imageapi_gd.install |
|
|
|
imageapi_gd_settings_form |
./imageapi_gd.module |
Settings form for the toolkit. |
|
|
imageapi_gd_uninstall |
./imageapi_gd.install |
Implementation of hook_uninstall(). |
|
|
imageapi_gd_unsharp_mask |
./imageapi_gd.module |
$sigma is currently unused for _gd_sharp_mask due to 3x3 convolution matrix limit.
we should explore properly implementing sigma. |
1 |
|
imageapi_get_available_toolkits |
./imageapi.module |
Return a list of available toolkits. |
4 |
|
imageapi_hex2rgba |
./imageapi.module |
Convert a hex string to its RGBA (Red, Green, Blue, Alpha) integer
components. |
1 |
|
imageapi_imagemagick_imageapi_toolkit |
./imageapi_imagemagick.module |
Implementation of hook_imageapi_toolkit(). |
|
|
imageapi_imagemagick_image_close |
./imageapi_imagemagick.module |
|
|
|
imageapi_imagemagick_image_crop |
./imageapi_imagemagick.module |
|
|
|
imageapi_imagemagick_image_desaturate |
./imageapi_imagemagick.module |
|
|
|
imageapi_imagemagick_image_open |
./imageapi_imagemagick.module |
|
|
|
imageapi_imagemagick_image_resize |
./imageapi_imagemagick.module |
|
|
|
imageapi_imagemagick_image_rotate |
./imageapi_imagemagick.module |
|
|
|
imageapi_imagemagick_image_sharpen |
./imageapi_imagemagick.module |
|
|
|
imageapi_imagemagick_quality_element_validate |
./imageapi_imagemagick.module |
|
|
1 |
imageapi_imagemagick_settings_form |
./imageapi_imagemagick.module |
Settings form for the toolkit. |
|
|
imageapi_imagemagick_validate_path |
./imageapi_imagemagick.module |
|
|
1 |
imageapi_image_close |
./imageapi.module |
Close the image and save the changes to a file. |
|
|
imageapi_image_crop |
./imageapi.module |
Crop an image to the rectangle specified by the given rectangle. |
1 |
|
imageapi_image_desaturate |
./imageapi.module |
Convert an image to grayscale. |
|
|
imageapi_image_open |
./imageapi.module |
Open an image file and return an image object. |
|
|
imageapi_image_resize |
./imageapi.module |
Resize an image to the given dimensions (ignoring aspect ratio). |
2 |
|
imageapi_image_rotate |
./imageapi.module |
Rotate an image by the given number of degrees. |
|
|
imageapi_image_scale |
./imageapi.module |
Scales an image to the given width and height while maintaining aspect
ratio. |
|
|
imageapi_image_scale_and_crop |
./imageapi.module |
Scales an image to the exact width and height given. |
|
|
imageapi_image_sharpen |
./imageapi.module |
Sharpen an image given some sharpening parameters. |
|
|
imageapi_install |
./imageapi.install |
|
|
|
imageapi_menu |
./imageapi.module |
Implementation of hook_menu(). |
|
|
imageapi_perm |
./imageapi.module |
Implementation of hook_perm(). |
|
|
imageapi_requirements |
./imageapi.install |
Implementation of hook_requirements(). |
|
|
imageapi_settings |
./imageapi.module |
|
|
1 |
imageapi_toolkit_invoke |
./imageapi.module |
Invokes the given method using the currently selected toolkit. |
7 |
|
imageapi_uninstall |
./imageapi.install |
Implementation of hook_uninstall(). |
|
|
imagefilter |
./imagefilter.inc |
|
|
2 |
imagerotate |
./imagerotate.inc |
|
|
2 |
_imageapi_gd_pixel_brightness |
./imagefilter.inc |
|
|
1 |
_imageapi_gd_pixel_colorize |
./imagefilter.inc |
|
|
1 |
_imageapi_gd_pixel_color_walk |
./imagefilter.inc |
walk each pixel in an image applying $callback to it. |
1 |
|
_imageapi_gd_pixel_contrast |
./imagefilter.inc |
|
|
1 |
_imageapi_gd_pixel_grayscale |
./imagefilter.inc |
|
|
1 |