How I can insert an bitmap on an image and save the image modified ?
Best Regards, Saludos
Falconi Silvio
Falconi Silvio
How I can insert an bitmap on an image and save the image modified ?
Hello,
you can use
hDib := Dibfrombitmap( hBmp )
then
DibWrite( "filename.bmp", hDib )
read de FW manual for more information about parameters
regards
Marcelo