T O P I C R E V I E W |
suriyont |
Posted - Mar 04 2015 : 16:09:15 ImageEn V5.2.0.44190
I have an app. that uses RemoveNoise() function. When compiled as 32bit, it works fine. However, 64bit compile will cause AV. It seems to happen from within kf_fill() function.
Here is the simple test codes I use to produce the error (I've attached the sample .tif as well):
procedure TformMain.butnRemoveNoiseClick(Sender: TObject); begin imagMaster.IO.LoadFromFile('c:\temp\TestNoiseRemoval.tif');
if imagMaster.IEBitmap.PixelFormat = ie1g then begin imagMaster.Proc.RemoveNoise(2); end else begin ShowMessage('Not B/W'); end; end;
Any idea?
Thanks,
attach/suriyont/20153416547_TestNoiseRemoval.zip 38.76 KB
Suri M. |
7 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Mar 18 2015 : 17:53:41 Hi
We have fixed this for v6.0.1. Email us if you require an early fix.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
xequte |
Posted - Mar 11 2015 : 18:36:39 OK, we will investigate further.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
suriyont |
Posted - Mar 11 2015 : 14:53:12 Nigel,
Just updated 6.0 still have the same problem: crashing on _kf_kfill() function at the memory freemem loop (imageenproc.pas - line 20990).
Suri M. |
suriyont |
Posted - Mar 11 2015 : 09:20:26 Nigel,
I just requested the download for 6.0. Once I get it, I will let you know.
Thanks
Suri M. |
xequte |
Posted - Mar 10 2015 : 21:16:04 Hi Suri
Are you still seeing this with v6.0.0?
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
suriyont |
Posted - Mar 05 2015 : 09:17:59 ielib64.dll? Yes, I do.
Suri M. |
w2m |
Posted - Mar 04 2015 : 18:13:53 Do you have the IE Dll in the exe folder?
Bill Miller Adirondack Software & Graphics Email: w2m@hughes.net EBook: http://www.imageen.com/ebook/ Custom Commercial ImageEn Development |