Skip to content

DeadThread/photoshop-scripts

Repository files navigation

๐Ÿ–ผ๏ธ Photoshop Scripts โ€“ Automated Poster Generators

A collection of Adobe Photoshop automation scripts to generate event posters from a PSD template using folder names as data sources. Ideal for artists, promoters, and designers managing multiple shows or events. ๐Ÿ“‚ Scripts Included

Date-Venue-City-Combined.jsx

๐Ÿ”น Date-Venue-City-Combined Generates a single Poster.jpg for each subfolder by updating one text layer:

Date Venue City

All content is placed into a single text layer named: Date / Venue / City

๐Ÿ“ค Output:

Poster.jpg only (flattened) Useful for rapid deployment with minimal PSD setup

Date-Venue-City-Seperate.jsx

๐Ÿ”น Full-featured version Searches for three separate text layers (Date, Venue, City) and updates them independently.

โœจ Features:

Preserves original position and text justification Logs all text layers to console for debugging Exports both flattened and layered files

๐Ÿ“ค Output:

Poster.jpg (optimized for web) Poster.psd (fully layered for editing)

๐Ÿง  Folder Structure Requirements

All scripts require a root folder containing subfolders, each representing an event. Subfolder names must follow this format:

Artist - YYYY-MM-DD - Venue - City [optional state/notes]

Example:

Gorillaz - 2025-08-09 - Red Rocks - Morrison (CO)

From this, the scripts will extract:

Date: 2025-08-09 Venue: Red Rocks City: Morrison

๐Ÿ“ PSD Template Setup Script Required Text Layers basicPosterGenerator Date / Venue / City advancedPosterGenerator Date, Venue, and City (separate)

Make sure these text layers exist and are properly named in your PSD template. ๐Ÿš€ How to Run

Open Adobe Photoshop Navigate to: File โ†’ Scripts โ†’ Browse... Select the script you want to run (.jsx file) Follow prompts to select: A .psd template file A root folder containing event subfolders

Each subfolder will receive the appropriate poster output. ๐Ÿ’ผ Use Cases

Touring artists and bands Music or event promoters Batch poster creation for social media Quick PSD-to-JPG conversions with metadata injection

โœ… Requirements

Adobe Photoshop (tested with modern versions) A .psd template with correct layer naming Properly structured event folders

๐Ÿ“„ License

MIT License โ€” Free to use and modify.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published