winlabeler icon indicating copy to clipboard operation
winlabeler copied to clipboard

Make icon shadow adjustable

Open moxwel opened this issue 1 year ago • 0 comments

Make the shadow adjustable through CLI arguments.

image

Example

python winLabeler.py "C:\example.png" --shadow 5
python winLabeler.py "C:\example.png" -sh 5

Add shadow with 5 gaussian filter (Image.shadow(alpha=50, sigma=5, x=0, y=0))

python winLabeler.py "C:\example.png"

No shadow

moxwel avatar Jul 15 '23 22:07 moxwel