]> git.nihav.org Git - nihav-encoder.git/commit
bolt on global palette conversion functionality
authorKostya Shishkov <kostya.shishkov@gmail.com>
Tue, 14 Apr 2026 18:26:24 +0000 (20:26 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Tue, 14 Apr 2026 18:26:24 +0000 (20:26 +0200)
commit06ae1076d8ecc0d81a1ea738069360bf2168da97
tree8c1eace44af673f846286ecf5b2f7f11cb2305b7
parentff7c03667b4f16bb215c4518c3d545eb51e70157
bolt on global palette conversion functionality

In the future it should probably implemented as more flexible filter
pipeline and support calculating palette for the output, but for now
even such hack should do.
src/main.rs
src/palettise.rs [new file with mode: 0644]
src/transcoder.rs