TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Imgdiet, a Go module that provides a simpler API for C's libvips

4 pointsby jamesponddotcoalmost 2 years ago

1 comment

jamesponddotcoalmost 2 years ago
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&#x27;ll be adding more formats with time. Patches are welcome and I would love the community&#x27;s feedback!<p>[1] <a href="https:&#x2F;&#x2F;sr.ht&#x2F;~jamesponddotco&#x2F;imgdiet&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;sr.ht&#x2F;~jamesponddotco&#x2F;imgdiet&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;libvips&#x2F;libvips">https:&#x2F;&#x2F;github.com&#x2F;libvips&#x2F;libvips</a>