purduehackers / passport-issuing-office

🛂 Design your passport & register for passport assembly ceremonies.
https://passports.purduehackers.com
4 stars 3 forks source link

Resize large images during crop step #23

Open MatthewStanciu opened 9 months ago

MatthewStanciu commented 9 months ago

Some images uploaded via iOS Safari are scaled to be very large (10,000 pixels!). The maximum canvas size on iOS is 4096x4096, so an image this large breaks the canvas and causes the cropping step to silently fail.

MatthewStanciu commented 9 months ago

Removing the launch blocker label since the biggest issue was fixed in #24. But very large images should still either be resized or prevented.