https://github.com/jesseleite/photoshop-sprite-sheet-from-coordinates
👾 Photoshop sprite sheet generator
https://github.com/jesseleite/photoshop-sprite-sheet-from-coordinates
photoshop photoshop-script spritesheet videogames videogames-programmers
Last synced: 6 months ago
JSON representation
👾 Photoshop sprite sheet generator
- Host: GitHub
- URL: https://github.com/jesseleite/photoshop-sprite-sheet-from-coordinates
- Owner: jesseleite
- License: mit
- Created: 2017-02-03T01:23:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T02:43:41.000Z (over 8 years ago)
- Last Synced: 2025-03-24T23:51:28.273Z (7 months ago)
- Topics: photoshop, photoshop-script, spritesheet, videogames, videogames-programmers
- Language: PHP
- Homepage:
- Size: 706 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sprite Sheet From Coordinates
A photoshop script to generate a sprite sheet from cell coordinates on layer names.
## Demonstration

## Installation
- Download this repository and place the folder in your Photoshop `Presets/Scripts` folder.
## How It Works
- A sprite sheet will be broken into "cells", with coordinate 1,1 starting at the top left of the canvas.
- Each cell will be the exact dimensions of your starting canvas size.
- Any layer/group name beginning with a coordinate (ie. "_**1,2**_") will be moved to that corresponding cell on the generated sprite sheet.
- All layers will be made visible, unless they contain "_**(hidden)**_" in the layer/group name.