Re: How can I draw faster than .NET graphics?
- From: "ThunderMusic" <NoSpAmdanlatathotmaildotcom@xxxxxxxxxx>
- Date: Fri, 25 Aug 2006 09:09:17 -0400
you mean PixelFormat.Format32bppPArgb?
Thanks
"Michael C" <nospam@xxxxxxxxxx> wrote in message
news:evoMBaEyGHA.4232@xxxxxxxxxxxxxxxxxxxxxxx
"ThunderMusic" <NoSpAmdanlatathotmaildotcom@xxxxxxxxxx> wrote in message
news:%23N31$SEyGHA.4576@xxxxxxxxxxxxxxxxxxxxxxx
Hi,
I want to take 2 images and fade them from one to the other... I want to
do it full screen (for a screen saver)... Using the .NET graphics, I got
a 3 FPS for what I want to do on a P4 3Ghz... Is there a way I can draw
faster? I mean, there must be a way I'm drawing the images 3 times : once
per image for blending purpose (so twice 1024x768) and once to draw it
onto the form (once 1024x768)...
Make the format of the Bitmap 32bppPARG. It is 100 times faster or so.
thanks
ThunderMusic
.
- Follow-Ups:
- Re: How can I draw faster than .NET graphics?
- From: ThunderMusic
- Re: How can I draw faster than .NET graphics?
- References:
- How can I draw faster than .NET graphics?
- From: ThunderMusic
- Re: How can I draw faster than .NET graphics?
- From: Michael C
- How can I draw faster than .NET graphics?
- Prev by Date: Re: How can I draw faster than .NET graphics?
- Next by Date: Re: How can I draw faster than .NET graphics?
- Previous by thread: Re: How can I draw faster than .NET graphics?
- Next by thread: Re: How can I draw faster than .NET graphics?
- Index(es):
Relevant Pages
|