dylanaraps / pywal

🎨 Generate and change color-schemes on the fly.
MIT License
8.34k stars 325 forks source link

Windows 11 py 3.10 #656

Open tomc opened 2 years ago

tomc commented 2 years ago

Fresh install, trying for first time:

$ wal -i morningforest.jpg -n [I] image: Using image morningforest.jpg. [I] colors: Generating a colorscheme. [I] colors: Using wal backend. Invalid Parameter - -resize Traceback (most recent call last): . . . subprocess.CalledProcessError: Command '['convert', 'H:\Dropbox\Photos\backgrounds\morningforest.jpg[0]', '-resize', '25%', '-colors', '16', '-unique-colors', 'txt:-']' returned non-zero exit status 4.

Thoughts?

eylles commented 2 years ago

Pywal either couldn't run the imagemagick conver command or it errored out for some reason, check that imagemagick is avaible on windows 11 and then what error does the command form the pywal output returns.