Skip to content

Instantly share code, notes, and snippets.

View markusrt's full-sized avatar
🏠
Working from home

Markus Reinhardt markusrt

🏠
Working from home
  • VMware
  • Germany
  • 11:21 (UTC +02:00)
  • LinkedIn in/markusrt
View GitHub Profile
@jessefreeman
jessefreeman / layers_to_sprite_sheet.js
Created March 15, 2011 01:15
This is a PS script to make Sprite Sheets out of layers. Modified from http://www.garagegames.com/community/blogs/view/11527
// Put this file in Program Files\Adobe\Photoshop\Presets\Scripts\
// In PhotoShop menu File > Automate > Scripts: layersToSprite.js
// Arrange layers into a sprite sheet.
if (documents.length > 0)
{
// --------------------------
docRef = activeDocument;