Active
Project:
ImageAPI
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2010 at 13:08 UTC
Updated:
29 Jan 2011 at 19:20 UTC
Jump to comment: Most recent file
is there any plan to support IMG_FILTER_COLORIZE?
Like IMG_FILTER_GRAYSCALE, except you can specify the color. Use arg1 , arg2 and arg3 in the form of red , blue , green and arg4 for the alpha channel. The range for each color is 0 to 255.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | imagecache_sample.png | 19.79 KB | foxfabi |
| #2 | imageapi_imagemagick.module.colorize.patch | 237 bytes | foxfabi |
| #2 | imageapi_gd.module.colorize.patch | 805 bytes | foxfabi |
| #2 | imageapi.module.colorize.patch | 583 bytes | foxfabi |
| #2 | imagecache_actions.inc_.colorize.patch | 2.17 KB | foxfabi |
Comments
Comment #1
drewish commentedi've got no plans personally but i'd be open to reviewing any patches.
Comment #2
foxfabi commentedfinally i had time to write the colorize feature for imagecache / imageapi..
you need to add the actions to imagecache and implement the features in imageapi.
review my patches please.
Comment #3
foxfabi commentedsample output