Hi,
On sites, often, there is a round avatar of the user. Is it possible to create a similar one to FW ?
function RoundImage()
local hBmp, cSave := "olga1.bmp"
hBmp := FW_MakeYourBitmap( 450, 450, <|hDC|
FW_DrawImage( hDC, "c:\fwh\bitmaps\olga1.jpg", { 0,0,450,450 },,"C" ) //,,,"TL" )
return nil
>, .T. )
? nBmpWidth( hBmp ), nBmpHeight( hBmp )
FW_SaveImage( hBmp, "c:\fwh\bitmaps\olga_round.png" )
DeleteObject( hBmp )
ximage( "c:\fwh\bitmaps\olga_round.png" ) // test the result
return nil
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 50 guests