Quantcast
Channel: Latest commits for file sixel.c
Viewing all articles
Browse latest Browse all 72

sixel: add: add sixel_add_many(), improving performance of DECGRI

$
0
0
sixel: add: add sixel_add_many(), improving performance of DECGRI DECGRI, i.e. repeat sixel character, only need to do image resizing, and updating the current ‘column’ value *once*. By adding sixel_add_many(), and doing the size/resize checking there, the performance of sixel_add() is made much simpler. This boosts performance quite noticeably when the application is emitting many and/or long repeat sequences.

Viewing all articles
Browse latest Browse all 72

Trending Articles