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

Add a Dithering module #138

Closed jywarren closed 5 years ago

jywarren commented 6 years ago

I see two existing modules for this:

https://stackoverflow.com/questions/12422407/monochrome-dithering-in-javascript-bayer-atkinson-floyd-steinberg

https://dpiccone.github.io/ditherjs/ (this uses Canvas, so is less suitable for node/browser cross-compatibility)

I think the first one has a very nice monochrome() function here that we could use for thresholding as well:

https://github.com/meemoo/iframework/blob/gh-pages/src/nodes/image-monochrome-worker.js

ccpandhare commented 6 years ago

I think this looks great. Can this be an FTO candidate? Just realized we're short of FTO Issues!

jywarren commented 6 years ago

That'd be great!

On Oct 13, 2017 6:23 AM, "Chinmay Pandhare" notifications@github.com wrote:

I think this looks great. Can this be an FTO candidate? Just realized we're short of FTO Issues!

— 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/138#issuecomment-336413700, or mute the thread https://github.com/notifications/unsubscribe-auth/AABfJ0b6QkKzXp-n379EuPZ600EZylseks5srzoqgaJpZM4Pwsix .

aashna27 commented 5 years ago

@jywarren this one seems an old one is it still up for claim ❓

jywarren commented 5 years ago

yep but don't claim them all at once! :-P lol you're doing amazing work though!

On Fri, Jan 4, 2019 at 2:38 PM aashna27 notifications@github.com wrote:

@jywarren https://github.com/jywarren this one seems an old one is it still up for claim ❓

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/publiclab/image-sequencer/issues/138#issuecomment-451546505, or mute the thread https://github.com/notifications/unsubscribe-auth/AABfJxSka3MMi03-cJeoORLmwaHhVVhyks5u_62ZgaJpZM4Pwsix .

aashna27 commented 5 years ago

yep but don't claim them all at once! :-P lol you're doing amazing work though!

😆 yeah sure just this one and Text overlay for now .