Agamnentzar

Results 215 comments of Agamnentzar

Photoshop has "compatibility mode" setting that if you turn off it doesn't save composite image for .PSD to safe space. But it seems it's always skipping composite image for .PSB...

I released version `28.2.3` with some improvements for handling reading. I'm not sure why the file is broken in Photopea though, it might be error on their part or incorrect...

It seems you've written some NaN values in your filter parameters, so that might also be the issue in Photopea.

I checked some more and it seems some generated files from tests, like this one: https://github.com/Agamnentzar/ag-psd/blob/master/test/write/circle/expected.psd are failing to open in Photopea, but are successfully opening in Photoshop, Paint Tool...

Published version `28.3.0` with bunch of fixes for section sizes/paddings and missing fields, now almost all of the files correctly open in Photopea. @photopea One thing I still didn't manage...

Published version `28.3.1` with fixes for vector paths

This library doesn't have ability to render and compose layers, you can only get raw bitmap data for each layer.

You want to save PSD file using ag-psd? You can set `imageData` property for the layers instead of `canvas` it's simple data structure that you can create from buffer. ```ts...

SVG doesn't have built-in path operations so I think it should always be "combine"

I'm working on adding the support, but as just a heads-up, the data in your PSD file is just a link to external video file. Data of the video file...