saitoha / libsixel

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

sixel_frame_resize(): If width and height are unchanged, nothing to do. #170

Open rokuyama opened 1 year ago

rokuyama commented 1 year ago

This significantly reduces floating-point calculations when used with, e.g., w3m.

t-bltg commented 1 year ago

@rokuyama, you might want to check out https://github.com/saitoha/libsixel/issues/154, and open a copy of your PR at https://github.com/libsixel/libsixel.