Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 627 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 627 Bytes

GRYMMJACK'S ASEPRITE LIBRARY

Adds support to QB64 for ASEPRITE images

WHAT'S IN THE LIBRARY

SUB / FUNCTION NOTES
load_aseprite_image Loads an ASEPRITE image into memory
get_aseprite_info$ Gets info for an ASEPRITE image

USAGE for ASEPRITE LIB (separately)

'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'

EXAMPLE

Screenshot of output from ASEPRITE.BAS