AccessViolation when using gflSharpen

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: XnTriq, helmut, xnview

reggi
Posts: 16
Joined: Thu Sep 16, 2004 1:32 pm

AccessViolation when using gflSharpen

Post by reggi »

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 :(
User avatar
xnview
Author of XnView
Posts: 44461
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: AccessViolation when using gflSharpen

Post by xnview »

reggi 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 :(
Please send me your email by PM
Pierre.
reggi
Posts: 16
Joined: Thu Sep 16, 2004 1:32 pm

Post by reggi »

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 :)