You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Since sixel need to work with, primary colored imagesCurrent implementation makes paletted images dynamicly . If it use palette.Plan9 or palette.WebPage, it become bits more faster. (But rough colored images may be generated.)
I pushd fix branch. fix branch provide two flags -dither (default true) and -palette (default medan).
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:
The text was updated successfully, but these errors were encountered: