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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Edit images in the browser using GPT-3 and WebAssembly

3 点作者 hanrelan超过 2 年前
Hi HN! A little while ago I had to do an image edit that was fairly simple but too complex for Preview. As someone who isn&#x27;t great at Photoshop, I turned to ImageMagick. But then I had to figure out the correct ImageMagick command and get ImageMagick installed on my laptop. In total, a simple image edit took about 30 minutes.<p>I made ImageCalc to make that easier. It uses GPT-3 to turn a plain text description into an ImageMagick command, and then WASM[1] to run ImageMagick in the browser (so your image never leaves your device). Here&#x27;s a quick demo of what it can do: https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=0u3sXqgh3A8<p>It doesn&#x27;t work 100% of the time, but it&#x27;s so quick to try that I&#x27;ve already found myself reaching for ImageCalc before anything else. It&#x27;s especially helpful if you want to figure out the right command for a web service or batch command.<p>Hope you find it useful! https:&#x2F;&#x2F;imagecalc.com<p>[1] https:&#x2F;&#x2F;github.com&#x2F;KnicKnic&#x2F;WASM-ImageMagick

暂无评论

暂无评论