Benchmarks, GitHub Pages landing site, and AUR packaging#12
Merged
Conversation
Distribution & discoverability assets. - bench/: reproducible imgcli-vs-ImageMagick micro-benchmark (bench.sh) + RESULTS.md. Real, steady-state numbers on Apple Silicon: ~8.6× faster resize, ~8× faster grayscale, ~470× smaller install (232 KB / 0 deps vs ~109 MB / 17 deps), with honest caveats (ImageMagick is a far broader 16-bit/HDRI toolkit). - docs/: self-contained, SEO-optimized GitHub Pages landing page (title/description/ keywords, Open Graph, JSON-LD SoftwareApplication, sitemap.xml, robots.txt, .nojekyll). Includes the real benchmark scorecard, demo images rendered by imgcli, install paths, the MCP/agent section, and an honest comparison table. - packaging/aur/: PKGBUILD + .SRCINFO + publish instructions for the Arch User Repository (builds from the v0.2.0 source tarball). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Distribution/discoverability assets for the project.
Benchmarks (
bench/)A reproducible
bench.sh(run it yourself) +RESULTS.md. Real steady-state numbers vs ImageMagick on Apple Silicon:Landing page (
docs/) → GitHub PagesSelf-contained, SEO-tuned single page:
<title>/description/keywords, Open Graph + Twitter, JSON-LDSoftwareApplication,sitemap.xml,robots.txt,.nojekyll. Real benchmark scorecard, demo images rendered by imgcli, install paths (brew/AUR/source), MCP/agent section, honest comparison table. 56 KB total, no external assets. (Enable Pages: Settings → Pages → main/docs.)AUR packaging (
packaging/aur/)PKGBUILD+.SRCINFObuilding from the v0.2.0 source tarball, with publish instructions (AUR account/SSH required to push).🤖 Generated with Claude Code