https://github.com/ix/aseprite-deduplicate
an aseprite plugin for deduplicating tiles
https://github.com/ix/aseprite-deduplicate
aseprite aseprite-script pixel-art
Last synced: 27 days ago
JSON representation
an aseprite plugin for deduplicating tiles
- Host: GitHub
- URL: https://github.com/ix/aseprite-deduplicate
- Owner: ix
- License: other
- Created: 2021-01-09T10:27:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-10T20:14:19.000Z (over 4 years ago)
- Last Synced: 2025-02-12T14:28:06.919Z (3 months ago)
- Topics: aseprite, aseprite-script, pixel-art
- Language: Lua
- Homepage:
- Size: 794 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Deduplicate Tiles for Aseprite
====================A Lua script (for Aseprite) which deduplicates tiles in the active sprite.
Ideal for working with fixed-grid tilesheets, this script will keep only the first instance of each tile it encounters.

Installation:
_Linux:_
```
cp Deduplicate\ Tiles.lua ~/.config/aseprite/scripts/
```_Other platforms:_
See [here](https://community.aseprite.org/t/aseprite-scripts-collection/3599)The script will then be available from `File -> Scripts -> Deduplicate Tiles`, just use the included settings dialog to choose your preferences and you're good to go!
Have fun and report any bugs or issues on the Issues page. Future improvements may include selecting the "clear" color, outputting to a new image tab and deduplicating only a selection.