i have to place a simple selection by code to crop...
ImageEnView1.Deselect; ImageEnView1.IO.LoadFromFile('C:\scan_0001.jpg'); ImageEnView1.Update;
ImageEnView1.Select(100,100,300,300,iespReplace );
why doesn't work ??? i can't see the selection... and even the crop do nothing
ImageEnView1.Proc.CropSel;
thank you all |