From dc41c2c9f0e12f5c61cb3624895431eb2c311b81 Mon Sep 17 00:00:00 2001 From: "Dmitry N. Pokidov" <124110+dooman87@users.noreply.github.com> Date: Sun, 28 Jan 2024 05:42:05 +1100 Subject: [PATCH] Added transformimgs to images section (#5154) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b03fec4b..a3447b96 100644 --- a/README.md +++ b/README.md @@ -1390,6 +1390,7 @@ _Libraries for manipulating images._ - [stegify](https://github.com/DimitarPetrov/stegify) - Go tool for LSB steganography, capable of hiding any file within an image. - [svgo](https://github.com/ajstarks/svgo) - Go Language Library for SVG generation. - [tga](https://github.com/ftrvxmtrx/tga) - Package tga is a TARGA image format decoder/encoder. +- [transformimgs](https://github.com/Pixboost/transformimgs) - Transformimgs resizes and optimises images for Web using next-generation formats. - [webp-server](https://github.com/mehdipourfar/webp-server) - Simple and minimal image server capable of storing, resizing, converting and caching images. **[⬆ back to top](#contents)**