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 …

Photoshop-style blend modes for HTML Canvas Contexts

Adobe Photoshop has a variety of helpful blend modes for compositing images from multiple RGBA layers. This small library provides the same functionality for HTML Canvas Contexts, with the goal of producing the same results as Photoshop. Allows you to do stuff like: // Likely an ‘offscreen’ (not in the DOM) canvas var over = …

Timeline: Version control for Adobe Photoshop

From the same gents that brought us ComparePSD: Timeline is a revolutionary version control system built for designers who use Adobe Photoshop. Timeline features a unique user interface that allows you to always see the file’s history and save file versions and get file versions without switching from the main Photoshop window. Basically an SVN …

PS_BRAMUS.TextConvert: PSD2TXT and TXT2PSD for the masses!

What if you could extract all text strings from a PSD file into a TXT file? Sure, it’s possible, thanks to PS_BRAMUS.TextExport, the PSD2TXT script I wrote a few months ago. Now, what if you wanted to do that in the opposite direction and import strings from a TXT file into a PSD file (viz. …