Hmm, not sure something odd isn't going on.
I recently noticed that drawimage creates a staticpixmap, gets a ptr to each pixel and then copies them to an imageframe (I think).
If so, I wondered what the difference between Drawimage and drawpixmap is. If you're not using any blend modes drawpixmap seems just as fast (maybe faster) than drawimage and loadpixmap is faster than loadimage.
Isn't the pixmap to image process wasteful?
I might have this all wrong so if anybody can put me right (and answer my Defaultfont query here ) I'd be grateful.
I recently noticed that drawimage creates a staticpixmap, gets a ptr to each pixel and then copies them to an imageframe (I think).
If so, I wondered what the difference between Drawimage and drawpixmap is. If you're not using any blend modes drawpixmap seems just as fast (maybe faster) than drawimage and loadpixmap is faster than loadimage.
Isn't the pixmap to image process wasteful?
I might have this all wrong so if anybody can put me right (and answer my Defaultfont query here ) I'd be grateful.