-
Notifications
You must be signed in to change notification settings - Fork 23
Update text Layer #5
Copy link
Copy link
Open
Description
Hello,
To start, thank you very much for this library, it's perfect !
Next, I'm going to explain my situation :
I want to create a C# personnal application to read a psd file, get a specific layer, and update it. After the update, the application save the file as png file (with an other name if is it possible). The layer is always a text layer.
With your code, I got the good layer, but I don't find how Can I modify his text. There isn't method or attribut representing the text in the layer.
My code :
PsdFile psd = new PsdFile();
psd.Load(@"C:\Users\sigt_vm\Documents\03_IF\Visuels\PSD\PSD_Liga.psd");
Layer lScore = psd.Layers.FirstOrDefault(l => l.Name.Contains("Score"));
I attached my psd file, opened with Photoshop.
Can you help me ? :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
