Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

readme.md

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

Download

Changelog

v1.3.2

  • Introduce NebLua bundler.

v1.3.1

  • Support cel opacity.

v1.3.0

  • Implement animated psd export.

v1.2.1

  • Enriched User Interface.

v1.2.0

  • Fix problem that some applications cannot open psd file exported by this script.
  • Shift-JIS in layer name is no longer supported.

v1.1.2

  • Fix compression issue.

v1.1.1

  • Fix compression issue.

v1.1.0

  • Support compression.

v1.0.2

  • Support Shift-JIS in layer name.

v1.0.1

  • Fix empty layer issue.

v1.0.0

  • First release.

Reference

Acknowledgments

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

Others