VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Picture Processing Using GetBitmapBits and SetBitmapBits

¿?¿?  (5 Submissions)   Graphics   Visual Basic 5.0   Advanced   Wed 3rd February 2021

Super fast picture processing using GetBitmapBits and SetBitmapBits. Tons of comments for all you coders to learn these 2 APIs. Compatible with 24 and 32 bit color with 8 and 16 bit comming soon. Program will copy from one picture to another with these techniques: straight copy, negative, flip horizontally, flip vertically, grey scale, red color shift, green color shift, blue color shift and 5 different RGB swap routines. All of this in only 310 lines of code and half of those are code comments! Please note that some of these copy techniques have faster counterparts using other APIs, but many of these can only be faster using CopyMemory or embedded ASM code, both of which are a pain in the arse ;) Enjoy!

Rate Picture Processing Using GetBitmapBits and SetBitmapBits (9(9 Vote))

Download Picture Processing Using GetBitmapBits and SetBitmapBits

Picture Processing Using GetBitmapBits and SetBitmapBits Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters