Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 1.97 KB

readme.md

File metadata and controls

64 lines (48 loc) · 1.97 KB

Export as PSD

About This Script

This script enables export of photoshop file format (.psd) to aseprite.

Installation

  1. Open your script folder. (File -> Scripts -> Open Scripts Folder)
  2. Place "Export as psd.lua"

Usage

  1. Run script (File -> Scripts -> Export as PSD)
  2. Edit the filename to export if needed.
  3. Specify the frame number to export.
  4. Click Export button.

Download

Update Log

  • 1.3.0
    • Implement animated psd export
  • 1.2.1
    • Enriched User Interface.
  • 1.2.0
    • Fixed problem that some applications cannot open psd file exported by this script
    • Unsupported shift-JIS
  • 1.1.2
    • Fixed an issue with compression
  • 1.1.1
    • Fixed an issue with compression
  • 1.1.0
    • Support compression
  • 1.0.2 2020/4/15
    • Support Shift-JIS Character
  • 1.0.1 2020/1/31
    • Fix issues on exporting empty layer
  • 1.0.0 2020/1/31
    • First Release

Reference

Acknowledgments

  • 燻丸 gave me support a lot in sharing this script.
  • All the testers of this script

Others