ag-psd icon indicating copy to clipboard operation
ag-psd copied to clipboard

Javascript library for reading and writing PSD files

Results 56 ag-psd issues
Sort by recently updated
recently updated
newest added

The vector mask is a white background ![image](https://user-images.githubusercontent.com/63383735/181418281-27d87fa8-e65d-46aa-bfbb-7f10bc3d9688.png) And I can get vector mask path , but the path seems incomplete,I can't know the line is curve ![image](https://user-images.githubusercontent.com/63383735/181418512-6e595095-9a16-4dc3-8dd9-516a4b78037e.png) What can...

will the api which can get cssStyle be provided in the future?

I found this interesting library, but I get an issue when try to apply global mask to each children layer. This is [my PSD file](https://drive.google.com/drive/u/1/folders/1uyaNF10FlheNqs5im0SGet37Dtu9s1lB). I have a folder contain...

Can I create smart object by ag-psd library?

const newPSD = { ...oldPSD, linkedFiles: [ ...newLinkFile ], } const final = writePsdBuffer(newPSD , {generateThumbnail: true}); fs.writeFileSync('my-file.psd', final); here smart object (linked psb) file is changing. but the change...

What does the following example supposed to do? This is taken from npm page of ag-psd. const psd = { width: 300, height: 200, children: [ { name: 'Layer #1',...

Hi, I am using this library to parse mockup PSD files, replace some smart-object Canvas with my desired images. Then with the help of Canvas recreate it layer by layer...

I am working on a demo project, where I need to merge 2 layer of PSD file. I find this on google. So now how can I run this project...

Hello, I've made text changes to a PSD file and saved it but it doesn't show in Photoshop and export to png doesn't show the changes either. Any idea why?...

I tried running one of the examples but I get this error. Not sure what it happens. Error: `internal/process/esm_loader.js:74 internalBinding('errors').triggerUncaughtException( ^ Error [ERR_MODULE_NOT_FOUND]: Cannot find module 'C:\Users\Stephane\WebstormProjects\MyProject\node_modules\ag-psd\initialize-canvas' imported from C:\Users\Stephane\WebstormProjects\MyProject\data\templates\custom_2.js...