Cool! Thats great. Can't wait to see the results. Be sure to do an update()
based on the rect given.
On Apr 5, 2012 4:04 PM, "agraham" wrote:
> On 04/05/2012 06:02 PM, Tobias Leich wrote:
>
>> Hi, do you know the pixel format of the data you have?
>>
>> Do you get scanlines that you wanna pass to
On 04/05/2012 06:02 PM, Tobias Leich wrote:
Hi, do you know the pixel format of the data you have?
Do you get scanlines that you wanna pass to an SDL::Surface? Or do you
get just the whole image?
May I invite you to irc? Would be much easier than mails... #sdl at
irc.perl.org.
Cheers, FROGGS
Hi, do you know the pixel format of the data you have?
Do you get scanlines that you wanna pass to an SDL::Surface? Or do you
get just the whole image?
May I invite you to irc? Would be much easier than mails... #sdl at
irc.perl.org.
Cheers, FROGGS
Am 03.04.2012 22:12, schrieb agraham:
> Hi Guy
Hi Guys,
I am a complete Perl-SDL "newbie" and have spent a few days reading the
docs on CPAN perl-SDL. I'm using version 2.536.
I would like to create a surface from my own RGBA data and there seems
to be no way to do that unless you do it a pixel at a time :(
I am trying to hack Net::VNC