publiclab / image-sequencer-app

An Image Processing server based on image-sequencer
GNU General Public License v3.0
7 stars 5 forks source link

Availability for client-side usage? (speculative use) #16

Open jywarren opened 5 years ago

jywarren commented 5 years ago

Let's not worry about this now, but in the future (sparkle in my eye) I wonder how possible it would be to initiate a sequence from a collection of images, and run the entire export client-side, perhaps in a web worker to not stall the UI out...

Food for future thought! 😄

https://github.com/publiclab/image-sequencer-app/blob/8dd6aa43d174fe31d1c279bcf29359ef5afb7977/src/api/v2/util/converter-multiSequencer.js#L1

jywarren commented 3 years ago

We could use one of these multithreading approaches:

On this line which forks processes:

https://github.com/publiclab/image-sequencer-app/blob/248fe08b17299660c9498c8efd24c6098d132f35/src/api/v2/index.js#L95