- commit
- 6098e30ef537467a3eecdec0e80c1fe8608e1b3e
- parent
- a84eabfda17d05042aba8eee37d13839029020c9
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2019-11-15 08:37
resize image (performance)
Diffstat
| M | wal/image.py | 1 | + |
1 files changed, 1 insertions, 0 deletions
diff --git a/wal/image.py b/wal/image.py
@@ -5,6 +5,7 @@ import subprocess 5 5 def extract_colors(path, colors): 6 6 cmd = [ 7 7 'convert', path, -1 8 '-resize', '25%', 8 9 '-alpha', 'deactivate', 9 10 '-colors', str(colors), 10 11 '-unique-colors',