
Chuck P - 2005-05-16 01:47:05
There is one change that may help if you have any problems with image blending.
On Lines 57 & 58 :
if (!defined('IMAGE_TOOLBOX_BLEND_EXCLUTION')) {
define('IMAGE_TOOLBOX_BLEND_EXCLUTION', 6);
}
Make sure that both state "..... _BLEND_EXCLUTION"
The second line defines the constant "..._BLEND_EXCLUSION" (with an S instead of a T)
Most likely just a typeo.
That wil fix the call to get blending values on line 1119.
Great job writing this class!!! I use it a lot!
Chuck P,
www.chipgraphics.net