jywarren / mapknitter

Use Public Lab's MapKnitter to turn your aerial images into projected maps for print and web
http://mapknitter.org
GNU General Public License v3.0
44 stars 0 forks source link

Use JavaScript File API to drag/drop large #s of files and analyze for best to stitch #124

Closed jywarren closed 9 years ago

jywarren commented 12 years ago

http://www.html5rocks.com/en/tutorials/file/dndfiles/

could use filesize or something to choose images. Maybe just drag drop everything and then it sorts by timestamp, then rates by filesize? something like that...

could be useful: http://stackoverflow.com/questions/6775767/how-can-i-draw-an-image-from-the-html5-file-api-on-canvas

jywarren commented 9 years ago

This was the subject of Vidhun's 2014 GSoC project: http://publiclab.org/wiki/gsoc-2014#MapKnitter+Enhancements

Integration is ongoing.

jywarren commented 9 years ago

Some of this functionality is being developed in MapMill; future integration possible.