If you want blob support, you'd probably need to introduce format specific understanding of file structures.
You'd also need for the blob encoder to be exceptionally stable - if minor changes to the input lead to significant changes to output, you're going to have a lot of trouble.
Something like Google's Courgette (binary patch generation) could help to simplify things, but an old thread mentioned a patent suit.
You'd also need for the blob encoder to be exceptionally stable - if minor changes to the input lead to significant changes to output, you're going to have a lot of trouble.
Something like Google's Courgette (binary patch generation) could help to simplify things, but an old thread mentioned a patent suit.
https://news.ycombinator.com/item?id=2576878