Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a PSD file and want to read a text layer from it and change it's text value using C#

What I have tried:

I have a PSD file and want to read a text layer from it and change it's text value using C# 
Posted
Updated 3-Jul-18 5:29am
Comments
MadMyche 3-Jul-18 10:20am    
What have you tried?
Richard MacCutchan 3-Jul-18 10:58am    
You need to study the documentation for the structure of PSD files.

1 solution

You have two options:
1. Look for a ready-made (free or payed) library for reading PSD in .NET (there were one I remember with Paint.NET)...
2. Learn the documentation and write your own library: Adobe Photoshop File Formats Specification[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900