ericnograles / browser-image-resizer

A tiny browser-based library to downscale and/or resize images using canvas
MIT License
98 stars 42 forks source link

Uncaught RangeError: Offset is outside the bounds of the DataView #11

Closed dpietrzyk closed 4 years ago

dpietrzyk commented 5 years ago

Hi! I've got a problem with a few files.. :/

Steps to reproduce:

  1. Download and unzip this file - (virus scans)
  2. Go to: demo page
  3. Upload image from step 1
  4. Open dev console and see the error ;) image

After passing this image via e.g. tinyPNG everything works fine. Can u help me with that? Thanks in advance!

otaviosoares commented 4 years ago

I have the same problem. Did you find any solution?