![]() |
2009-09-30
, 23:17
|
Posts: 199 |
Thanked: 144 times |
Joined on Sep 2009
@ gbg.se
|
#2
|
![]() |
2009-10-01
, 00:00
|
Posts: 116 |
Thanked: 156 times |
Joined on Sep 2009
@ North Yorkshire
|
#3
|
pixbuf = pixbuf.add_alpha(True, chr(0), chr(0), chr(0))
![]() |
2009-10-04
, 15:48
|
Posts: 116 |
Thanked: 156 times |
Joined on Sep 2009
@ North Yorkshire
|
#5
|
The Following User Says Thank You to xmob For This Useful Post: | ||
![]() |
2009-10-04
, 16:59
|
Posts: 49 |
Thanked: 7 times |
Joined on Apr 2007
|
#6
|
![]() |
2009-10-04
, 18:56
|
Posts: 116 |
Thanked: 156 times |
Joined on Sep 2009
@ North Yorkshire
|
#7
|
My first Maemo app
My first Python app
My first Gtk app
As you can see, the odds are stacked against me. Anyway, I'm building a Windows SideShow application. I'm using the universal driver which means no Windows side code. I've got the protocol handling working fine (Bluetooth for now) and getting all the relevant data.
Part of the data obtained is a gadget icon. This is supposed to be a 32bpp with alpha-channel bitmap. I can display the icon in a Gtk button no problem, but it has a black background. Is there anyway to extract the alpha-channel and use it?