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

database/gallery of important/cool sequences #1480

Open harshkhandeparkar opened 4 years ago

harshkhandeparkar commented 4 years ago

ImageSequencer allows users to save sequences as modules in the browser. This is useful when a specific sequence is used only for a specific purpose and not very widely used. This can reduce the library size (by not adding extra meta modules) yet serve its purpose.

We can create a database/lookup table of important/cool sequences that can be very useful to certain users. They can either be saved or not (depends on the user) but can be helpful.

Such a database can also represent the use-cases of ImageSequencer.

NOTE: Anyone is free to comment on their favorite sequence below. We'll add it to the database. All we need is a screenshot of the sequence and steps involved


Thank You!

rishabhshuklax commented 4 years ago

@HarshKhandeparkar Thanks for opening this issue we really needed something like that! I'll be adding some sequences real soon!! Thanks!

jywarren commented 4 years ago

I made this one for creating dithered gradients of different sizes!

https://sequencer.publiclab.org/examples/#steps=rotate{},gradient{},rotate{},dither{dither:Atkinson}

image

jywarren commented 4 years ago

Here's the new color halftone module! It looks really nice! https://github.com/publiclab/image-sequencer/pull/1678

https://github.com/publiclab/image-sequencer/pull/1678

It'll be available at: https://sequencer.publiclab.org/examples/#steps=color-halftone