publiclab / image-sequencer

A pure JavaScript sequential image processing system, inspired by storyboards
https://sequencer.publiclab.org
GNU General Public License v3.0
110 stars 208 forks source link

ability to write metadata into exif tags #169

Open jywarren opened 6 years ago

jywarren commented 6 years ago

GitMate.io thinks a possibly related issue is #118: Assorted improvements to be broken into separate issues.

ccpandhare commented 6 years ago

This would be pretty cool!

ccpandhare commented 6 years ago

Possible implementation modules:

tech4GT commented 6 years ago

@jywarren can you please elaborate on this one a little?

jywarren commented 6 years ago

This was was just to try to come up with a standard namespace and convention for the metadata generated by all the steps, and to write that into a custom EXIF tag in the image, as you go. That way, there is some "trace" of how the image was produced via the steps. Does that make sense? Sort of an evidence trail, or showing your work.

On Thu, Jun 28, 2018 at 10:50 AM Varun Gupta notifications@github.com wrote:

@jywarren https://github.com/jywarren can you please elaborate on this one a little?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/publiclab/image-sequencer/issues/169#issuecomment-401061657, or mute the thread https://github.com/notifications/unsubscribe-auth/AABfJzXHycVrt7eSjDAtU5sQO7IQmkzBks5uBO0UgaJpZM4SBG5j .

tech4GT commented 6 years ago

@jywarren Yeah I get this!! So we are embedding the sequence data in the image itself, right?

jywarren commented 6 years ago

yep!

On Thu, Jun 28, 2018 at 2:44 PM Varun Gupta notifications@github.com wrote:

@jywarren https://github.com/jywarren Yeah I get this!! So we are embedding the sequence data in the image itself, right?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/publiclab/image-sequencer/issues/169#issuecomment-401134463, or mute the thread https://github.com/notifications/unsubscribe-auth/AABfJyglghYDs5wOp4dyEplSr9I2myepks5uBSPygaJpZM4SBG5j .