Slightly modify JPEGs to change their hash - Used for an ML Pipeline project
npm install
Note:
- Files in input directory must end of
.jpg
or they will not be processed
node index.js --input-dir ~/Downloads/jpegs/ --output-dir /tmp/ --multiply 3
Slightly modify JPEGs to change their hash - Used for an ML Pipeline project
JavaScriptMIT