You are here

function imageapi_imagemagick_imageapi_toolkit in ImageAPI 5

Same name and namespace in other branches
  1. 6 imageapi_imagemagick.module \imageapi_imagemagick_imageapi_toolkit()

Implementation of hook_imageapi_toolkit().

This hook only gets called to see if a module implements the imageapi hooks.

File

./imageapi_imagemagick.module, line 14
ImageMagick toolkit functions

Code

function imageapi_imagemagick_imageapi_toolkit() {
}