This allows the user to do various methods of image processing via logic done by C++.
- Colormask: user can colormask an image
- Grayscale: user can grayscale an image
- Diffmap: user can input two images, and it will output the differneces between them
- Encode Message: akin to steganography, a user can input a message and image, and the message will be encoded into the image
- Decode Message: the user can input an image that has a message encoded, and it will output the encoded message