Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 795 Bytes

readme.md

File metadata and controls

21 lines (16 loc) · 795 Bytes

Cookie Sheet Sprite Generator

Cookie Sheet is a sprite generator script for Photoshop written in Javascript

When making or processing animations in Photoshop it is common to overlay multiple layers on top of one-another and show/hide them as keyframes. This is also how Photoshop opens a standard .gif file.

This script takes a multilayer file and turns it into a grid-perfect sprite sheet with each layer separated out, but still centered relative to the original canvas dimensions

To Use

Download from here, or fork and clone With a Photoshop file open either:

  • Click File > Scripts > Browse... and locate the file
  • Or: Drag the file onto the Photoshop icon in your dock (Mac only?)

TODO

  • Add step by step use case/instructions
  • Add row/column customization