Hello,
i have an exception when calling Proc.AutoSharp(100, 1) with specific tif.
Can you check please ?
var
ImageEnMView: TImageEnMView;
begin
ImageEnMView := TImageEnMView.Create(Nil);
ImageEnMView.Proc.AutoUndo := false;
try
ImageEnMView.MIO.LoadFromFileTiff(SrcFileTIF);
ImageEnMView.SelectedImage := 0;
ImageEnMView.Proc.AutoSharp(100, 1);
finally
ImageEnMView.Free;
end;
end;
attach/mauriciopt/2026995565_Facture CR080168L26.tif
Mauricio
http://sourceforge.net/projects/tcycomponents/