Hello,
You have answered on this thread:
http://www.webmaster-talk.com/php-fo...or-change.html
{
One (not the fastest way) would be to use
http://www.verot.net/php_class_upload.htm to:
1) invert image colors
2) invert color you want to use
3) tint image
4) invert image colors back to normal
}
I can not get number 2, of your answer. Pls can you help?
1. $handle->image_negative = true;
2. ????
3. $handle->image_tint_color = '#F7FF00';
4. $handle->image_negative = false;