Quick Save Maps - Sources released

Hi,

I have recently released my former commercial Photoshop extension “Quick Save Maps” as open source.

Since this tool came about as a pipeline improvement for myself, I figured it could be of interest to the crowd at ta.org.
It is written in javascript, or “ExtendScript” to be precise and is designed to speed up the image saving workflow from Photoshop to the desired destination format.

I implemented several other features users requested, such as supporting DDS, channel swizzeling, pre- and postprocessing actions to name a few. The full list of features is also on my website (see below).
I just thought I would share this with you. The code might be a useful reference to anyone interested in writing tools for Photoshop. It is well-commented, highly organized and follows object oriented design patterns. This code might be especially interesting if you ever struggled with closures, a common source for bad memory leaks in javascript.

Anyway,
You can download the tool from my website, felixSchlitter.com.
Or you can browse the sources online at SourceForge.

Cheers,
Felix