onurzorluer / react-image-file-resizer

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

File extensions concatenated #92

Open y-a-developer opened 11 months ago

y-a-developer commented 11 months ago

Describe the bug Resizing a bmp image called xxx.bmp and choosing JPEG as output yields a jpg image named xxx.bmpJPEG

It seems like the input and output file extensions are concatenated, whilst the name should only be xxx.JPEG .