Agamnentzar
Agamnentzar
Your file read for me just fine, maybe there's something wrong with the way you're reading it. Can you check if some really simple PSD files read for you correctly....
In general when you want to achieve certain effect you should create that effect in Photoshop and then read the file and see what kind of properties you need to...
Can you share PSD document with gradient applied to text. So I can verify how it's exported. I'm also not sure which technique you're using to apply the gradient, maybe...
What do you have in `layer.text.transform` ?
I don't know how to interpret it, it seems you'd have to find specification for *.look file format
I don't really know what `referencePoint` is used for.
Can you show me the numbers you see in Photoshop and ones you see decoded from library? Which fields are different?
layer.top/left is definitely not related to referencePoint. But it does interact with artboards. I think the way layer position interacts with artboards is that it positions the layers on a...
Actually now that I look at the data I don't fully understand how these relate to each other. But it's probably some between `layer.top/left` and `layer.artboard.rect` of the parent artboard.
You can use composite image from `psd.canvas` it contains combined image of all of the artboards (see: https://github.com/Agamnentzar/ag-psd/tree/master/test/read/artboards ), so you can read artboard regions and cut the bitmap for...