Skip to content

This script simply parses file from a PSD Image (Adobe Photoshop native image format), and printout the resources used in the file tagged with "/Name" -- most of them are font (typeface) names. Since GIMP as of 2.8 can't import Photoshop text layers as text, this script can help designers to see what fonts where used in a given image without res…

License

Notifications You must be signed in to change notification settings

jsbueno/psd_print_resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

This is a simple script to parse  a PSD Image file (Adobe Phtooshop native
image format), and printout the resources used in the file tagged
with "/Name" -- most of them are font (typeface) names.

Since GIMP as of 2.8 can't import Photoshop text layers as text, this
script can help designers to see what fonts where used in a given image
without resorting to a Photoshop install.

Tested with Python 2.6, 2.7 and 3.2, pypy 1.8

About

This script simply parses file from a PSD Image (Adobe Photoshop native image format), and printout the resources used in the file tagged with "/Name" -- most of them are font (typeface) names. Since GIMP as of 2.8 can't import Photoshop text layers as text, this script can help designers to see what fonts where used in a given image without res…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages