Tried this module with the Negative image filter... using GD. but no inverse image is done. Other color functions as color shift work ok.

Comments

hedac’s picture

fixed imagecache_coloractions.module
I think this could be php 5.3.3 related

function coloractions_inverse_image(&$image, $data = array()) {
must be:
function coloractions_inverse_image($image, $data = array()) {

function image_gd_inverse(&$image, $data = array()) {
must be:
function image_gd_inverse($image, $data = array()) {

fietserwin’s picture

Title: Negative image » Negative image effect does not work
Status: Active » Fixed

Thanks for reporting and indicating the error. Fixed and committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.