VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Picture Processing Using GetBitmapBits and SetBitmapBits

by ¿?¿? (5 Submissions)
Category: Graphics
Compatability: Visual Basic 5.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (9 Votes)

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

Download Picture Processing Using GetBitmapBits and SetBitmapBits

Download Picture Processing Using GetBitmapBits and SetBitmapBits (23 KB)

Picture Processing Using GetBitmapBits and SetBitmapBits Comments

No comments have been posted about Picture Processing Using GetBitmapBits and SetBitmapBits. Why not be the first to post a comment about Picture Processing Using GetBitmapBits and SetBitmapBits.

Post your comment

Subject:
Message:
0/1000 characters