I used
Code: Select all
pip3 install --user pywal Code: Select all
$ wal -i wallpaper.jpg
[I] image: Using image wallpaper.jpg.
[I] colors: Generating a colorscheme.
[I] colors: Using wal backend.
convert: no decode delegate for this image format `JPG' @ error/constitute.c/ReadImage/562.
convert: no images defined `txt:-' @ error/convert.c/ConvertImageCommand/3282.
Traceback (most recent call last):
File "/home/rafael/.local/bin/wal", line 11, in <module>
load_entry_point('pywal==3.3.0', 'console_scripts', 'wal')()
File "/home/rafael/.local/lib64/python3.6/site-packages/pywal/__main__.py", line 208, in main
parse_args(parser)
File "/home/rafael/.local/lib64/python3.6/site-packages/pywal/__main__.py", line 164, in parse_args
sat=args.saturate)
File "/home/rafael/.local/lib64/python3.6/site-packages/pywal/colors.py", line 144, in get
colors = getattr(backend, "get")(img, light)
File "/home/rafael/.local/lib64/python3.6/site-packages/pywal/backends/wal.py", line 86, in get
colors = gen_colors(img)
File "/home/rafael/.local/lib64/python3.6/site-packages/pywal/backends/wal.py", line 41, in gen_colors
raw_colors = imagemagick(16 + i, img, magick_command)
File "/home/rafael/.local/lib64/python3.6/site-packages/pywal/backends/wal.py", line 19, in imagemagick
return subprocess.check_output([*magick_command, img, *flags]).splitlines()
File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output
**kwargs).stdout
File "/usr/lib64/python3.6/subprocess.py", line 438, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['magick', 'convert', '/home/rafael/.config/wallpaper/wallpaper.jpg[0]', '-resize', '25%', '-colors', '16', '-unique-colors', 'txt:-']' returned non-zero exit status 1.

