aseprite/src/dio
2023-11-26 22:27:14 -03:00
..
aseprite_common.cpp Add missing #includes to use ASSERT() macro 2023-11-26 21:44:16 -03:00
aseprite_common.h Add support to match flipped tiles automatically in Auto/Stack modes 2023-11-09 16:44:46 -03:00
aseprite_decoder.cpp Fix crash reading corrupted files with invalid compressed data (fix #4171) 2023-11-26 22:27:14 -03:00
aseprite_decoder.h Fix warning because AsepriteExternalFiles is declared as a class now 2023-01-12 14:59:15 -03:00
CMakeLists.txt Add property to disable the standard tilemap UI 2023-02-15 18:55:21 -03:00
decode_delegate.h Add warning when loading unsupported property type and mark the file as read-only (fix #3812, fix #3811) 2023-05-08 17:37:05 -03:00
decode_file.cpp
decode_file.h
decoder.cpp
decoder.h
detect_format.cpp
detect_format.h
file_format.h
file_interface.h
LICENSE.txt
pixel_io.h
README.md
stdio.cpp

Aseprite Document IO Library

Distributed under MIT license

Library to decode doc::Document from .aseprite files. This library should support encoding of .aseprite files in the near future.