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

Add click to choose pixel xy as an input type #796

Open jywarren opened 5 years ago

jywarren commented 5 years ago

After #541 added a great paint bucket module, I'd love to be able to click to choose where to drop the paint. We could make this a general purpose input because other modules may need this too:

screenshot_20190219-120500

jywarren commented 5 years ago

i think we could add a click listener to the image and temporarily override the "download" behavior.

On Tue, Feb 19, 2019 at 2:13 PM Vibhor Gupta notifications@github.com wrote:

This would require some research. Perhaps adding an interactive layer over the image and passing the coordinates to the logic. Will look into it.

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

niravasher commented 5 years ago

@VibhorCodecianGupta are you still working on this? I would like to take this issue

jywarren commented 5 years ago

Hi @niravasher we'd love help with this. It will be really useful for a number of other modules. Thanks!

niravasher commented 5 years ago

Hey @jywarren would love to work on this. As soon as I finish with the gradient module, will start working on this