List all the fonts used within a Photosh*p file (PSD). Load the whole file in memory and search for font sets byte by byte. This is not pretty but it works (TM).
This is how it works:
$ psdfontlist myfile.psd
OneFont
AnotherOne
SomeRandomOtherFont
You need Python 3 and you can get the code from the repository below:
http://bitbucket.org/tamentis/scripts/ (psdfontlist.py)
Then you can run it from there or install it somewhere in your PATH:
Last Update: Mon May 17 01:11:17 EDT 2010 · Bertrand Janin <tamentis@neopulsar.org> · Powered by Python & Debian GNU/Linux