This script enables export of photoshop file format (.psd) to aseprite.
- Open your script folder. (File -> Scripts -> Open Scripts Folder)
- Place "Export as psd.lua"
- Run script (File -> Scripts -> Export as PSD)
- Edit the filename to export if needed.
- Specify the frame number to export.
- Click
Export
button.
- 1.3.1
- Support cel opacity
- 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
- Aseprite API (https://github.com/aseprite/api)
- Adobe Photoshop File Formats Specification (https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/)
- Lua 5.3 リファレンスマニュアル (http://milkpot.sakura.ne.jp/lua/lua53_manual_ja.html)
- Anatomy of a PSD File (https://github.com/layervault/psd.rb/wiki/Anatomy-of-a-PSD-File)
- Lua で数値の型チェック(整数なのか浮動小数点なのかを判定する方法) (https://qiita.com/iigura/items/4db51859fc49130d5f0c)
- PSD Tool (https://oov.github.io/psdtool/)
- 燻丸 gave me support a lot in sharing this script.
- All the testers of this script
- This script is provided with MIT License