Skip to content

An app that makes photos untraceable from the camera that took them without losing a lot of quality.

License

Notifications You must be signed in to change notification settings

stefanlft/imagejambler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Jambler

An app that makes photos untraceable from the camera that took them without losing a lot of quality.

Installation

Install my-project with npm

  git clone https://github.com/stefanlft/imagejambler.git
  cd imagejambler
  mkdir -p build
  cd build
  cmake ..
  make

Usage/Examples

./ImageJambler photo.jpeg
# or
./ImageJambler photo.jpeg 70
# where 70 is the protection factor. keep in mind the greater the factor
# the worst the quality of the output file.
# if not provided, the protection factor will default to 30%

Roadmap

  • Adding other protection techniques
    • Color Manipulation
      • Color Shifting
      • WhiteBalance Shifting
      • Contrast & Brightness Shifting // sucks
    • Gaussian Blur
    • Median Blur
    • Noise
    • Histogram Equalization
    • Texture Scrambling
    • Change Compression Settings
    • Resize and Crop
  • Better, more intuitive CLI
  • Autocompletion tool

Note

Try avoiding over/under expousure, as it will now destroy parts of the photo

Authors

About

An app that makes photos untraceable from the camera that took them without losing a lot of quality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published