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

Layer visibility is opposite #55

Open Patchethium opened 7 months ago

Patchethium commented 7 months ago

According to the webtoon's implementation here, in adobe's specification actually 1 means hidden and 0 means visible. In this repository it's defined opposite.

I've also tested with some psd files, it also turns out that webtoon's approach was right.