We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey guys, just wondering if there’s any compression code built into the Ordinals Protocol?
If not I had an idea that you could possibly integrate Huffman Coding (or something similar) to seamlessly compress and decompress files.
Proposed workflow:
User selects a file to inscribe.
Client side compression occurs in the background before initiating the txn.
User inscribes a smaller file than they would have otherwise.
Decompression code allows files to be displayed in wallets, marketplaces and explorers.
The text was updated successfully, but these errors were encountered:
You can already compress with brotli and use the br content-encoding as a field in the inscription.
Sorry, something went wrong.
Cool thanks, I was thinking more along forced compression lines
What do you mean by forced compression?
No branches or pull requests
Hey guys, just wondering if there’s any compression code built into the Ordinals Protocol?
If not I had an idea that you could possibly integrate Huffman Coding (or something similar) to seamlessly compress and decompress files.
Proposed workflow:
User selects a file to inscribe.
Client side compression occurs in the background before initiating the txn.
User inscribes a smaller file than they would have otherwise.
Decompression code allows files to be displayed in wallets, marketplaces and explorers.
The text was updated successfully, but these errors were encountered: