Hello everyone! Do you have any good module ideas for image-sequencer?
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.
I'm already working on a flip image module.
Flip image module done! https://github.com/publiclab/image-sequencer/pull/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 <[email protected]
wrote:
Flip image module done! #696
https://github.com/publiclab/image-sequencer/pull/696—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/publiclab/image-sequencer/issues/694#issuecomment-456278095,
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 <[email protected]
wrote:
Flip image module done! #696
https://github.com/publiclab/image-sequencer/pull/696—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/publiclab/image-sequencer/issues/694#issuecomment-456278095,
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:
https://github.com/publiclab/image-sequencer/issues/225
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 <[email protected] 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
https://github.com/publiclab/image-sequencer/issues/694#issuecomment-456611807,
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? https://github.com/publiclab/image-sequencer/issues/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! https://github.com/publiclab/image-sequencer/pull/123
I would like to work on the threshold module, if you don't mind @jywarren .
@aashna27 maybe we can collaborate.
Also if you can help me with
https://github.com/publiclab/image-sequencer/issues/542
@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
Glow
Noise
Color matrix
HDR
@publiclab/is-reviewers what do you think about it???
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.
Most helpful comment
Temporarily unpinning this to pin the check-in