Page 1 of 1

AccessViolation when using gflSharpen

Posted: Tue Apr 17, 2007 12:35 am
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 :(

Re: AccessViolation when using gflSharpen

Posted: Tue Apr 17, 2007 7:55 am
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

Posted: Tue Apr 17, 2007 8:09 am
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 :)