psdiff – .psd previews for git

filp@filp-x ~/dev/myproject > $ git status ## master A mock.psd filp@filp-x ~/dev/myproject > $ git commit -m “Add mock.psd” psdiff: created mock.psd.png # <———- [master 1156ea5] Add mock.psd 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 1.psd create mode 100644 1.psd.png If you have Photoshop psd files lying around your git repository, you …

psd.js

Impressive new addition to the list of javascript codec/file format implementations: psd.js is a general purpose file parser for PSD files created in Photoshop. Given a PSD file, it can parse out information such as image size and color modes, image resources, layer info, image contents, etc. Written in Coffeescript. Works in modern browsers and …