chinedufn / psd

A Rust API for parsing and working with PSD files.
https://chinedufn.github.io/psd
Apache License 2.0
265 stars 40 forks source link

[example] reading PSD into JSON #39

Closed scoiatael closed 2 years ago

scoiatael commented 2 years ago

Another thing I didn't want to just get lost in my fork - this adds ability to dump PSD structure into JSON, alongside previews for layers. Again, if you don't think it's useful just close the PR :)

chinedufn commented 2 years ago

Let's avoid adding the serde dependency until someone has a real use case that requires serializing/deserializing from JSON.

For example, do people actually need this, or will people just create their own data structures that use serde? Who knows.

Closing for now, but feel free to re-open if you already have a use case that requires serializing/deserialing PSDs using something like serde.

Thank you for all of your cool work!


I'd love to some day be able to parse a PSD (as we do now) and then write back to a PSD.