Re: [Vnc2swf-users] Cursor pseudo-encoding
Status: Alpha
Brought to you by:
euske
From: Yusuke S. <yu...@cs...> - 2005-11-10 16:36:07
|
Thank you, Luis! I've received your files. It seems working pretty good, and I will try to add alpha channel things, and incorporate your changes into the next version. Yusuke lfk...@ya... wrote: > Hi, > > I managed to make the cursor pseudo-encodings to work. > It understands the messages and draws the cursor image at the right place. > But it still needs to use the cursor mask to change the alpha channel to make > the background transparent. Unfortunetly I don't know Python very much. > Maybe someone with Python knowlegde could make this part to work properly in > an > easily manner. > How can I send the files? I've been trying to send it but my message gets > blocked everytime. > Here's the problem I need to solve: I have one variable with the maskData > (one > bit for each pixel) and I have another variable with the image (4 bytes per > pixel - RGBA). How can I change the alpha channel? I really couldn't > understand the types used and how to access each element. > > Luis Fernando > |