June 23, 2007Bitwise Bonanza!
Prepare for a bitwise bonanza! Eight new scripts, some of them showing off really strange ways bitwise operators can be used. First up, EyeGuy brings us two generalized bitwise rotation functions, rotate left and rotate right. Add to that three speedy scripts for 8-bit, 16-bit, and 32-bit bitwise reversal. And finally, we wrap up our bitwise theme with color manipulation scripts for color mixing, color scaling, and color multiplication.