README.md

December 5, 2022 · View on GitHub

Picture Processing Using GetBitmapBits and SetBitmapBits

Description

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!

More Info

Submitted On2002-08-08 12:34:58
By¿?¿?
LevelAdvanced
User Rating3.9 (35 globes from 9 users)
CompatibilityVB 6.0
CategoryGraphics
WorldVisual Basic
Archive FilePicture_Pr115832882002.zip