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

Moderators: XnTriq, helmut, xnview
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