I need to extract the text from the layers in a photoshop PSD file on linux. Does anyone know how to do that? Gimp rasterizes the text and you can't copy and paste it. Also, note that I do not own the Photoshop program.
Copy the text you need to paste, from wherever (web, other app, other Photoshop file). Select the Ps Type tool (you would be doing this anyway, because you're pasting into a text object). Select All from the Font drop-down and Copy again. Paste into your destination text object.
Have you tried using vim?
VIM comes with a flag that lets you edit a binary file.
I tried editing a PSD file with:
vim -b file.psd
This is an example of what I got when editing the file:
<dict> <key>com.apple.print.PageFormat.PMAdjustedPageRect</key> <array> <real>0.0</real> <real>0.0</real> <real>576</real> <real>734</real> </array> <key>com.apple.print.ticket.stateFlag</key> <integer>0</integer> </dict>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With