Agamnentzar
Agamnentzar
Smart layer filters should be on `layer.filter` property
Can you provide PSD file with the issue?
Release version `28.2.0` with added support for `invert` and `brightness/contrast` smart filters
can you provide example file with saturation filter?
I don't know any library like that, sorry
Yes, you can find it in `psd.imageResources.slices`
I don't see any way to write file in chunks in browser: https://developer.mozilla.org/en-US/docs/Web/API/File so I'm not sure how adding chunked write api would help in this case. Reducing memory usage...
If you use `useRawThumbnail: true` then `createCanvasFromData` will never be called, so it will solve the issue. But I'll redesign this, there's no longer need for using Image for decoding...
Published version `29.0.0` with removed need for `createCanvasFromData` helper
I checked bytes in the files and it indeed completely white, my guess is that Photoshop keeps the composite image of PSB files white to reduce file size, I don't...