onurzorluer / react-image-file-resizer

Resize Local Images with React 🌄 🌅
MIT License
313 stars 41 forks source link

Resize algorithm #91

Open varun-raghavendra opened 11 months ago

varun-raghavendra commented 11 months ago

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?