An app that makes photos untraceable from the camera that took them without losing a lot of quality.
Install my-project with npm
git clone https://github.com/stefanlft/imagejambler.git
cd imagejambler
mkdir -p build
cd build
cmake ..
make
./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%
- 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
- Color Manipulation
- Better, more intuitive CLI
- Autocompletion tool
Try avoiding over/under expousure, as it will now destroy parts of the photo