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

Motion blur #1618

Open niravasher opened 4 years ago

niravasher commented 4 years ago

Please describe the problem (or idea)

What did you expect to see that you didn't? Creating motion blur at an angle that is a user input

Please show us where to look

https://beta.sequencer.publiclab.org

What's your PublicLab.org username?

niravasher

This can help us diagnose the issue:

Browser, version, and operating system

ubuntu 19.04

Many bugs are related to these -- please help us track it down and reproduce what you're seeing!


Thank you!

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

niravasher commented 4 years ago

Working on this

niravasher commented 4 years ago

Screenshot from 2020-02-08 10-47-25 Following the steps 1) Rotating the image using rotate module 2) Creating Blur using gpu 3) Rerotating the module in the opposite direction to get blur at an angle input by the user

niravasher commented 4 years ago

I am not able to rerotate in opposite direction. I get this error Uncaught TypeError: Cannot read property 'width' of undefined @publiclab/is-reviewers @HarshKhandeparkar @blurry-x-face