Module aseprite_loader::binary::scalars
source · Expand description
This file contains all the scalars defined in the specification file.
The specification uses names like WORD
, SHORT
, etc. which
was resulted in some confusion while implementing this parser.
Therefore the parser uses the same types making it easy to
compare it to the specification.
Structs§
Functions§
- Parse a DWORD as size information and make sure the parsed size no less than 4. The latter is important as this function is used when parsing frames and chunks where the size includes itself.