rootzoll / konfetti-app

the mobile and desktop app for konfetti
http://konfettiapp.de
GNU General Public License v3.0
10 stars 4 forks source link

Image Upload needs Auto-Resize #74

Open rootzoll opened 7 years ago

rootzoll commented 7 years ago

At the moment its just possible to add/upload pictures with 1MB max to a task. This should be without limit, because most pictures on users phone are bigger. But on server side the image should be reduced in size before stored to DB to minimize storage and network transfer on delivery later on.

TODOs:

last one would be best done by pure Java code ... maybe by something like this: http://www.mkyong.com/java/how-to-resize-an-image-in-java/

rootzoll commented 7 years ago

Some could write a small tool class that can be used within REST-API code later on.

rootzoll commented 7 years ago

the app now allows upload of images up to 10MB ... next step would be to make server side resize