U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » Draw, Display, Images, Bitmaps, Icons » How to Draw into an existing image(buffer) ?
Re: How to Draw into an existing image(buffer) ? [message #10503 is a reply to message #10494] Thu, 12 July 2007 22:12 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14291
Registered: November 2005
Ultimate Member
You can use Draw::DrawImage to put an existing Image to ImageDraw.

Note that performance difference is negligible, the slowest part is moving pixels to and from GPU which is the same for both ways...

BTW, a tip:

If speed is not that important, you can achieve quite a good results by oversampling: Draw it 2x or 4x bigger, then downsample and you got antialiasing...

Mirek
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: how to paint a LineEdit? how to create a small image?
Next Topic: Correct buffering technique?
Goto Forum:
  


Current Time: Sat Jul 18 16:43:14 GMT+2 2026

Total time taken to generate the page: 0.00381 seconds