Skip to content

justin-edwards/mung

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mung

mess with data in files using node

example

img/codfish.munged.jpg was created by running

$ node ./cmd --input img/codfish.jpg --skip 10000 > img/codfish.munged.jpg

and img/codfish.munged.random1.jpg through img/codfish.munged.random3.jpg were created by running

$ node ./cmd --input img/codfish.jpg --skip 10000 -r random

three times with the output directed to the three images

if you look at the source you will notice that this "needs more work"

About

mess with data in files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published