Image Hacking...

Blitz3D Forums/Blitz3D Programming/Image Hacking...

Yappy(Posted 2005) [#1]
...yes i know it's pointless but i was bored.

just knocked up a quick and dirty demo of direct poking to blitz gfx buffers and wondered if you wanted to test it out.

just did it out of curiosity really ... not alot faster than writepixelfast on my machine but you never know. So any speed reports please post em. ta.

oh ... works fine here but could just bomb out on other systems - be warned.

Buffer Poking


BlitzSupport(Posted 2005) [#2]
With the default setting, I get ~130ms improvement.


Yappy(Posted 2005) [#3]
same here .. well, thats that then :)


jfk EO-11110(Posted 2005) [#4]
PANNO did something some time ago, that was very fast. I guess he was using some kind of Block-blitting, or optimized inline asm stuff.