Commit Graph

2 Commits

Author SHA1 Message Date
Arseny Kapoulkine 8e4a6b476a tools: Add decompression mode to codectest
When the vertex count is specified, instead of compressing the input we
decompress it; it's also possible to pipe the output through codectest
again to re-compress it.

This makes it easier to experiment with already-compressed data,
including intermediate measurements with other compresors and
prefiltering.
2024-10-02 13:18:14 -07:00
Arseny Kapoulkine f08888c149 tools: Add codectest to make it easy to test attribute encoder
This is useful when trying to compress binary vertex data blobs as well
as to check the output data with a separate compressor using piping, so
we use stdin and stdout instead of named files.
2024-09-27 10:47:47 -07:00