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

Onboarding #1

Open
HeroicKatora opened this issue Apr 13, 2019 · 16 comments
Open

Onboarding #1

HeroicKatora opened this issue Apr 13, 2019 · 16 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@HeroicKatora
Copy link
Member

HeroicKatora commented Apr 13, 2019

Welcome

To be added to the image-rs organization, simply ask nicely in the comments below. We'll send you an invitation asap. We also plan to give each member space in the blog when it is setup.

@HeroicKatora HeroicKatora added help wanted Extra attention is needed good first issue Good for newcomers labels Apr 13, 2019
@HeroicKatora HeroicKatora changed the title New members Onboarding Apr 13, 2019
@kaj
Copy link
Member

kaj commented Jul 23, 2019

Hi! I'm using image in a photo-managing web application (and some experiments). I also once contributed some code for faster thumbnailing of large images. Now that you asked, I'm here to show my interest.

@HeroicKatora
Copy link
Member Author

Hi 👋 I'm glad you found the blog and also welcome (back) under the new organization.

@JohnTitor
Copy link
Member

@HeroicKatora Hi, I submitted a minor PR to image-rs/image. Could I become a collaborator?

@HeroicKatora
Copy link
Member Author

HeroicKatora commented Aug 27, 2019

@JohnTitor Yes you can, thank you for the short wait. I see you helped with even more style improvements :)

@Robzz
Copy link
Member

Robzz commented Sep 1, 2019

Hey, may I kindly request an invite ? I'm the guy who initially extracted the TIFF code from image into image-tiff, and lurked around providing the occasional review. I don't expect to be the most active person around, but I'll gladly help here and there when I can.

@HeroicKatora
Copy link
Member Author

HeroicKatora commented Sep 1, 2019

@Robzz Your invitation was a pitfall with a lot of other people with very similar user names but yes, of course. Welcome back then.

@chitalian
Copy link

Hi there, I don't have too much experience with this library. I really like what you all do here and I am eager to learn more rust and image processing. I would love to contribute to this repo. Can I be added as a collaborator? I am hoping to generate some more examples within the next few weeks to learn a bit more about the library

@aschampion
Copy link

Hi, I'd like an invite. I use image (and a few of the format-specific crates directly) heavily for biomedical image processing and have contributions in at least four of the repos here.

@HeroicKatora
Copy link
Member Author

@aschampion Will be sent swiftly and well deserved. Welcome :)

@sirxyzzy
Copy link

sirxyzzy commented Jul 3, 2020

@HeroicKatora I have an obscure, and possibly quixotic interest in incorporating support for ILBM files into the Rust ecosystem. ILBM is an IFF based Amiga format, also used in some old games for the PC. I have a prototype decoder I hacked up (see https://github.com/sirxyzzy/ilbm), and I am continuing to test and extend it, it is a long way from primetime, but I wondered if there was any interest in my eventually folding this into "image", as a supported format? If so, I would be happy to to do that work.

@HeroicKatora
Copy link
Member Author

HeroicKatora commented Jul 3, 2020

@sirxyzzy Hi 👋 An obscure format itself is no problem. In fact we already support farbfeld which is probably unknown to a lot of users. However, being both rare and a prototype is hard to maintain. I'd be glad to review a PR and the crate as an optional feature when you feel it is relatively stable (note: erroring, but not panicking, on some unsupported features would be fine). Feel free to use the image-rs crates for some ideas of how to achieve that, e.g. seting up fuzzing or CI, and don't hesistate to ask in a new issue if anything is unclear or you've made progress.
I've sent a collaborator invite. If you'd like you could make blog posts on major progress points or when you resolve some issue on the way that others might find instructive. In any case, have fun coding :)

@sirxyzzy
Copy link

sirxyzzy commented Jul 4, 2020

@HeroicKatora Thanks, invitation accepted. Yes, I realize I have a way to go, and funny you mentioned panics as I spent a few hours today removing pretty much all potential sources of panics, mainly by no longer using the "bytes" crate (this also speeds things up a bit) I totally agree that my code is not ready to be linked in (yet), I have a fair bit of work to go. I was running some tests today with close to 4000 different sample files and assorted other non image formats, good news, no panics, but too many fails to be happy. ILBM is a notoriously flexible format so there are quite a few cases to deal with.

@nabijaczleweli
Copy link
Member

hey, farbfeld isn't that obscure!

@aarestad
Copy link

aarestad commented Apr 12, 2021

Hello! I noticed that webp de coding is supported, but not en coding. While I do not have any appreciable experience writing encoders, I was interested in maybe tackling this. Perhaps we could use these bindings to libwebp? https://lib.rs/crates/libwebp To that end, I'd like to request an invite to set up an issue and eventually create a PR for it :)

Edit: I see there is an (old) issue already! image-rs/image#582 If someone else is not already doing this, perhaps I can.

Edit2: I see this is out there too: https://lib.rs/crates/libwebp-image - so, never mind - I guess I don't want to duplicate someone's work. ><

@ripytide
Copy link
Member

ripytide commented May 25, 2024

I have a free summer which I'm intending to dedicate to imageproc and all the repos it depends on, including image. I'd like to triage all the open but stagnant PRs in the image repo.

@fintelia
Copy link

@ripytide That would be appreciated. I looked though some of the open PRs and it looked like they were mostly either abandoned by their author or stalled out because we didn't reach agreement that the relevant feature should be added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests