Hi,
when i use
ImageEnVect.Proc.FeatherAlphaEdges(5);
ImageEnVect.Update;
Then all works fine.
But when i use
ImageEnVect.Select(0, 0, 50, 150);
ImageEnVect.Proc.CropSel();
ImageEnVect.Proc.FeatherAlphaEdges(5);
ImageEnVect.Update;
Then i see no effect, the picture view
is the same as befor
ImageEnVect.Proc.FeatherAlphaEdges(5);
What make i false ?
Klaus
www.klausdoege.de