aseprite/src/dio
2023-02-22 12:51:51 -03:00
..
aseprite_common.cpp Add property to disable the standard tilemap UI 2023-02-15 18:55:21 -03:00
aseprite_common.h Add property to disable the standard tilemap UI 2023-02-15 18:55:21 -03:00
aseprite_decoder.cpp Update the way vectors are serialized to support mixed elements types 2023-02-22 12:51:51 -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 Cache compressed tileset information from .aseprite files on memory 2023-02-14 13:03:06 -03:00
decode_file.cpp
decode_file.h
decoder.cpp Add serialization/deserialization of user data custom properties 2023-01-05 15:16:57 -03:00
decoder.h Add serialization/deserialization of user data custom properties 2023-01-05 15:16:57 -03:00
detect_format.cpp Add support for .qoi file format (fix #3121) 2023-01-05 14:23:01 -03:00
detect_format.h
file_format.h Add support for .qoi file format (fix #3121) 2023-01-05 14:23:01 -03:00
file_interface.h
LICENSE.txt Add support for .qoi file format (fix #3121) 2023-01-05 14:23:01 -03:00
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.