Commit Graph

8418 Commits (master)
 

Author SHA1 Message Date
nick black 73224f03e9 mark write_sixel() inline 2 years ago
nick black d73f89e9a1 [sixel] cut actionmap from a byte per to a bit #2573 2 years ago
nick black 1c52377e08 sixel action table #2573
For each color, for each sixel row, stash a bit
when loading the data table into the new vector
"action". If this is low upon hitting
write_sixel_payload, we can skip the color for
that sixelrow. A pretty consistent 10% win on
complex images; a negligible loss on small ones.
2 years ago
nick black afd8a54a89 [sixel] kill unused preprocess_cell() 2 years ago
nick black e457eeb60d [extract_color_table] work per-cell, facilitating parallelism #2573 2 years ago
nick black b9f8f0a9c0 [sixel] use cell geometry calculated in visual layer #2575 2 years ago
nick black 1be2cf1b94 [sixel] stop tracking unused value pos 2 years ago
nick black ffca3de583 [sixel] rmatrix is per-cell, not per-pixel 2 years ago
nick black 1dee3c9a43 [sixel] start xforming extract_color_table() to cell-based #2573 2 years ago
nick black b629fb3315 declare preprocess_cell, our kernel for multithreaded quantization #2573 2 years ago
nick black 23bf9346b4 [sixel] throw up and reap worker threads #2573 2 years ago
Harrison Katz 3181b6c8d9 docs: fix formatting
Restores the ``` to close code block.
2 years ago
nick black 82921e2f0d
[shutdown] free the terminfo cache (and input) earlier 2 years ago
nick black 87704a3c3c
[drone] use new gentoo builder 2 years ago
nick black 7b27e508cb
drone: disable macos new python for now #2484 2 years ago
nick black 66b9e5e70f
add ncchannels_{set_}?channels(), nccell_{set_}?channels() #2571 2 years ago
nick black 4985bf1f3f
doc ncchannels_channels() and ncchannels_set_channels() 2 years ago
nick black 1af32a63a6
[plane] safe ncplane_set_channels()/ncplane_channels() 2 years ago
nick black cb7e77eab2
document ncplane_set_[fb]channel 2 years ago
nick black 7c4c3040f4
restore nccell_set_[fb]channel #2571 2 years ago
nick black 65de20490f
[USAGE] update comment text 2 years ago
nick black 64e3444b9f
make ncchannels_set_[fb]channel safe #2571 2 years ago
nick black c996282e05
restore ncplane_set_[fb]channel #2571 2 years ago
nick black f842e74f20
[ncplane] restore ncplane_set_[fb]channel 2 years ago
nick black beea4d62d8
restore nccell_[bf]channel using safe ncchannels_bchannel #2571 2 years ago
nick black 24293e8d72
Revert "purge all references to nccell_{set}?_[fb]channel() #2571"
This reverts commit 4e0428dfcc.
2 years ago
nick black 860d06384d
ncchannels_bchannel: operate only on alpha+coloring bits #2571 2 years ago
nick black 9890346769
notcurses_plane.3: correct some signatures #2571 2 years ago
nick black f15fcac7f9
[drone] build FFI library in debian 2 years ago
nick black e33cb62de9
[ncplanes] remove ncplane_set_[bf]channel() #2571 2 years ago
nick black 4e0428dfcc
purge all references to nccell_{set}?_[fb]channel() #2571 2 years ago
nick black 3e8e11e7c5
[termdesc] identify Konsole by TDA of ~KDE #2556 2 years ago
nick black 514ee9892c
Merge branch 'master' of github.com:dankamongmen/notcurses 2 years ago
nick black 8d3eb96508
[termdesc] don't send OSC 4 palette queries to linux yet #2561 2 years ago
nick black cbd5db20c7 [freebsd] don't shadow global termname() ident ugh 2 years ago
nick black cf4d49ebae
debrelease: stop exporting false TERM 2 years ago
nick black 1cfe1360a4
[NEWS] add 3.0.6 entry 2 years ago
nick black dc845b5dcc
v3.0.5 2 years ago
nick black bc4bee8afc
[sixel] kill obsolete FIXME 2 years ago
nick black a6fc8f08ee
[rasterize_core] pass margin-adjusted location to sprixel_invalidate #2546 2 years ago
nick black 89e9be0b3c
[info] use gradient based on the detected palette #2568 2 years ago
nick black 6ccd425f5d
remove obsolete comment 2 years ago
nick black acca18b1b5
disable old python wrappers on macos for now 2 years ago
nick black 1754451cf9 [heuristics] break up apply_term_heuristics into per-term functors #2563 2 years ago
nick black 60158a19cf
ncpalette_get: can't return -1 on uint32_t erp 2 years ago
nick black 72678835f2
[ncpalette] add ncpalette_get() for orthogonality #2565 2 years ago
Harrison Katz 815bd9f7f2 docs: remove references to ncplane_growtext 2 years ago
nick black 337b1bc52c
[automaton] deinline some large functions, saves ~14KB of text #2563 2 years ago
nick black 1e7164926a
[termdesc] dynamically generate palette queries #2563 #2561 2 years ago
nick black 437f24c92c
[termdesc] don't duplicate query defs, saves ~10KB of object size 2 years ago