Hello,
50pixel bitmap image round
The boundary area is not smooth
I want to smooth out the border
How can I do it?
// source
procedure TForm1.BitBtn1Click(Sender: TObject);
begin
ImageEnView1.Proc.RoundImage(25, 25);
ImageEnView1.Bitmap.Modified := True;
ImageEnView1.Update;
end;
Insert Image: