image-rs / organization

Organizational and administrative topics
1 stars 4 forks source link

Onboarding #1

Open HeroicKatora opened 5 years ago

HeroicKatora commented 5 years ago

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.

kaj commented 5 years ago

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 commented 5 years ago

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

JohnTitor commented 5 years ago

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

HeroicKatora commented 5 years ago

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

Robzz commented 5 years ago

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 commented 5 years ago

@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 commented 5 years ago

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 commented 4 years ago

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 commented 4 years ago

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

sirxyzzy commented 4 years ago

@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 commented 4 years ago

@sirxyzzy Hi :wave: 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 commented 4 years ago

@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 commented 4 years ago

hey, farbfeld isn't that obscure!

aarestad commented 3 years ago

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! https://github.com/image-rs/image/issues/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 commented 5 months ago

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 commented 5 months ago

@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