Skip to content
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

Open
harshkhandeparkar opened this issue Jan 21, 2019 · 22 comments
Open

New Module Ideas For Image Sequencer #694

harshkhandeparkar opened this issue Jan 21, 2019 · 22 comments

Comments

@harshkhandeparkar
Copy link
Member

harshkhandeparkar commented Jan 21, 2019

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!

@harshkhandeparkar
Copy link
Member Author

I'm already working on a flip image module.

@harshkhandeparkar
Copy link
Member Author

Flip image module done! #696

@jywarren
Copy link
Member

jywarren commented Jan 22, 2019 via email

@jywarren
Copy link
Member

jywarren commented Jan 22, 2019 via email

@vibhorgupta-gh
Copy link

@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?

@Mridul97
Copy link

The idea of a tint module seems interesting, I would like to work on this one! @jywarren

@harshkhandeparkar
Copy link
Member Author

harshkhandeparkar commented Jan 22, 2019

@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:
#225

@harshkhandeparkar
Copy link
Member Author

If nobody else wants to work on it the. i can try. I'll require a sample image though. @jywarren?

@Mridul97
Copy link

Mridul97 commented Jan 22, 2019

@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!

@jywarren
Copy link
Member

jywarren commented Jan 23, 2019 via email

@jywarren
Copy link
Member

I want to mention some ideas from an old issue that could be consolidated into this one, maybe?

#165

@jywarren
Copy link
Member

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.

@jywarren
Copy link
Member

Ah, also - threshold! I started here but never finished! #123

@aashna27
Copy link

aashna27 commented Jan 25, 2019

I would like to work on the threshold module, if you don't mind @jywarren .

@Divy123
Copy link
Member

Divy123 commented Jan 25, 2019

@aashna27 maybe we can collaborate.
Also if you can help me with
https://github.com/publiclab/image-sequencer/issues/542

@aashna27
Copy link

@aashna27 maybe we can collaborate.

Yeah sure we can divide among the categories, I ll get back to you after some research.

@harshkhandeparkar harshkhandeparkar added module New Module idea and removed module New Module idea new-feature labels Jan 26, 2019
@aashna27 aashna27 mentioned this issue Jan 27, 2019
4 tasks
@Mridul97 Mridul97 mentioned this issue Jan 27, 2019
4 tasks
@harshithpabbati
Copy link

We can have these special effects
Glow
Noise
Color matrix
HDR
@publiclab/is-reviewers what do you think about it???

@harshkhandeparkar
Copy link
Member Author

Can you please explain those SFX?

@harshkhandeparkar
Copy link
Member Author

@jywarren can we pin this issue so that everybody can discuss?

@harshkhandeparkar
Copy link
Member Author

Some module ideas in #165

@harshkhandeparkar
Copy link
Member Author

Temporarily unpinning this to pin the check-in

@harshkhandeparkar harshkhandeparkar unpinned this issue Jan 19, 2020
@rishabhshuklax rishabhshuklax pinned this issue Jan 30, 2020
@rishabhshuklax
Copy link
Member

Unpinned the check-in to pin this issue as check-in is shifted to another repository.

@jywarren jywarren unpinned this issue Jul 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants