From 416ba1becfb3cca577937a86b2ad9793153181c3 Mon Sep 17 00:00:00 2001 From: Ihor Bodnarchuk Date: Fri, 17 Feb 2023 16:50:08 -0600 Subject: [PATCH] Update README.md added https://github.com/jimp-dev/jimp/issues/153 to readme for awareness --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 07ff6dd62..7a92e2339 100755 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ > > As of v0.10.4, core-js is no longer included with jimp or its extensions. If you rely on core-js, install it with either `yarn add core-js` or `npm i core-js` +> ## Read before installing +> +> Please be aware of [Jimp allocates 200 MB memory on reading a 3.3 MB jpg](https://github.com/jimp-dev/jimp/issues/153) before using. + ## Installation Installation: `npm install --save jimp`