Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 533 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 533 Bytes

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