What happened just before the problem occurred? Or what problem could this idea solve?
I loaded overlay module
What did you expect to see that you didn't?
I expected to see the output image

https://beta.sequencer.publiclab.org/examples/#steps=overlay{}
rishabhshukla1999
This can help us diagnose the issue:
Chrome Version 79.0.3945.79 (Official Build) (64-bit) on Ubuntu 18 LTS
Many bugs are related to these -- please help us track it down and reproduce what you're seeing!
Your help makes Public Lab better! We deeply appreciate your helping refine and improve this site.
To learn how to write really great issues, which increases the chances they'll be resolved, see:
https://publiclab.org/wiki/developers#Contributing+for+non-coders
@jywarren Can I work on this?
You need to have atleast two images for this module to work
Yes it should prevent this from happening, maybe show a toast notification instead of just loading?
Yes that should be there
Right now many of the modules have this problem(ex: blend module) you can put any number in the input I was thinking maybe it should show a visible error? This was just an idea If the moderators agree I can work on it.
I think you should add a default image.
I think a better way would be to change the default offset to -1 instead of -2. There will always be a step before the current step. That should fix everything.
What are your thoughts?
Yeah That looks like a great idea...
Hm, just noting that I believe it's supposed to take image -2 and overlay it on image -1, does that make sense?
Good point. I think it would be even better if we use -1 as a default
only if -2 doesn't exists. We could use an if condition here.
On Sat, 11 Jan, 2020, 11:54 PM Jeffrey Warren, notifications@github.com
wrote:
Hm, just noting that I believe it's supposed to take image -2 and overlay
it on image -1, does that make sense?—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/publiclab/image-sequencer/issues/1430?email_source=notifications&email_token=AIJI5HYZ7PNCO7PJX4HNVD3Q5IFFPA5CNFSM4KDKMYNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIWIAGA#issuecomment-573341720,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AIJI5H7OZ2U3JRV5RO23JG3Q5IFFPANCNFSM4KDKMYNA
.
What are your thoughts?
I was thinking of adding these inputs as ranged inputs where we could maybe display the name of the step as input, what do you think?
Most helpful comment
Right now many of the modules have this problem(ex: blend module) you can put any number in the input I was thinking maybe it should show a visible error? This was just an idea If the moderators agree I can work on it.