Aseprite

Summary

Aseprite 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.[3] Aseprite can be downloaded as freeware, or purchased on Steam or Itch.io.[4] Aseprite source code and binaries are distributed under EULA, educational, and Steam proprietary licenses.

Aseprite
Developer(s)Igara Studio S.A.
Initial release2001; 23 years ago (2001)
Stable release
v1.3.2[1][2] / December 1, 2023; 4 months ago (2023-12-01)
Repository
  • github.com/aseprite/aseprite Edit this at Wikidata
Written inC++, Lua
Operating systemMicrosoft Windows, MacOS and Linux.
TypeRaster graphics editor
LicenseEULA, educational and Steam license
Websitewww.aseprite.org

History edit

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,[5] when the developers switched to a EULA,[6] 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[citation needed], an open source version of it LibreSprite 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.[9] From 2014 to 2021, Aseprite had 66 different releases.

Aseprite was used in the development of several notable games such as TowerFall (2013),[10] Celeste (2018),[11] Minit (2018),[12] Wargroove (2019),[13] Loop Hero (2021),[14] Eastward (2021),[15] Unpacking (2021),[16] Haiku the Robot (2022)[17] and Pizza Tower (2023).

Design and features edit

The main design purpose of Aseprite is to create animated 2D pixel-art sprites. Some of its features include:

  • Layers and frames, with layer grouping and animation tagging
  • Pixel-art specific transformations and tools (pixel-perfect modes, custom brushes, etc.)
  • Animation real-time preview and onion skinning
  • Tilemap and tileset modes
  • Color palette managing, including 65 default palettes
  • Color profiles and modes (RGBA, indexed and grayscale)
  • Non-square pixels
  • Command line interface (CLI) and Lua scripting

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#,[18] Python[19] and JavaScript,[20] and in game engines such as Unity[21] and Godot.[22]

Images and animations can be exported to different file formats including PNG, GIF, FLC, FLI, JPEG, PCX, TGA, ICO, SVG, and bitmap (BMP).

See also edit

References edit

  1. ^ Capello, David. "Aseprite - Release Notes". www.aseprite.org. Retrieved 2024-01-03.
  2. ^ Capello, David. "Aseprite v1.3". www.aseprite.org. Retrieved 2024-01-03.
  3. ^ Aseprite, Aseprite, 2021-11-20, retrieved 2021-11-20
  4. ^ Capello, David. "Aseprite Blog - Aseprite v1.1.2 and Steam". www.aseprite.org. Retrieved 2022-09-11.
  5. ^ Capello, David. "Aseprite - New source code license". www.aseprite.org. Archived from the original on 2017-06-23. Retrieved 2021-11-20.
  6. ^ Aseprite, Aseprite, 2021-11-20, retrieved 2021-11-20
  7. ^ "New source code license". September 1, 2016.
  8. ^ Capello, David. "Aseprite - Migration problems from Google Code to GitHub". www.aseprite.org. Archived from the original on 2018-01-24. Retrieved 2021-11-20.
  9. ^ Aseprite, Aseprite, 2022-10-21, retrieved 2021-11-20
  10. ^ "Making icons for the TowerFall level editor". Twitter. Retrieved 2022-11-29.
  11. ^ "Celeste — Tools". celestegame.tumblr.com. Retrieved 2021-11-20.
  12. ^ Couture, Joel (2019-03-06). "Road to the IGF: Calis, Nijman, Kallio, and Johann's Minit". Game Developer. Retrieved 2022-11-29.
  13. ^ Bryant, Francis (2019-04-11). "An inside look at Wargroove's wicked design choices". Game Developer. Retrieved 2022-11-29.
  14. ^ "Postmortem: Loop Hero". Game Developer. 2021-08-26. Retrieved 2022-11-29.
  15. ^ Bryant, Francis (2021-10-11). "Q&A: Eastward's creators share insights on making pixel art adventures". Game Developer. Retrieved 2022-11-29.
  16. ^ Kerr, Chris (2021-11-16). "Intimacy from the inanimate in house-moving puzzler Unpacking". Game Developer. Retrieved 2022-11-29.
  17. ^ "I've worked on this game by myself for the last two and a half years, so it's exciting to see it release!". r/gaming. 2022-04-28. Retrieved 2022-11-30.
  18. ^ Whitley, Christopher (2021-10-15), MonoGame.Aseprite, retrieved 2021-11-20
  19. ^ Dormont, Florian (2021-09-24), This library, retrieved 2021-11-20
  20. ^ 🗺️ aseprite-atlas, oidoid, 2021-11-08, retrieved 2021-11-20
  21. ^ Hodler, Martin (2021-11-18), Aseprite-Importer for Unity, retrieved 2021-11-20
  22. ^ "Aseprite Wizard - Godot Asset Library". godotengine.org. Retrieved 2021-11-20.

External links edit

  • Aseprite homepage
  • Aseprite source code git repository