Skip to content

Update text Layer #5

@ValentinM92

Description

@ValentinM92

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 ? :)

Thank you !
new issue bizzehdeesystem drawing psd - google chrome

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions