/ImageProcessing

Process image files including png, jpg, bmp, and some more to perform transformations on them like encoding/decoding messages, colormapping, diffmapping, and more.

Primary LanguageC

Image Processing C++

This allows the user to do various methods of image processing via logic done by C++.

Functionality

  • 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 inut an image that has a message encoded, and it will output the encoded message