I wish there was something like this that would easily support resizing an image to fit a fixed aspect ratio.<p>Eg, say "Make this image 640x480" and it would shrink it until it fit inside that box, then add transparent/blank as necessary to get to the size.<p>It is nearly impossible to explain to people why aspect ratio is important, and the ovals continue.
Cool. I was looking at ffmpeg.wasm[1] the other day and it had me wondering what the performance might look like for a similarly browser-based and offline service for common tasks.<p>I wonder about the use of remote file operation terminology (e.g., upload, download) versus local (e.g., open, save) when using offline/local and privacy as an attraction.<p>[1] <a href="https://github.com/ffmpegwasm/ffmpeg.wasm" rel="nofollow">https://github.com/ffmpegwasm/ffmpeg.wasm</a>
So nice. Browser as an application platform, in a truly serverless fashion.<p>The browser can expose many everyday small utilities like this, to scratch very particular itches.<p>I remember that the original idea of bookmarklets [1] was similar to this.<p>[1]: <a href="https://en.wikipedia.org/wiki/Bookmarklet" rel="nofollow">https://en.wikipedia.org/wiki/Bookmarklet</a>
Small bug report to the OP (hopefully you own the website): The light/dark toggle starts off on dark setting but visually the website is on the light setting. So if you toggle it, the toggle goes light, but visually nothing changes, toggling it back to dark, visually it changes to dark. This only works once as settings as persisted correctly. But opening up an incognito browser you can repro.<p>Edit: Cool website :)
This is cool. I've been using tinypng.com (a service that uses "their" servers!!) for years, even with PS, IM and the rest installed locally .. basically due to - until very recently - superior compression, especially of png. It's entirely useful. Will take this newfangled local effort for a test run at my next rodeo :)
I've tried compressing an icon and it ended up being larger than the original:<p><pre><code> FILENAME. ORIGINAL SIZE UPDATED SIZE SIZE IMPROVEMENT FILE TYPE
128-light.png 920 Bytes 1.83 KB -104.02% PNG
</code></pre>
It would be nice to at least say that the compression didn't go well :)