Aseprite | |
Developer: | Igara Studio S.A. |
Latest Release Version: | v1.3.7[1] [2] |
Programming Language: | C++, Lua |
Operating System: | Microsoft Windows, MacOS and Linux |
Genre: | Raster graphics editor |
License: | EULA, educational and Steam license |
Aseprite ([3]) is a proprietary, source-available image editor designed primarily for pixel art drawing and animation. It runs on Windows, macOS, and Linux, and features different tools for image and animation editing such as layers, frames, tilemap support, command-line interface, Lua scripting, among others. It is developed by Igara Studio S.A. and led by the developers David, Gaspar, and Martín Capello. Aseprite can be downloaded as freeware, (albeit it does not have the ability to save sprites)[4] or purchased on Steam or Itch.io.[5] Aseprite source code and binaries are distributed under EULA, educational, and Steam proprietary licenses.
Aseprite, formerly known as Allegro Sprite Editor, had its first release in 2001 as a free software project under the GPLv2 license. This license was kept until August 2016 with version v1.1.8,[6] when the developers switched to a EULA, thus making the software proprietary. On the 1st of September 2016, the main developer, David Capello, wrote a post on the Aseprite Devblog explaining this change.[7] The EULA permits others to download the Aseprite source code, compile it, and use it for personal purposes, but forbids its redistribution to third parties. After the license change, LibreSprite, a free and open source version of it was created. Both before and after the license change, Aseprite was sold online, on Steam, itch.io, and the project's website.
The project's code repository was hosted on Google Code until August 2014, when it was migrated to GitHub, where it remains hosted to date.[8] As of October 2022, its repository has had 68 contributors and around 19 thousand stars. From 2014 to 2021, Aseprite had 66 different releases.
Aseprite was used in the development of several notable games such as TowerFall (2013),[9] Celeste (2018),[10] Minit (2018),[11] Wargroove (2019),[12] Loop Hero (2021),[13] Eastward (2021),[14] Unpacking (2021),[15] Haiku the Robot (2022)[16] and Pizza Tower (2023).
The main design purpose of Aseprite is to create animated 2D pixel-art sprites. Some of its features include:
Aseprite uses its own binary file type to store data, which is typically saved with .ase
or .aseprite
extensions. Different third-party projects were developed to support parsing of .ase
files in programming languages including C#, Python and JavaScript, and in game engines such as Unity and Godot.[17]
Images and animations can be exported to different file formats including PNG, GIF, FLC, FLI, JPEG, PCX, TGA, ICO, SVG, and bitmap (BMP).