{"id":49453635,"url":"https://github.com/bendytree/Photoshop-Scripts","last_synced_at":"2026-06-02T05:00:43.255Z","repository":{"id":1594126,"uuid":"2127384","full_name":"bendytree/Photoshop-Scripts","owner":"bendytree","description":"Scripts for Adobe Photoshop","archived":false,"fork":false,"pushed_at":"2016-03-05T22:12:51.000Z","size":1136,"stargazers_count":134,"open_issues_count":2,"forks_count":50,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-08T08:46:20.105Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"yast/yast-network","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bendytree.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-07-30T03:20:01.000Z","updated_at":"2025-04-06T02:06:36.000Z","dependencies_parsed_at":"2022-09-23T03:10:29.615Z","dependency_job_id":null,"html_url":"https://github.com/bendytree/Photoshop-Scripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bendytree/Photoshop-Scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bendytree%2FPhotoshop-Scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bendytree%2FPhotoshop-Scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bendytree%2FPhotoshop-Scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bendytree%2FPhotoshop-Scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bendytree","download_url":"https://codeload.github.com/bendytree/Photoshop-Scripts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bendytree%2FPhotoshop-Scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33806987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-30T04:01:03.702Z","updated_at":"2026-06-02T05:00:43.250Z","avatar_url":"https://github.com/bendytree.png","language":"JavaScript","funding_links":[],"categories":["📦 Legacy \u0026 Inactive Projects"],"sub_categories":[],"readme":"\nThis repo contains a few Photoshop scripts.  They were designed for CS4 but I still use them in CC.\n\n### Super Export.jsx\n\nExports specially named layers to jpg, png, etc.  For example, if you name a layer \"Background.jpg\", that layer will be saved as a jpg. Highlights include:\n - Name a layer or folder with an image extension (ie. png, jpg, etc) to have it exported\n - Include a path to save in a sub-directory. ie. `assets/car.png` would save in an `assets` folder\n - Prefix a layer with `#` to always hide it\n - Include `@2x` before the file extension (ie. `car@2x.png`) to save the current size for 2x and half size without 2x.\n - Cropping: create a layer named 'crop' inside your folder to have that image cropped to the cropping layer\n - Tagging: Use `{0}` in the filename like `{0}-car.png` to save different version. Within the folder, layers named like `-red` or `-blue` will be enabled and exported as `blue-car.png` and `red-car.png`.\n \nFor more info, checkout the [Super Export Guide](https://github.com/bendytree/Photoshop-Scripts/blob/master/Super%20Export.md) contributed by @bclubb.\n\n\u003e NOTE: Photoshop CC introduced [image assets](https://helpx.adobe.com/photoshop/using/generate-assets-layers.html) which is similar but has less features. You can disable it in `Edit \u003e Preferences \u003e Plug-Ins \u003e Enable Generator \u003e Disable`.\n\n### Dynamic Script.jsx\n\nA script that let's me run code within Photoshop to test it out.\nYou won't find it too helpful unless you write scripts a lot. \n\n\n\n# GETTING STARTED (INSTALLATION)\n\nInstalling a script means dropping the script (*.jsx file) into Photoshop's scripts directory.  For me, the path is:\n\n    MAC: /Applications/Adobe Photoshop CS4/Presets/Scripts\n    \n    PC: c:\\program files\\Adobe Photoshop CS4\\Presets\\Scripts\n\nRestart Photoshop and a new menu item will show up in `File \u003e Scripts \u003e Super Export`.  Click it to run the script.\n\nI made a keyboard shortcut `[F5]` to run it automatically, Here's how:\n\n1. Choose Edit \u003e Keyboard Shortcuts...\n2. Highlight \"Super Export\" under File \u003e Scripts\n3. Click under the 'Shortcut' column and type the [F5] key (or whatever you want)\n4. If there are conflicts, choose 'Accept \u0026 Continue', otherwise choose 'Accept'\n\nADVANCED USERS: You can also have scripts in subfolders of this directory, so if you're familiar with GIT, want all my scripts, and want easy access to updates you could clone:  `https://github.com/bendytree/Photoshop-Scripts` to `/Applications/Adobe Photoshop CS4/Presets/Scripts/BendyTree`  and whenever you want an update, just do a `git pull` from that directory.  Photoshop gracefully ignores non .jsx files (like .gitignore and readme).\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbendytree%2FPhotoshop-Scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbendytree%2FPhotoshop-Scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbendytree%2FPhotoshop-Scripts/lists"}