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

Wrong transparency #33

Closed lassade closed 2 years ago

lassade commented 2 years ago

Hi, thanks for the crate!

I'm trying to load a simple psd file with a few transparent layers, but I'm getting these weird white stripes all over the layer.

psd__load_glich

Any ideas why? Maybe you could point me to the right direction to look up.

lassade commented 2 years ago

Never mind, the issue seems to be with the renderer, alpha looks good in RenderDoc!