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's a quick demo of what it can do: https://www.youtube.com/watch?v=0u3sXqgh3A8
It doesn't work 100% of the time, but it's so quick to try that I've already found myself reaching for ImageCalc before anything else. It's especially helpful if you want to figure out the right command for a web service or batch command.
Hope you find it useful! https://imagecalc.com
[1] https://github.com/KnicKnic/WASM-ImageMagick
No comments yet.