From d706fb2190ac68c70b80667b4253ff2fdfb3ffa9 Mon Sep 17 00:00:00 2001 From: George Lemon Date: Mon, 22 Sep 2025 08:21:27 +0300 Subject: [PATCH] Added package libvips (#3125) --- packages.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/packages.json b/packages.json index cd93f58..23776fb 100644 --- a/packages.json +++ b/packages.json @@ -36217,6 +36217,27 @@ "license": "Apache-2.0", "web": "https://github.com/elcritch/cborious" }, + { + "name": "libvips", + "url": "https://github.com/openpeeps/libvips-nim", + "method": "git", + "tags": [ + "wrapper", + "libvips", + "pdf", + "png", + "jpeg", + "tiff", + "image-processing", + "gif", + "webp", + "heic", + "vips" + ], + "description": "Libvips - image processing library with low memory needs", + "license": "MIT", + "web": "https://github.com/openpeeps/libvips-nim" + }, { "name": "nimgnuplot", "url": "https://github.com/nervecenter/nimgnuplot",