From e06268edbea2c9b83401d3df3891e5e42b19e3ab Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Sun, 7 Jun 2015 19:12:52 +0300 Subject: [PATCH] Add `pica` [pica](https://github.com/nodeca/pica) High quality image resize (with fast Lanczos filter, implemented in pure JS). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 326c9c5..4baeeac 100644 --- a/README.md +++ b/README.md @@ -600,6 +600,7 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection ## Image Processing * [lena.js](https://github.com/davidsonfellipe/lena.js) - A Library for image processing with filters and util functions. +* [pica](https://github.com/nodeca/pica) - High quality image resize (with fast Lanczos filter, implemented in pure JS). ## ES6