768 B
768 B
Photoshop Batch PNG Exporter
This script batch-exports PSD files to transparent PNGs.
Files
export_psd_folder_to_png.jsx
Usage
- Open Adobe Photoshop.
- Choose
File > Scripts > Browse.... - Select
export_psd_folder_to_png.jsx. - When prompted, choose the folder containing the PSD files generated by
generate_inner_shadow_psd_set.rs. - The script saves one PNG next to each PSD.
Notes
- Existing PNGs are skipped, so you can re-run safely.
- If any PSD fails to open or export, the script logs it and continues.
- Output PNGs use transparent background.
Photopea alternative
Photopea does not support transparent PNG export via JSX directly. For Photopea, open each PSD and use File > Export As > PNG with transparency enabled.