saitoha / libsixel

A SIXEL encoder/decoder implementation derived from kmiya's sixel (https://github.com/saitoha/sixel).
MIT License
2.49k stars 83 forks source link

Optimize encoding to sixel sequence. #16

Closed arakiken closed 9 years ago

arakiken commented 9 years ago

http://mlterm.sf.net/optimize-sixel.png

This optimization works if -I option is specified. 'img2sixel -I snake' outputs: (normal) http://mlterm.sf.net/snake-fullcolor-3.six (825316bytes) (optimized) http://mlterm.sf.net/snake-fullcolor-4.six (802977bytes)

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.02%) when pulling a7767b8f6879b8a354de7a3b95b29575ccefcf8e on arakiken into 55a242c994bff5db2a7268d360ad2821e04f5c5b on develop.

saitoha commented 9 years ago

Great!

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-0.33%) when pulling c8283ed460aab6baafd72a15f56882e904c8cc8e on arakiken into 55a242c994bff5db2a7268d360ad2821e04f5c5b on develop.

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-0.3%) when pulling 76103e0278de62f5a6dcb662c20072c2d5b08213 on arakiken into 55a242c994bff5db2a7268d360ad2821e04f5c5b on develop.

saitoha commented 9 years ago

It looks fine. Thanks!