I don't see color-blending being added to imagecache actions.
I did switch from ImageMagick to the GD2 toolkit but
I am using ImageCache 5.x-2.1 (rather than 5.x-2.0)
Could that be the reason? Thank you.

Comments

soxofaan’s picture

Status: Active » Postponed (maintainer needs more info)

I can't reproduce with ImageCache 5.x-2.1 or 5.x-2.x-dev

what version of image API are you using?

skizzo’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

5.x-1.2 as reported by update_status:
ImageAPI 5.x-1.2 Up to date

#cat imageapi.info
; $Id: imageapi.info,v 1.2 2008/02/21 11:21:05 dopry Exp $
name = ImageAPI
description = ImageAPI supporting multiple toolkits.
package = ImageCache

However, after reinstalling ImageAPI...

#cat  imageapi.info
; $Id: imageapi.info,v 1.2 2008/02/21 11:21:05 dopry Exp $
name = ImageAPI
description = ImageAPI supporting multiple toolkits.
package = ImageCache

; Information added by drupal.org packaging script on 2008-06-28
version = "5.x-1.2"
project = "imageapi"
datestamp = "1214614814"

and color blending now does show up. Thank you!