RandyGaul / cute_headers

Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games
4.21k stars 264 forks source link

cute_aseprite.h - Aseprite v1.3 property map support #351

Open RandyGaul opened 1 year ago

RandyGaul commented 1 year ago

https://github.com/aseprite/aseprite/blob/main/docs/ase-file-specs.md#user-data-chunk-0x2020

Aseprite v1.3 has property map user data chunks. The parser cannot currently handle these. Some research needs to happen to figure out how these maps are used/what they're for. Unfortunately it looks pretty complex, with some arrays and nesting... For the time being this feature isn't supported.