-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update text Layer #5
Comments
Up ? :/ |
UP :) ? |
@ValentinM92 did you ever figure out how to do this? |
Hello,
The owner of this library doesn't really answer me and I give up this way.
So i dont find a solution to update a PSD layer in .Net with a library :(
…________________________________
From: Timothy <notifications@github.com>
Sent: Saturday, February 9, 2019 9:14:00 PM
To: bizzehdee/System.Drawing.PSD
Cc: ValentinM92; Mention
Subject: Re: [bizzehdee/System.Drawing.PSD] Update text Layer (#5)
@ValentinM92<https://github.com/ValentinM92> did you ever figure out how to do this?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#5 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AawOsYZUP8Ce6rD6eBtZu40mqENo4Qgbks5vLywIgaJpZM4NI1Sw>.
|
try try static bool CheckIsText(System.Drawing.PSD.Layer layer) |
我想知道怎么才能得到一个组下面有多少个图层,头疼 |
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 :
I attached my psd file, opened with Photoshop.
Can you help me ? :)
Thank you !
The text was updated successfully, but these errors were encountered: