question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

image input size limit

See original GitHub issue

Fantastic library–thanks for creating/maintaining!

I’m using it to resize some very large TIFs (> 1.5-2 billion pixels) and running into the input size limit. I’m able to use limitInputPixels() to increase the pixel limit, but the highest value that works for me is 2^32 - 1 = 2147483647. My undersatnding is that this is because on the C++ side, the limit is read as a 32-bit integer here. How feasible would it be to allow a larger value here?

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
lovellcommented, Apr 4, 2016

This feature will be in v0.14.1, thanks @kentongray.

0reactions
lovellcommented, Apr 16, 2016

v0.14.1 now available via npm, thanks both for your help with this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Limit the size of a file upload (html input element)
I add the "approved" files to an input element's val using jQuery so a form ... if (target.files && target.files[0]) { /*Maximum allowed...
Read more >
<input type="file"> - HTML: HyperText Markup Language | MDN
The custom returnFileSize() function returns a nicely-formatted version of the size in bytes/KB/MB (by default the browser reports the size in ...
Read more >
add attribute max-size to input type file · Issue #4923 - GitHub
I guess in particular for "maximum size of all selected files" per the above data.
Read more >
Limiting File Upload Size - WillMaster
Limiting File Upload Size. Forms with file attachment fields have a disadvantage in relation to other form fields: Their size isn't automatically limited...
Read more >
What is the maximum image size I can process?
Personal plans: input image 64 MP, and 50 MB ... The limit on the maximum image file size you can upload on our...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found