Skip to content

Instantly share code, notes, and snippets.

@marvinpinto
Created February 15, 2016 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marvinpinto/d422e8546f4f55933726 to your computer and use it in GitHub Desktop.
Save marvinpinto/d422e8546f4f55933726 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Imagemagick script used to generate the logo for the 'marvinpinto-archive'
# Github Organization: https://github.com/marvinpinto-archive
# Github gravatar url from: https://api.github.com/users/marvinpinto
curl -s -o avatar.jpg https://avatars.githubusercontent.com/u/1159942?v=3
# Using the Pencil Sketch examples from:
# http://www.imagemagick.org/Usage/photos
convert avatar.jpg -colorspace gray -sketch 0x20+120 avatar.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment