You are here

7 calls to imageapi_toolkit_invoke() in ImageAPI 6

imageapi_image_close in ./imageapi.module
Close the image and save the changes to a file.
imageapi_image_crop in ./imageapi.module
Crop an image to the rectangle specified by the given rectangle.
imageapi_image_desaturate in ./imageapi.module
Convert an image to grayscale.
imageapi_image_open in ./imageapi.module
Open an image file and return an image object.
imageapi_image_resize in ./imageapi.module
Resize an image to the given dimensions (ignoring aspect ratio).
imageapi_image_rotate in ./imageapi.module
Rotate an image by the given number of degrees.
imageapi_image_sharpen in ./imageapi.module
Sharpen an image given some sharpening parameters.