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

I have a custom JSON format, how can I convert it to PSD and save it as a file? #51

Open ywq20011 opened 9 months ago

ywq20011 commented 9 months ago

I have a custom JSON format, how can I convert it to PSD and save it as a file?

chinedufn commented 9 months ago

Right now the psd crate only supports deserializing a PSD from bytes. It does not currently support writing PSD bytes to a file.

I'd be happy to help guide anyone that is interested in contributing support for this.