Skip to content

benjaminheng/shadowit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shadowit

Shadow it! A no-fuss way to apply drop shadows to images.

Adding shadows to your images is a quick way to give some flair to your website, blog, or project repository. Shadowit allows you to easily and flexibly shadow your images. Check out some examples of Shadowit in action!

Prerequisites

Usage

$ python shadowit.py <input_file> [options...]

Changing defaults

Have your favorite configuration? Easily modify the default parameters by changing the values at the top of shadowit.py!

Options

Option Description
-h View help
INPUT Input file name (required)
-o, --output FILE Output file name (default: output.png)
--exe FILE Path to ImageMagick's convert executable
--opacity OPACITY Opacity of shadow (default: 100)
--color COLOR Color of shadow (default: #444444)
--size SIZE Size of shadow (default: 22)
-x, --xOffset X X offset of shadow (default: 0)
-y, --yOffset Y Y offset of shadow (default: 20)
--imageBgColor COLOR Color of output image's background (default: none)

License

MIT license

About

Apply drop shadows to images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages