TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Smlr – re-encode jpegs using butteraugli visual quality measurement

53 点作者 jasonmoo大约 9 年前

2 条评论

saturncoleus大约 9 年前
It looks like this binary searches across the Go quality levels to find acceptable quality. This isn&#x27;t a bad idea, but it won&#x27;t be fruitful. The Go standard library JPEG encoder is pretty basic, and reuses the quant tables from the spec. It also doesn&#x27;t optimize the huffman tables, so the pics are typically 10% bigger than they need to be.<p>This idea, taken to the extreme is mozjpeg. It is really advanced and can take advantage of a lot of cool tricks (like trellis optimization) in order to get the absolute best quality for the size.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;mozilla&#x2F;mozjpeg" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mozilla&#x2F;mozjpeg</a>
评论 #11673697 未加载
评论 #11673019 未加载
peternicky大约 9 年前
First thing that popped into my head when reading this title was Silicon Valley.
评论 #11671935 未加载