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

Fix layer visibility #56

Open Patchethium opened 7 months ago

Patchethium commented 7 months ago

Fix #55, change the condition so that 1 means hidden and 0 means visible.

chinedufn commented 7 months ago

Thanks! Just needs a test case and then we can land this. Let me know if you need any help.