No color blending action
skizzo - July 8, 2008 - 09:15
| Project: | ImageCache Color Blend |
| Version: | 5.x-1.0-beta1 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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.

#1
I can't reproduce with ImageCache 5.x-2.1 or 5.x-2.x-dev
what version of image API are you using?
#2
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!