Adds support to QB64 for ASEPRITE images
SUB / FUNCTION | NOTES |
---|---|
load_aseprite_image | Loads an ASEPRITE image into memory |
get_aseprite_info$ | Gets info for an ASEPRITE image |
'Insert at top of code:
'$INCLUDE:'path_to_GJ_LIB/ASEPRITE/ASEPRITE.BI'
'...your code here...
'Insert at bottom of code:
'$INCLUDE:'path_to_GJ_LIB/ASEPRITE/ASEPRITE.BM'
Screenshot of output from ASEPRITE.BAS