image input size limit
See original GitHub issueFantastic 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:
- Created 8 years ago
- Comments:9 (7 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This feature will be in v0.14.1, thanks @kentongray.
v0.14.1 now available via npm, thanks both for your help with this.