Created
November 23, 2013 20:48
-
-
Save christhesoul/7619756 to your computer and use it in GitHub Desktop.
ImageMagick create black and white "sketch" from photograph
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
convert photo.jpg -colorspace gray \( +clone -blur 0x10 \) +swap -compose divide -composite -linear-stretch 5%x0% sketch.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment