Skip to content

Make icon shadow adjustable #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
moxwel opened this issue Jul 15, 2023 · 0 comments
Open

Make icon shadow adjustable #8

moxwel opened this issue Jul 15, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@moxwel
Copy link
Owner

moxwel commented Jul 15, 2023

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 moxwel added the enhancement New feature or request label Jul 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant