File support [feature request]
See original GitHub issueIs it possible to add File
support to methods instead of using canvas elements (as well as having a Blob
binary output)?
This would be very handy as most of us are getting the image to modify as a File
object from a input[type=file]
.
This way this library will be the ultimate solution to image processing
client side 😄
Issue Analytics
- State:
- Created 6 years ago
- Comments:16 (6 by maintainers)
Top Results From Across the Web
How do I file a project feature request?
You can file a feature request by clicking "New Issue" and entering a summary and description.
Read more >Feature Request/Bug Report Form
Welcome to the Feature Request and Bug Report Submission Form. Use this form to request new features or suggest modifications to existing features....
Read more >How-to-file-a-Feature-Request ? - Airheads Community
Filing a Feature Request: Email support@airwave.com with any feature requests. Things to include in the request: your name, company, current running.
Read more >How to file Customer Feedback and Feature Requests ...
Select Share Your Feedback. Input suggestions or scroll down to see existing suggestions from other users. You can click on Thumbs up to...
Read more >Product Feature Requests - How to Write and Submit Them
Describes the Feature Request process and provides tips on how to write a Feature Request for best results.
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
@damianobarbati Are you really suggesting that the only thing people would like to scale are images that came from the camera apps from iOS or Android devices?
What about PNGs? GIFs? What about non-pictures such as scanned text documents? In fact, I’d argue that using pica is more useful when scaling scanned text than it is with pictures (since the interpolation built into the browsers is so bad).
We use pica here: http://html5.snowbound.com/ The DOC and PDF files are rendered to SVG on the server (and therefore we don’t use pica on them), but the TIFF and JPEG files are scaled via pica.
https://github.com/nodeca/image-blob-reduce - this is pica wrapper for files. With predictable quality.