react-image-file-resizer
react-image-file-resizer copied to clipboard
Resize algorithm
Is your feature request related to a problem? Please describe. Support bilinear interpolation algorithm to resize image.
Describe the solution you'd like What is the current algorithm used for resizing? Bilinear interpolation is the most widely used algorithm for resizing. Can you start supporting it?