pics/public/js
Aaron van Geffen 12ea378b02 Photo uploader: reduce client memory usage.
To create inline thumbnails locally, the previous version of the photo uploader
used base64 representations of the local files to be uploaded. While this is
effective, it is a little wasteful. When uploading several photos at once, this
could even lead to the page becoming less responsive.

This commit changes the process such that the photos are actually resized on a
canvas, only using the local original as a buffer. Hence, only the resized
photo is retained in memory.
2020-02-08 20:35:26 +01:00
..
ajax.js Initial commit. 2017-11-09 17:00:22 +01:00
albumnav.js Allow changing album pages by arrow keys. 2017-11-09 17:00:34 +01:00
autosuggest.js Remove leftover debug statements. 2019-03-09 13:58:37 +01:00
crop_editor.js Fix crop editor. 2017-11-09 17:00:36 +01:00
main.js Allow jumping to random pages through pagination fillers. 2017-11-09 17:00:34 +01:00
photonav.js JS photo nav: scroll to #photo_frame automatically. 2017-11-09 17:00:35 +01:00
upload_queue.js Photo uploader: reduce client memory usage. 2020-02-08 20:35:26 +01:00