hackerb9

Results 435 comments of 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...

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 ![Image](https://github.com/user-attachments/assets/b45363d3-6cd9-4c4f-98bf-6f8bf46d594d) Did you mean `image-rendering: pixelated;`? ![Image](https://github.com/user-attachments/assets/8aa1cd0f-735d-4d3f-a7e2-3a86840eac3c)