hackerb9
hackerb9
I don't know what's wrong, but maybe this will help some: I'm pretty sure the "modeswitch" message is a red herring. Also, sudo shouldn't be the issue since ptouch-print gives...
Invalid parameter means whatever program is being run by `convert` is not ImageMagick. What happens when you run `convert --version`?
I've pushed a possible fix for MS Windows computers. Please try it and let me know if it helps.
@Jmatt110, Did my fix work for MS Windows?
Good question. I don't think I tested it with animation. My guess is it won't work and you'd have to explode the GIF to individual files. [Update: I have tested...
Thank you, please try release 1.9.1.
What happens when you test your terminal by viewing a single image, like so: convert foo.jpg -geometry 800x480 sixel:-
By the way, the device attribute codes indicate that kitty does not support sixel. (There would be `4` in the list if it did). That could be a bug in...
Yes, `chafa` is some deep magic and perhaps I should replace ImageMagick with it.
Crisp-edges looks like it is intended for line-art as it uses algorithms to find edges and upscale to a sharper image. https://drafts.csswg.org/css-images-3/#valdef-image-rendering-crisp-edges  Did you mean `image-rendering: pixelated;`? 