publiclab/infragram

include scale metadata when exporting image into Image Sequencer

Open

#20 opened on Nov 26, 2018

 (1 comment) (0 reactions) (0 assignees)HTML (163 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (50 stars)
PR merge metrics
 (PR metrics pending)

Description

Based on the scale data for #14, we should add a "metadata" module and some scale info when exporting, so on this line:

https://github.com/publiclab/infragram/blob/ba9f1a80686df826cce9ac426c821a999b00deda/index.html#L210

We also add something like:

,metadata{scale: '...'}

but we should think about how to express scale... is there some conventional formatting for scale data? Microns per pixel maybe?

Contributor guide