You are here

function imagecache_inverse_image in ImageCache Actions 5.2

Same name and namespace in other branches
  1. 5.3 imagecache_coloractions.module \imagecache_inverse_image()
  2. 6.2 coloractions/imagecache_coloractions.module \imagecache_inverse_image()
  3. 6 imagecache_coloractions.module \imagecache_inverse_image()

Implementation of hook_image()

Process the imagecache action on the passed image

File

./imagecache_coloractions.module, line 154

Code

function imagecache_inverse_image(&$image, $data = array()) {
  $data['filter'] = 0;
  return imagecache_imagefilter($image, $data);
}