TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: iq – jq for images (using rust, LALRPOP)

13 pointsby michaelgibaover 2 years ago
I wanted to share an experimental side project I have been working on for some time. I constantly use commands like `jq` and `yq` for processing structured data in my day job and I was curious if a similar idea could be applied to images.<p>Another goal of mine was to get some exposure to with rust. I discovered the LALRPOP parser generator which really helped moved the project along (<a href="https:&#x2F;&#x2F;github.com&#x2F;lalrpop&#x2F;lalrpop" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lalrpop&#x2F;lalrpop</a>)

1 comment

tcperover 2 years ago
Great tool! Like a shader in CLI.