Animated sprite editor & pixel art tool (Windows, macOS, Linux)
Go to file
Gaspar Capello 54bb39a9d3 Fix tile mode glitch with image brushes
This fix solves u,v set calculation when 'image brush' are used.

The cause of this bug is that we considered the set m_u, m_v as constants.

We have several cases when we are working on X axis:
- Scanline entirely contained in a tile, but OUTSIDE of the reference tile.
- Scanline entirely contained in a tile, but INSIDE of the reference tile.
- The left side of a scanline which was sliced (by the tile limit).
- The right side of a scanline which was sliced (by the tile limit).
Each one has its own m_u, so we need to recalculate it before every loop->getInk()->inkHline(...).

We have to take similar considerations when we are working in the Y axis.
We need recalculate m_v according if 'y+scanline.y' is INSIDE or OUTSIDE of the reference tile, each case has its own m_v.

Bug reports:
* https://community.aseprite.org/t/1183
* https://community.aseprite.org/t/4695
2020-02-20 16:01:12 -03:00
.github Move GitHub ISSUE_TEMPLATE file inside the .github directory 2019-06-05 10:22:40 -03:00
cmake
data Update copyright year on Windows properties and About dialog 2020-01-08 17:44:59 -03:00
docs Save grid bounds inside .aseprite files and doc::Sprite (fix #688) 2019-10-10 15:08:59 -03:00
laf@60b2e83ce1 Fix random bug showing disabled menu items right-clicking the timeline 2020-02-05 17:03:48 -03:00
src Fix tile mode glitch with image brushes 2020-02-20 16:01:12 -03:00
third_party Update fmt library to v6.1.0 2019-12-02 15:27:28 -03:00
.appveyor.yml
.clang-tidy Add ENABLE_CLANG_TIDY option 2019-05-03 09:34:02 -03:00
.gitignore
.gitmodules
.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
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
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.