You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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!
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?
The text was updated successfully, but these errors were encountered: