Files
2026-07-09 02:59:53 +03:00

768 B

Photoshop Batch PNG Exporter

This script batch-exports PSD files to transparent PNGs.

Files

  • export_psd_folder_to_png.jsx

Usage

  1. Open Adobe Photoshop.
  2. Choose File > Scripts > Browse....
  3. Select export_psd_folder_to_png.jsx.
  4. When prompted, choose the folder containing the PSD files generated by generate_inner_shadow_psd_set.rs.
  5. 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.