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
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.
The text was updated successfully, but these errors were encountered:
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.
The
zune-psd
crate provides a basic PSD decoder, comparable to that ofimagemagick
. 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 integratingzune-*
decoders.The text was updated successfully, but these errors were encountered: