sz3

Results 135 comments of sz3

The issue is file size. Compression (zstd) is built into the format, but compression can only help so much. The reason cimbar works (imo) has a lot to do with...

> However, it raises an interesting question: what portion of the PNGs can be lost while still allowing the file to be successfully restored? This will depend on how many...

It should be independent of datatype. What you're running into is possibly file size related.

A few things: 1. since a cimbar frame can only hold ~7500 bytes of real data, the 66900 byte file is going to end up split across 9 different images....

Beta version is up as of ... a few minutes ago. 🙂 https://github.com/sz3/libcimbar/releases/tag/v0.6.2c

This *probably* isn't the best answer, but right now the easiest way to do this might be to crack open whatever version of the cimbar.js page you're using and find/modify...

The dev tools do support decoding from images, and *could* be compiled for windows. But there are probably some patches needed and I'd need some help to get (and keep)...

> Is there a decoder release version available on the Windows platform? Not yet. I've been making (slow...) progress on the webapp decoder, but it's still too buggy to be...

https://github.com/sz3/libcimbar/issues/71#issuecomment-3190195061 https://github.com/sz3/libcimbar/releases/tag/v0.6.2c

I've been thinking about this. It could be a good thing to do, but I want to figure out the C API for decoding first (there is one for encoding...