Re: [Iup-users] Image Background Mask

2016-01-10 Thread John Spikowski
; > Ranier Vilela > > > From: supp...@scriptbasic.org > > To: iup-users@lists.sourceforge.net > > Date: Fri, 8 Jan 2016 12:15:26 -0800 > > Subject: Re: [Iup-users] Image Background Mask > > > > Are you saying I need to convert all my bitmaps to IUP image

Re: [Iup-users] Image Background Mask

2016-01-09 Thread Ranier VF
Hi,IupView.exeFile -> Import Image(s)Element -> Save Image -> C Format This convert 'BMP' image in C arrays. Best regards, Ranier Vilela > From: supp...@scriptbasic.org > To: iup-users@lists.sourceforge.net > Date: Fri, 8 Jan 2016 12:15:26 -0800 > Subject: Re: [I

Re: [Iup-users] Image Background Mask

2016-01-08 Thread John Spikowski
Are you saying I need to convert all my bitmaps to IUP image_bits text arrays before I'm able to mask the 197 unwanted background color? Am I not able to do this with the original .bmp images? On Fri, 2016-01-08 at 18:05 -0200, Antonio Scuri wrote: > Hi, > > > I'm in the middle of a debug

Re: [Iup-users] Image Background Mask

2016-01-08 Thread Antonio Scuri
Hi, I'm in the middle of a debug section here that is taking forever... So I'm not very responsive since New Year's Eve. Sorry. If you convert the image to LED or C using IupView you will be able to identify the background color index in the palette. You can do that also in other Paint progr