How to see an image without the background in MiniGUI extend ????

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
jorge_riv
Posts: 86
Joined: Thu Nov 22, 2018 2:20 pm
DBs Used: DBF, MySQL,SQL SERVER, Oracle.

How to see an image without the background in MiniGUI extend ????

Post by jorge_riv »

I design my images in formatp: png, bmp, jpg, etc. I remove the background from the images and I have no way of seeing WITHOUT BACKGROUND. In hmg 3.4.4 I can do it, but I work with Minigui extend and compile in BC10.1
Help
Thanks to this great community.

---------------------------------------------------------

Diseño mis imagenes en formatp: png, bmp, jpg, etc. Remuevo el fondo de las imagenes y no tengo forma de ver SIN FONDO. En hmg 3.4.4 puedo hacerlo, pero trabajo con Minigui extend y compilo en BC10.1
Ayuda
Gracias a esta gran comunidad
User avatar
AUGE_OHR
Posts: 2108
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: How to see an image without the background in MiniGUI extend ????

Post by AUGE_OHR »

hi,

have a look at
c:\MiniGUI\SAMPLES\BASIC\SPLASHDEMO_2\demo.prg

Code: Select all

SET REGION OF &name BITMAP &cSaveBmp TRANSPARENT COLOR RGB(252, 253, 252) TO RegionHandle
have fun
Jimmy
Post Reply