PHP Classes

Image Blending

Recommend this page to a friend!

      Image_Toolbox  >  All threads  >  Image Blending  >  (Un) Subscribe thread alerts  
Subject:Image Blending
Summary:A quick fix for Image Blending Exclution
Messages:2
Author:Chuck P
Date:2005-05-16 01:47:05
Update:2007-12-13 11:36:23
 

  1. Image Blending   Reply   Report abuse  
Picture of Chuck P 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

  2. Re: Image Blending   Reply   Report abuse  
Picture of miriam mssnet miriam mssnet - 2007-12-13 11:36:23 - In reply to message 1 from Chuck P
wOW. thanks for sharing!