Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.02 KB

File metadata and controls

57 lines (37 loc) · 1.02 KB

Shadowit Examples

Unaltered image

Sample image used, with no shadow


Default options

$ python shadowit.py sample.png

Darker shadow

$ python shadowit.py sample.png --color black

Small shadow

$ python shadowit.py sample.png --size 12 -y 12

Offset shadow

$ python shadowit.py sample.png --size 12 -x -12 -y 14

Shaped shadow

Given an image with a transparent background, Shadowit will apply a shaped shadow.

$ python shadowit.py sample.png

Credits

Sample image is credited to Thoughtbot with their Foundry project.