Hi. I have the Access Violation when using gflSharpen (in 2.66 only). It was worked correctly in previous version (2.54 and earlier):
procedure TGflImage.sharpImage(percent: integer);
begin
gflSharpen(gfl_bmp, nil, percent);
end;
I tried to using this function with some 'percentage' values from 1 to 100 and the bug always was ocurred
AccessViolation when using gflSharpen
Moderators: XnTriq, helmut, xnview
-
- Author of XnView
- Posts: 44461
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: AccessViolation when using gflSharpen
Please send me your email by PMreggi wrote:Hi. I have the Access Violation when using gflSharpen (in 2.66 only). It was worked correctly in previous version (2.54 and earlier):
procedure TGflImage.sharpImage(percent: integer);
begin
gflSharpen(gfl_bmp, nil, percent);
end;
I tried to using this function with some 'percentage' values from 1 to 100 and the bug always was ocurred
Pierre.
-
- Posts: 16
- Joined: Thu Sep 16, 2004 1:32 pm
Hi, I didn't know about the newest version 2.67 because at address http://perso.orange.fr/pierre.g/xnview/enhome.html is information about 2.66 only.
In 2.6.7 this bug doesn't occur.
Sorry for my inadvertence, best regards
In 2.6.7 this bug doesn't occur.
Sorry for my inadvertence, best regards