meltingice / psd.js

A Photoshop PSD file parser for NodeJS and browsers
MIT License
2.73k stars 389 forks source link

export modified psd data to png ? #162

Open feiyuerenhai opened 5 years ago

feiyuerenhai commented 5 years ago

Hi, are you still maintaining this repo ? can i modify some data in the psd tree and then export it to png file ?

↓-------updated-------↓

seems not. you mentioned in the doc that saveToPng method is implemented via a rasterized image provided by the photoshop file. is this for sure ?

↓-------updated-------↓

or maybe can we trans-format the psd tree object to something like in svg or canvas in a convenient way ?

Li-Qiushui commented 1 month ago

Hello, have you found a solution? I am also working on this problem and look forward to hearing from you if you can help.