Skip to content

Instantly share code, notes, and snippets.

@christhesoul
Created November 23, 2013 20:48
Show Gist options
  • Save christhesoul/7619756 to your computer and use it in GitHub Desktop.
Save christhesoul/7619756 to your computer and use it in GitHub Desktop.
ImageMagick create black and white "sketch" from photograph
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