377 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
83
views
Using PSD.js, how to output png as buffer?
In a Nodejs project, I am using PSD.js to generate a png from a psd. I am using the .toPng() method. I would like to go from this png object to a buffer without saving to the file system. I have ...
0
votes
0
answers
59
views
How to replace basecolor image in a psd file
Now I have a Photoshop .psd file with a 3D Layer with the following Texture options:
My Photoshop document's 3D layer
English translation
I want to batch replace the image-file used for the Base Color ...
0
votes
0
answers
34
views
Find out exact layer type from ag-psd parsed psd file
I am working on a system that parses psd file into json so I can create the layers in our data structure. I use ag-psd for the parsing.
ag-psd
In the docs there is this snippet
// complex parsing
...
1
vote
1
answer
244
views
How to Add Editable Text Layer to a Photoshop PSD File using Python
I have a very simple use case where I need to pack a PNG file and a text layer into a PSD file and save it. That's it. I have tried psd-tools for it and so far it works in principle.
The problem is ...
1
vote
1
answer
72
views
Update PSD files using NodeJS
I need to update a psd files using nodejs script. I have tried with as-psd, psd packages and also converting the psd to png but couldn't come to any solution. Here is my code for ag-psd package:
const ...
-1
votes
1
answer
49
views
When converting a PSD to a PNG, the black border shadow disappears using ImageMagick [closed]
When converting a PSD to a PNG, the black border shadow disappears using ImageMagick
Original Image:
After converting losing black border shadow using imageMagick:
When converting a PSD to a PNG, the ...
0
votes
0
answers
67
views
Texts have extra white margin - How to accommodate when translating PSD into HTML?
In html, there is white space above and below texts, and it is apparent when the text is big.
Can this top and bottom white space around texts be removed with CSS\html? If not, how to calculate the ...
0
votes
0
answers
42
views
Is there a way to convert a psd file with a multiple psb files to an image?
I'm building a web app (next.js) where user can upload .psd file with bunch of .psb files that are Linked Smart Objects inside the .psd file and also include needed images.
All of these files are ...
1
vote
0
answers
41
views
Three.js - Pixelation on Clipped Edges When Using Stencil Buffer for Transparent PNG on Cup Mockup
I'm working on a Three.js project where I'm applying five layers on a canvas to create a cup mockup. The layers are rendered in the following sequence:
Scene – Background scene.
Mask – Defines the ...
0
votes
1
answer
445
views
Text content updated in PSD (ag-psd) layer object but image remains unchanged
I'm working on a project where I need to update text content in a PSD file programmatically using the ag-psd library in Node.js. I'm able to successfully update the text content in the PSD layer ...
1
vote
1
answer
436
views
API USDA get specific release month WASDE (FAS PSD Data API)
I am trying to get the WASDE for a specific release month using the FAS PSD Data API:
https://apps.fas.usda.gov/opendataweb/home
I manage to get the newest report but I struggle to request one of a ...
0
votes
0
answers
460
views
i want to open a multilayer TIFF in Photoshop, or convert Tiff file to PSD file using python only
Basically i have created a tiff multilayered file in python using pillow library it is having 8 layers basically tiff is created successfully it is even getting open in normal windows image viewer and ...
1
vote
0
answers
494
views
Simulating Gyroscope with ARW, BI, and Spectral Density Using Physical IMU Data
I'm currently working on a state estimation project that relies on IMU data. While I have access to a physical IMU, I'd like to simulate gyroscope data with specific parameters, including Angle Random ...
0
votes
0
answers
93
views
Python Layer Not Found
I am getting an issue in my code that is trying to read a psd file without opening photoshop but psd_tools cannot find the layer I want and gives me an error. How can I fix it. (already checked if ...
0
votes
0
answers
249
views
Editing PhotoShop smart objects using Node
I have some photoshop files. They have smartobjects connected to specific layer named "smart_object" and want to replace particular images in the smart object programmatically using node.
...