-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Input image exceeds pixel limit #1381
Copy link
Copy link
Closed
Labels
Description
libvips is designed to handle any malicious input without crashing, and the same should applies to sharp as well.
Unfortunately, you don't seem to propagate the errors detected in the worker thread.
I see things like:
Error: Input image exceeds pixel limit
and Node just dies with exit code 1.
Reactions are currently unavailable