Hund

This website have moved to hunden.linuxkompis.se

Adding drop shadows to with ImageMagick

Monday, March 4, 2019

Here’s a quick little tip on how to add drop shadows to via the command-line tool ImageMagick.

The command I used for this image was:

$ convert <input file> \( +clone -background black -shadow 50x8+0+5 \) +swap -background none -layers merge +repage <output file>

The part 50x8+0+5 controls the appearance of the shadow. The first value controls the opacity, the second one controls the radius and the two last ones controls the left/right and up/down alignment of the shadow.

Source: https://gist.github.com/chrisn/8157735

Meta

Feedback

If you want to leave feedback, you can do so by either sending me a message via email, XMPP or via IRC.