Author |
Topic  |
|
klausdoege
  
Germany
389 Posts |
Posted - Nov 24 2011 : 16:28:24
|
Hello, if I use AddInnerShadow with the attitudes see picture below. Is the left low and the corner right above then, represented not correctly. Why is that so?
 86.72 KB
Klaus |
|
fab
   
1310 Posts |
Posted - Nov 25 2011 : 02:09:01
|
Hello, this is a bug in AddInnerShadow when OffsetX or OffsetY are not 0. I just fixed it, thank you!
The fix:
- open ImageEnProc.pas - locate _IEAddInnerShadow function - replace this... tmpalpha.MoveRegion(0, 0, bitmap.Width - 1, bitmap.Height - 1, offsetx, offsety, 0); ...with... tmpalpha.MoveRegion(0, 0, tmpalpha.Width - 1, tmpalpha.Height - 1, offsetx, offsety, 0);
|
 |
|
klausdoege
  
Germany
389 Posts |
Posted - Nov 26 2011 : 04:07:03
|
Hello Fabrizio, now it works fine. tks
Klaus |
 |
|
|
Topic  |
|
|
|