Created
December 5, 2012 10:28
-
-
Save mbohun/4214558 to your computer and use it in GitHub Desktop.
use imagemagick convert to generate screenshots with drop soft shadow effect
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
# 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