Skip to content

Instantly share code, notes, and snippets.

@mbohun
Created December 5, 2012 10:28
Show Gist options
  • Save mbohun/4214558 to your computer and use it in GitHub Desktop.
Save mbohun/4214558 to your computer and use it in GitHub Desktop.
use imagemagick convert to generate screenshots with drop soft shadow effect
# TODO: add text
#
$ convert -page +8+8 small_gsc_screenshot_20041019.png -alpha set \( +clone -background navy -shadow 64x8+8+8 \) +swap -background none -mosaic small_gsc_screenshot_20041019-shadowsoft.png
# example result: https://github.com/mbohun/gtk_shader_ide/blob/master/doc/small_gsc_screenshot_20041019-shadowsoft.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment