derhuerst/combine-tiles

Add option to disable pixel limit

Open

#2 opened on Sep 25, 2019

View on GitHub
 (5 comments) (0 reactions) (0 assignees)JavaScript (3 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (16 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

If you're combining many big tiles, sharp throws this error:

[Error: Input image exceeds pixel limit]

It would be good to handle this error and advice programmer to disable pixel limit (.limitInputPixels(null))

Contributor guide