Animated sprite editor & pixel art tool (Windows, macOS, Linux)
Go to file
David Capello 75636afd64 Preserve cel links when we copy/move a range of cels/frames
This is a common solution in the DocApi wrapper that takes cares of
the duplicated cels that we're copying with copyCel() and that are
linked in the source, so then it maps the links into the destination.
Solving this in DocApi we fixed the problem on the timeline
drag-and-drop (doc_range_ops), copy/paste clipboard ranges, and merged
the code in NewFrame to duplicate (linked) cels.

We've also added 3 variants of Duplicate Cels with this change:
- Duplicate Cels: Copies the whole cel block without linking to
  previous cels.
- Duplicate Linked Cels: Copies the whole cel block linking all cels to
  previous cels.
- Duplicate Cels w/Layer Mode: Depending on the layer mode (continuous
  or not) the cels will be linked or not (this is how "duplicate
  linked cels" was working before, and was added just in case for
  backward compatibility).

Fixes: http://steamcommunity.com/app/431730/discussions/1/142261352649813598/
2019-09-26 19:09:23 -03:00
.github Move GitHub ISSUE_TEMPLATE file inside the .github directory 2019-06-05 10:22:40 -03:00
cmake Move os/ft/gfx libraries to laf 2018-08-09 16:36:11 -03:00
data Preserve cel links when we copy/move a range of cels/frames 2019-09-26 19:09:23 -03:00
docs Minor fixes in aseprite file format specs 2019-03-29 16:13:16 -03:00
laf@03c6eeeae1 Update laf module 2019-09-24 17:08:34 -03:00
src Preserve cel links when we copy/move a range of cels/frames 2019-09-26 19:09:23 -03:00
third_party Update libpng 2019-09-05 20:15:44 -03:00
.appveyor.yml Try to fix appveyor builds for pull requests 2018-12-08 12:47:05 -03:00
.clang-tidy Add ENABLE_CLANG_TIDY option 2019-05-03 09:34:02 -03:00
.gitignore Ignore .DS_Store files 2017-03-10 18:50:48 -03:00
.gitmodules Change scripting language to Lua 2018-08-22 14:54:51 -03:00
.travis.yml Update Travis CI to test other compilation configurations 2019-07-15 16:19:32 -03:00
CMakeLists.txt Add ENABLE_CLANG_TIDY option 2019-05-03 09:34:02 -03:00
CODE_OF_CONDUCT.md Update code of conduct to v1.2.0 2015-09-21 18:44:13 -03:00
CODEOWNERS Add CODEOWNERS file to assign PRs automatically 2019-02-17 23:09:53 -03:00
CONTRIBUTING.md Add link about how to name branches 2019-01-06 13:08:30 -03:00
EULA.txt Update EULA 2018-12-06 12:25:23 -03:00
INSTALL.md Update INSTALL.md instructions (latest Visual Studio 2019, recent Xcode, etc.) 2019-05-17 14:48:47 -03:00
README.md Update links in README file 2019-08-29 23:15:02 -03:00

Aseprite

Build Status Build status Discourse Community Discord Server

Introduction

Aseprite is a program to create animated sprites. Its main features are:

  • Sprites are composed by layers & frames (as separated concepts).
  • Supported color modes: RGBA, Indexed (palettes up to 256 colors), and Grayscale.
  • Load/save sequence of PNG files and GIF animations (and FLC, FLI, JPG, BMP, PCX, TGA).
  • Export/import animations to/from Sprite Sheets.
  • Tiled drawing mode, useful to draw patterns and textures.
  • Undo/Redo for every operation.
  • Real-time animation preview.
  • Multiple editors support.
  • Pixel-art specific tools like filled Contour, Polygon, Shading mode, etc.
  • Onion skinning

Issues

There is a list of Known Issues (things to be fixed or that aren't yet implemented).

If you found a bug or have a new idea/feature for the program, you can report them.

Support

You can ask for help in:

Authors

Igara Studio is developing Aseprite:

  • David Capello: Lead developer, fixing issues, new features, and user support.
  • Gaspar Capello: Developer, fixing issues and new features.

Credits

The default Aseprite theme was introduced in v0.8, created by:

Aseprite includes color palettes created by:

It tries to replicate some pixel-art algorithms:

Thanks to third-party open source projects, to contributors, and all the people who have contributed ideas, patches, bugs report, feature requests, donations, and help me to develop Aseprite.

License

This program is distributed under three different licenses:

  1. Source code and official releases/binaries are distributed under our End-User License Agreement for Aseprite (EULA). Please check that there are modules/libraries in the source code that are distributed under the MIT license (e.g. laf, clip, undo, observable, ui, etc.).
  2. You can request a special educational license in case you are a teacher in an educational institution and want to use Aseprite in your classroom (in-situ).
  3. Steam releases are distributed under the terms of the Steam Subscriber Agreement.

You can get more information about Aseprite license in the FAQ.