-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Module Ideas For Image Sequencer #694
Comments
I'm already working on a flip image module. |
Flip image module done! #696 |
We have an old issue open for a text overlay module - a challenge because
without the canvas element, it means somehow parsing fonts! But there are
some npm modules we collected to research. Let's dig up the old issue link!
…On Tue, Jan 22, 2019, 2:44 AM Harsh Khandeparkar ***@***.*** wrote:
Flip image module done! #696
<#696>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#694 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ9BlKyOe0PtvLRglFQe8xm_8ediaks5vFqUfgaJpZM4aLZMz>
.
|
How about a tint module, that could tint with a color...
...or a levels module that can modify the brightness histogram, as in some
image editors... we can find a gif I'm sure to illustrate this...
…On Tue, Jan 22, 2019, 2:44 AM Harsh Khandeparkar ***@***.*** wrote:
Flip image module done! #696
<#696>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#694 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ9BlKyOe0PtvLRglFQe8xm_8ediaks5vFqUfgaJpZM4aLZMz>
.
|
@jywarren yes, I was coding the text overlay module and one possibility could be to parse/create a canvas with the text font and then use the logic of the image overlay module to overlap the transparent text canvas and the input image. I'll post some packages I think will be useful, did you by any chance come across any? |
The idea of a tint module seems interesting, I would like to work on this one! @jywarren |
@jywarren @publiclab/is-reviewers there was an old issue about a module which can remove a specific color. I have an idea about how that can be done but I'm not sure. The module can go through all of the pixels and search for the provided color (maybe with some tolerance). If the color is found then replace it with the average of all four adjacent pixels. @Mridul97 @VibhorCodecianGupta any thoughts? Or would you like to work on this? The issue: |
If nobody else wants to work on it the. i can try. I'll require a sample image though. @jywarren? |
@harshkhandeparkar Sounds good! would like to work on this, but I think we should wait for @jywarren thoughts on filling the pixel with average of adjacent pixels! Thanks! |
Hmm, interesting! Maybe we could replace with a greyscale pixel by
averaging the color channels for that pixel?
…On Tue, Jan 22, 2019, 8:56 PM Mridul97 ***@***.*** wrote:
@harshkhandeparkar <https://github.com/HarshKhandeparkar> Sounds good!
would like to work on this, but I think we should wait for @jywarren
<https://github.com/jywarren> thoughts about filling the pixels with
average of adjacent pixels! Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#694 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ7Pd2qvUpBzCEPq_S9tRIkjCZW1Uks5vF6UWgaJpZM4aLZMz>
.
|
I want to mention some ideas from an old issue that could be consolidated into this one, maybe? |
And @VibhorCodecianGupta maybe check out this fontpath module here? #431 it may allow us to avoid canvas although if we can get a good pure JavaScript version of canvas running, or otherwise make it simple to support for both node and browser, we could go that way too. |
Ah, also - threshold! I started here but never finished! #123 |
I would like to work on the threshold module, if you don't mind @jywarren . |
@aashna27 maybe we can collaborate. |
Yeah sure we can divide among the categories, I ll get back to you after some research. |
We can have these special effects |
Can you please explain those SFX? |
@jywarren can we pin this issue so that everybody can discuss? |
Some module ideas in #165 |
Temporarily unpinning this to pin the check-in |
Unpinned the check-in to pin this issue as check-in is shifted to another repository. |
Hello everyone! Do you have any good module ideas for
image-sequencer
?Note: Modules with real world use cases which are to be added to IS are discussed in #707
Note: Some general module ideas are listed in #165
Ideas
If you have seen or heard of image processing steps even if you don't know what they mean or how they are different from others or if you know some great links where such reliable information can be found, then please let us know in the comments below.
If you have ideas for new modules(even original ones) and you don't know how to implement them, then you can open a new issue for it or let us know in the comments below.
If you know about some module and know how to implement it in the codebase, then please feel free to open a PR.
If you don't have any original idea then you can try implementing one of these.
Thank you!
The text was updated successfully, but these errors were encountered: