Animated sprite editor & pixel art tool (Windows, macOS, Linux)
Go to file
David Capello 6c5b27db81 Fix crash/hang using WebSocket in a previously disconnected socket
This can happen using Pribambase extension when we close Aseprite in
some strange way (e.g. killing the process), and the connection is not
closed correctly. It looks like the Blender addon is in an invalid
state and the data cannot be sent any more, but without this patch
Aseprite just hangs/crashes if we retry sending data, but with this
fix we can receive/show that an error happened sending data.

Related to: https://github.com/machinezone/IXWebSocket/pull/481
2023-08-29 12:39:12 -03:00
.github Update actions to use new node16 as GitHub is deprecating node12 2023-08-02 18:46:52 -03:00
cmake Rename src/tests/test.h -> src/tests/app_test.h to avoid confusion with observable tests/test.h 2021-12-23 21:38:17 -03:00
data Add check box "Same in all tools" in the Dynamics options window (fix #4003) 2023-08-18 15:35:15 -03:00
docs Reword notes about compressed data in .aseprite specs (fix #3897) 2023-06-01 11:38:03 -03:00
laf@78478475e5 Add support for dark mode title bars on Windows 11 (fix #3527) 2023-08-16 17:48:45 -03:00
src [lua] Rename Dialog:canvas{ autoScaling -> autoscaling } (fix #4011) 2023-08-21 21:10:51 -03:00
tests Add suppor for doc::Image row stride size > width size 2023-08-07 15:27:39 -03:00
third_party Fix crash/hang using WebSocket in a previously disconnected socket 2023-08-29 12:39:12 -03:00
.clang-format Update clang-format file 2023-05-24 14:23:42 -03:00
.clang-tidy Add ENABLE_CLANG_TIDY option 2019-05-03 09:34:02 -03:00
.gitignore Ignore all generated files when we run CLI tests 2022-12-19 17:23:01 -03:00
.gitmodules [lua] Add native API to decode/encode JSON text (fix #3233) 2023-07-17 09:25:13 -03:00
CMakeLists.txt Add native file dialog for Linux using zenity (fix #1953, fix #2354) 2023-06-27 14:28:32 -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 Update CLA signing process 2022-11-11 17:13:58 -03:00
EULA.txt Update EULA 2018-12-06 12:25:23 -03:00
INSTALL.md Update INSTALL instructions to install clang on Ubuntu (fix #3650) 2023-01-09 09:47:28 -03:00
README.md Merge branch 'main' into beta 2022-07-18 16:05:37 -03:00

Aseprite

build Discourse Community Discord Server

Introduction

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

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

Aseprite is being developed by Igara Studio:

Credits

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

A modified dark version of this theme introduced in v1.3-beta1 was 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.