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

Support for WBMP & OTB formats #1

Open
reshane opened this issue Feb 3, 2025 · 1 comment
Open

Support for WBMP & OTB formats #1

reshane opened this issue Feb 3, 2025 · 1 comment

Comments

@reshane
Copy link

reshane commented Feb 3, 2025

Hello,
I recently published a crate for encoding and decoding wbmp images here because it was supported by image magick but I couldn't find rust only support for the format. Given the PCX encoder/decoder implementation I thought the wbmp format could fit in well here.
Additionally, image magick also has support for otb images (over/on the air bitmaps, old nokia format).
Could I work on a PR to add support for the wbmp and otb formats to this library?

@fintelia
Copy link
Contributor

fintelia commented Feb 4, 2025

The design of this crate is still a bit in flux based on the discussion in image-rs/image#2372 and me needing to write up guidelines on format eligibility. But those two formats seem like they'd be in scope, so with the understanding that things aren't decided yet, please do feel free to make a PR. If you have any feedback on the API as you're doing so, that would also be valuable to share!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants