AccessViolation when using gflSharpen
Posted: Tue Apr 17, 2007 12:35 am
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
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
