Skip to content

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

Notifications You must be signed in to change notification settings

raustin9/ImageProcessing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published