From bca51a8387c691c3719dbfa7b4c7ddde3d8d8080 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 28 Sep 2015 12:35:36 +0700 Subject: [PATCH] add `jimp` --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 52700c3..83ae1bf 100644 --- a/readme.md +++ b/readme.md @@ -332,6 +332,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [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. - [is-progressive](https://github.com/sindresorhus/is-progressive) - Check if a JPEG image is progressive. - [probe-image-size](https://github.com/nodeca/probe-image-size) - Get the size of most image formats without a full download.