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

Support deleting layers without #29

Open zhenzi0322 opened 2 years ago

zhenzi0322 commented 2 years ago

Support deleting layers without

chinedufn commented 2 years ago

Hey there.

I'm sorry, I don't understand what you're saying?

Deleting layers without what?

zhenzi0322 commented 2 years ago

Delete the layer and also want to modify the description information inside the psd.

zhenzi0322 commented 2 years ago

Hey there.

I'm sorry, I don't understand what you're saying?

Deleting layers without what?

Or how does changing layers work? For example, I want to update a paragraph in a text layer to what I want.

chinedufn commented 2 years ago

Hmmm, mind explaining exactly what you want to do so that I can better understand whether or not it is currently possible?

As in, can you describe your use case / what you're trying to implement?

Thanks!