psd

psd2html Plugin

This is a Python plug-in for the GIMP that will extract images and text out of a .psd file (or other layered formats) and create an .html template from it. I don't think this plugin will ever fully replace a human coder, but it should be able to do 50-90% of the work.

This project is hosted on GitHub: https://github.com/SeanHayes/psd2html-gimp-plug-in

Create Paired Layers of numbered files into single psds

This is a simple script that combines multiple paired files into single multi-layered psd files in the same folder.

A little history: I beat my head against the wall for quite a while trying to make this script using the file-glob and batch functions, but could never get it to work due to ubuntu's random file manager which made it impossible to correctly pair my numbered files. Anyway, I created this because I had a couple thousand paired images each numbered and in two different file formats (jpg and tif) that I needed to put into single psd files.  read more »

Syndicate content