Skip to content

Instantly share code, notes, and snippets.

@vladimir-e
Created June 29, 2015 10:46
Show Gist options
  • Save vladimir-e/4be1367cf5ad208239e1 to your computer and use it in GitHub Desktop.
Save vladimir-e/4be1367cf5ad208239e1 to your computer and use it in GitHub Desktop.
Create Blurry Background Image using ImageMagick
# http://www.seanbehan.com/how-to-create-blurry-background-images-programmatically-from-the-command-line-or-with-ruby
convert path/to/original-image.jpg -channel RGBA -blur 0x5 path/to/blurry-image.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment