ImageColorizer icon indicating copy to clipboard operation
ImageColorizer copied to clipboard

Make any wallpaper fit any terminal colorscheme.

Results 2 ImageColorizer issues
Sort by recently updated
recently updated
newest added

So I tried running the command with `python .local/bin/ImageColorizer ~/gravityfallscolorized.png ~/tokyonight.png -c ~/tokyonight` and it threw out this weird error: ``` /bin/sh: line 1: colorer: command not found Traceback (most...

here's the error: ``` $ ImageColorizer wall.png out.png -x File "./ImageColorizer/.venv/bin/ImageColorizer", line 8, in sys.exit(main()) ~~~~^^ File "./.venv/lib/python3.13/site-packages/ImageColorizer/__main__.py", line 52, in main img_col.generate(args.input, args.output, show=args.show, ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ quantize=(not args.no_quantize), blur=args.blur, invert=args.invert)...