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 210 forks source link

transform metadata module #418

Open jywarren opened 5 years ago

jywarren commented 5 years ago

This module would simply pass through the image with no changes but would modify the metadata using a provided function. This can help prepare image metadata for modules that require specific upstream metadata formats.

None of these modules yet exist so this doesn't need to be written yet. But they most likely will!

gitmate[bot] commented 5 years ago

GitMate.io thinks the contributor most likely able to help you is @ccpandhare.

Possibly related issues are https://github.com/publiclab/image-sequencer/issues/5 (image cropping module), https://github.com/publiclab/image-sequencer/issues/367 (Create Contrast Module), https://github.com/publiclab/image-sequencer/issues/157 (Add a Contrast module), https://github.com/publiclab/image-sequencer/issues/108 (Math Module), and https://github.com/publiclab/image-sequencer/issues/158 (Add a Saturation Module).

gitmate[bot] commented 5 years ago

GitMate.io thinks the contributor most likely able to help you is @ccpandhare.

Possibly related issues are https://github.com/publiclab/image-sequencer/issues/5 (image cropping module), https://github.com/publiclab/image-sequencer/issues/367 (Create Contrast Module), https://github.com/publiclab/image-sequencer/issues/157 (Add a Contrast module), https://github.com/publiclab/image-sequencer/issues/108 (Math Module), and https://github.com/publiclab/image-sequencer/issues/158 (Add a Saturation Module).

Mridul97 commented 5 years ago

@jywarren I would like to work on this issue!

grvsachdeva commented 5 years ago

Hi @Mridul97 as @jywarren is on vacation so you can collaborate and clarify your doubts with @tech4GT for quick response. Thanks!

tech4GT commented 5 years ago

Hi Mridul, I think this is pretty specific and only Jeff would be able to exactly clarify what we need here. So let's wait on this one. Thanks :)

rishabhshuklax commented 4 years ago

Hi @jywarren could you explain this a bit, I would love to work on this!