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 (a subset of) PSD via the zune-psd crate #1896

Open
Shnatsel opened this issue Mar 18, 2023 · 1 comment
Open

Support (a subset of) PSD via the zune-psd crate #1896

Shnatsel opened this issue Mar 18, 2023 · 1 comment

Comments

@Shnatsel
Copy link
Contributor

The zune-psd crate provides a basic PSD decoder, comparable to that of imagemagick. While the format is very complex and support is far from complete, it is useful for certain applications such as telescope data published in PSD because it doesn't fit into JPEG (the dimensions are larger than 65,535).

It would be nice to add support for it to image. #1877 provides a blueprint for integrating zune-* decoders.

@etemesi254
Copy link

FYI, there is the psd crate which offers the ability to merge all layers, so for widespread use, that may be better, since it does layer merging, I don't use it because of the dependency on anyhow which blows up my compile time and I am not impressed with their speeds.

Mine matches ffmpeg/stb decoders.

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