aseprite/README.md

106 lines
5.7 KiB
Markdown
Raw Normal View History

# Aseprite
2015-06-08 18:57:15 +00:00
[![Build Status](https://travis-ci.org/aseprite/aseprite.svg)](https://travis-ci.org/aseprite/aseprite)
2018-08-09 20:14:26 +00:00
[![Build status](https://ci.appveyor.com/api/projects/status/kdu2gt7ls014i25h?svg=true)](https://ci.appveyor.com/project/dacap/aseprite)
[![Discourse Community](https://img.shields.io/badge/discourse-community-brightgreen.svg?style=flat)](https://community.aseprite.org/)
2017-10-17 21:02:29 +00:00
[![Discord Server](https://discordapp.com/api/guilds/324979738533822464/embed.png)](https://discord.gg/Yb2CeX8)
## Introduction
**Aseprite** is a program to create animated sprites. Its main
features are:
2020-03-03 02:33:36 +00:00
* Sprites are composed of [**layers** & **frames**](http://www.aseprite.org/docs/timeline/) (as separated concepts).
2015-09-30 11:58:12 +00:00
* Supported [color modes](http://www.aseprite.org/docs/color/): **RGBA**, **Indexed** (palettes up to 256
colors), and Grayscale.
2020-03-03 02:33:36 +00:00
* Load/save a sequence of **PNG** files and **GIF** animations (and
2013-03-28 02:13:43 +00:00
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.
2015-09-30 11:58:12 +00:00
* Real-time **animation preview**.
* [**Multiple editors**](http://www.aseprite.org/docs/workspace/#drag-and-drop-tabs) support.
2015-09-30 11:58:12 +00:00
* Pixel-art specific tools like filled **Contour**, **Polygon**, [**Shading**](http://www.aseprite.org/docs/shading/) mode, etc.
* [**Onion skinning**](https://www.aseprite.org/docs/animation/#onion-skinning)
2013-03-28 02:13:43 +00:00
## Issues
2014-11-21 01:07:53 +00:00
There is a list of
[Known Issues](https://github.com/aseprite/aseprite/issues) (things
2013-03-28 02:13:43 +00:00
to be fixed or that aren't yet implemented).
2014-11-21 01:09:22 +00:00
If you found a bug or have a new idea/feature for the program,
[you can report them](https://github.com/aseprite/aseprite/issues/new).
2013-03-28 02:13:43 +00:00
## Support
2013-03-28 02:13:43 +00:00
You can ask for help in:
2017-06-20 21:43:18 +00:00
* [Aseprite Community](https://community.aseprite.org/)
* [Aseprite Discord Server](https://discord.gg/Yb2CeX8)
2017-06-20 21:43:51 +00:00
* Official support: [support@aseprite.org](mailto:support@aseprite.org)
2015-01-19 01:07:23 +00:00
* Social networks and community-driven places:
[Twitter](https://twitter.com/aseprite/),
[Facebook](https://facebook.com/aseprite/),
[YouTube](https://www.youtube.com/user/aseprite),
2019-08-30 02:15:02 +00:00
[Instagram](https://www.instagram.com/aseprite/).
## Authors
2018-10-18 18:29:16 +00:00
[Igara Studio](https://www.igarastudio.com/) is developing Aseprite:
* [David Capello](https://davidcapello.com/): Lead developer, fixing
issues, new features, and user support.
* [Gaspar Capello](https://github.com/Gasparoken): Developer, fixing
issues and new features.
## Credits
The default Aseprite theme was introduced in v0.8, created by:
2018-06-19 14:05:40 +00:00
* [Ilija Melentijevic](https://ilkke.net/)
2015-09-30 11:58:12 +00:00
Aseprite includes color palettes created by:
2017-06-02 15:49:59 +00:00
* [Richard "DawnBringer" Fhager](http://pixeljoint.com/p/23821.htm), [16 colors](http://pixeljoint.com/forum/forum_posts.asp?TID=12795), [32 colors](http://pixeljoint.com/forum/forum_posts.asp?TID=16247).
* [Arne Niklas Jansson](http://androidarts.com/), [16 colors](http://androidarts.com/palette/16pal.htm), [32 colors](http://wayofthepixel.net/index.php?topic=15824.msg144494).
2020-03-03 02:33:36 +00:00
* [ENDESGA Studios](https://twitter.com/ENDESGA), [EDG16 and EDG32](https://forums.tigsource.com/index.php?topic=46126.msg1279124#msg1279124), and [other palettes](https://twitter.com/ENDESGA/status/865812366931353600).
2017-06-02 15:49:59 +00:00
* [Hyohnoo Games](https://twitter.com/Hyohnoo), [mail24](https://twitter.com/Hyohnoo/status/797472587974639616) palette.
* [Davit Masia](https://twitter.com/DavitMasia), [matriax8c](https://twitter.com/DavitMasia/status/834862452164612096) palette.
* [Javier Guerrero](https://twitter.com/Xavier_Gd), [nyx8](https://twitter.com/Xavier_Gd/status/868519467864686594) palette.
* [Adigun A. Polack](https://twitter.com/adigunpolack), [AAP-64](http://pixeljoint.com/pixelart/119466.htm), [AAP-Splendor128](http://pixeljoint.com/pixelart/120714.htm), [SimpleJPC-16](http://pixeljoint.com/pixelart/119844.htm), and [AAP-Micro12](http://pixeljoint.com/pixelart/121151.htm) palette.
2020-03-03 02:33:36 +00:00
* [PineTreePizza](https://twitter.com/PineTreePizza), [Rosy-42](https://twitter.com/PineTreePizza/status/1006536191955623938) palette.
2015-09-30 11:58:12 +00:00
It tries to replicate some pixel-art algorithms:
* [RotSprite](http://forums.sonicretro.org/index.php?showtopic=8848&st=15&p=159754&#entry159754) by Xenowhirl.
* [Pixel perfect drawing algorithm](http://deepnight.net/pixel-perfect-drawing/) by [Sébastien Bénard](https://twitter.com/deepnightfr) and [Carduus](https://twitter.com/CarduusHimself/status/420554200737935361).
Thanks to [third-party open source projects](docs/LICENSES.md), to
[contributors](http://www.aseprite.org/contributors/), and all the
people who have contributed ideas, patches, bugs report, feature
requests, donations, and help me to develop Aseprite.
2015-01-19 01:07:23 +00:00
## License
2016-02-16 21:32:50 +00:00
This program is distributed under three different licenses:
2016-08-26 20:02:58 +00:00
1. Source code and official releases/binaries are distributed under
our [End-User License Agreement for Aseprite (EULA)](EULA.txt). Please check
that there are [modules/libraries in the source code](src/README.md) that
are distributed under the MIT license
2016-11-07 18:32:35 +00:00
(e.g. [laf](https://github.com/aseprite/laf),
[clip](https://github.com/aseprite/clip),
2018-08-23 20:45:42 +00:00
[undo](https://github.com/aseprite/undo),
[observable](https://github.com/aseprite/observable),
[ui](src/ui), etc.).
2016-08-26 20:02:58 +00:00
2. You can request a special
[educational license](http://www.aseprite.org/faq/#is-there-an-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
2016-02-16 21:32:50 +00:00
[Steam Subscriber Agreement](http://store.steampowered.com/subscriber_agreement/).
2016-08-26 20:02:58 +00:00
You can get more information about Aseprite license in the
[FAQ](http://www.aseprite.org/faq/#licensing-&-commercial).