jimp-dev / jimp-dev/jimp

Failing to read large files

Open
#915 31 comments 18 reactions 0 assignees View on GitHub
bug help wanted solution in issue
Dominant language
TypeScript
Stars
14.7k
Forks
777
PR merge metrics
No merged PRs in 30d

Description

I'm trying to use Jimp to process images that are about 70-100 MB in size. However, I get the following error

```javascript
// image is 87.7 MB
Jimp.read('big-image', (err, img) => {
console.log(err)
})
```

```
> Error: maxMemoryUsageInMB limit exceeded by at least 226MB
```

Is there any way around this?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.