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 of PNG #1

Open
umgefahren opened this issue Jan 14, 2021 · 3 comments
Open

Support of PNG #1

umgefahren opened this issue Jan 14, 2021 · 3 comments

Comments

@umgefahren
Copy link
Contributor

In order to develop algorithms with lossless compression, the module should be able to read PNG.

@vadixidav
Copy link
Member

@umgefahren While it may seem strange, you can add the image crate to your dependencies and enable the png feature on it. That will also allow pngs to work in this crate.

I will also add that you may want to look at nshare, which we use instead of this crate. It just allows a zero-copy ndarray view of an image from the image crate. I will still update this crate though.

@vadixidav
Copy link
Member

I can still add features to this crate to transitively enable image features. I will leave this ticket open to track that.

@vadixidav vadixidav reopened this Jan 14, 2021
@DCNick3
Copy link

DCNick3 commented Nov 23, 2022

It seems that this crate is not that actively maintained (for example it depends on an older image version). It may be worthwhile noting that in the description and pointing potential users to nshare crate which seems to accomplish the same task and is more up to date

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

3 participants