From f02f2ec5567307552d6f3be4befe844caa3e31d2 Mon Sep 17 00:00:00 2001 From: Lee Ravenberg Date: Mon, 5 May 2025 17:28:48 +0200 Subject: [PATCH] Remove `gm` (#1318) --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index b3a47f1..765b092 100644 --- a/readme.md +++ b/readme.md @@ -453,7 +453,6 @@ - [sharp](https://github.com/lovell/sharp) - The fastest module for resizing JPEG, PNG, WebP and TIFF images. - [image-type](https://github.com/sindresorhus/image-type) - Detect the type of an image. - [image-dimensions](https://github.com/sindresorhus/image-dimensions) - Get the dimensions of an image. -- [gm](https://github.com/aheckmann/gm) - GraphicsMagick and ImageMagick wrapper. - [lwip](https://github.com/EyalAr/lwip) - Lightweight image processor which does not require ImageMagick. - [pica](https://github.com/nodeca/pica) - High quality & fast resize (lanczos3) in pure JS. Alternative to canvas drawImage(), when no pixelation allowed. - [jimp](https://github.com/oliver-moran/jimp) - Image processing in pure JavaScript.