go-sixel icon indicating copy to clipboard operation
go-sixel copied to clipboard

slow performance vs img2sixel

Open Alsan opened this issue 8 months ago • 2 comments

when the image size is small, almost the same between gosr and img2sixel, but when the image size is large, ie: 2560x1920, gosr and img2sixel are 4.44s and 04s respectively.

i use the following two commands for test:

cat /tmp/t.png | time gsor -
img2sixel /tmp/t.png

Alsan avatar Jun 03 '24 09:06 Alsan