Hi, everyone,<p>I recently released imgdiet[1], a simple and fast image processing and compression Go module that provides a simpler API for libvips[2]. I usually only need to optimize or resize an image, so I wrote something that lets me do just that.<p>The module only supports PNG and JPG images for now, but I'll be adding more formats with time. Patches are welcome and I would love the community's feedback!<p>[1] <a href="https://sr.ht/~jamesponddotco/imgdiet/" rel="nofollow noreferrer">https://sr.ht/~jamesponddotco/imgdiet/</a><p>[2] <a href="https://github.com/libvips/libvips">https://github.com/libvips/libvips</a>