node-sixel icon indicating copy to clipboard operation
node-sixel copied to clipboard

Sixel image format for node and browser.

Results 7 node-sixel issues
Sort by recently updated
recently updated
newest added

The encoder needs some love, as some parts are still alpha with low to no tests. Also investigate, whether a wasm optimization is useful (well, for rainy days).

enhancement

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.9 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies

See `SixelHandler.reset` in xterm-addon-image.

enhancement

The size calculation is off in several ways (see https://github.com/jerch/xterm-addon-image/issues/37 for details). Basically we should not strip empty sixel bands at all, but account them in size calculation. This kinda...

bug

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

I couldn't install the older version of canvas on my computer. The test server seems to run fine with this newer version.

The nearest-matching palette behavior was removed in https://github.com/jerch/node-sixel/commit/b6b107cd1ce7fade04b6c90631eb852eb1e0eb36 This change puts it back. I haven't managed to build it yet so I haven't tested it. I will do that next.