BasicBitmap
BasicBitmap copied to clipboard
Simple and high-performance and platform independent Bitmap class (34% faster than GDI/GDI+, 40% faster than DDraw)
Is it possible to use it for programs that use DirectDraw, etc?
Is it possible to use it in ReactOS in place of DirectDraw, etc?
wiki page is missing to use this library :)
maskmovdqu - Reciprocal throughput: K8 - 26 K10 - 24 Bulldozer - 61 Piledriver - 92 Steamroller - 31 Bobcat - 260-2300 ... Dangerous!!! Jaguar - 34 ( latency 43-2210...
Hi, i am testing bitmap display with basicbitmap, but, it didn't displayed on window, how to do it properly? https://github.com/sailfish009/StreamPlayer/blob/master/Frame.cpp BasicBitmap bitmap = BasicBitmap(width_, height_,BasicBitmap::A8R8G8B8, pixelsPtr_,2048); bitmap.Blit(rc.left, rc.top, &bitmap, rc.right...