A simple web API to add noises to images.
Go to file
Paul Warren ad38acaff3 Cleanup from master merge 2019-07-30 20:40:11 +10:00
.gitignore Cleanup from master merge 2019-07-30 20:40:11 +10:00
LICENSE Initial commit 2019-07-01 08:07:48 +10:00
README.md Cleanup from master merge 2019-07-30 20:40:11 +10:00
app.py First draft of API in Python 2019-07-30 20:34:33 +10:00
requirements.txt First draft of API in Python 2019-07-30 20:34:33 +10:00

README.md

desteg

A silly web API to add entropy to images in an attempt to destroy any steganography

curl -H "Content-Type: application/png" --data-binary @GPSPeedo1.png http://localhost:5002/desteg -o GPSPeedo1_Destegged.png