File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
44Adds native [ ASEPRITE] ( https://www.aseprite.org/ ) support to QB64!
55
6- ### USAGE for Dict Object (separately)
6+ ### USAGE for ASEPRITE LIB (separately)
77``` basic
88'Insert at top of file:
99'$INCLUDE:'path_to_GJ_LIB/ASEPRITE/ASEPRITE.BI' at the top of file
@@ -19,6 +19,7 @@ Adds native [ASEPRITE](https://www.aseprite.org/) support to QB64!
1919## WHAT'S IN THE LIBRARY (WIP)
2020| SUB / FUNCTION | NOTES |
2121| ----------------| -------|
22+ | load_aseprite_file& | Top-level convenience loader that returns a composite image handle ready for _ PUTIMAGE
2223| load_aseprite_image | Loads a .ase/.aseprite file into an ASEPRITE_IMAGE structure
2324| get_aseprite_info$ | Returns human-readable information about an ASEPRITE_IMAGE
2425| is_valid_aseprite_file | Checks whether a file is a valid Aseprite file
@@ -58,7 +59,6 @@ Adds native [ASEPRITE](https://www.aseprite.org/) support to QB64!
5859| load_specific_layer_image_enhanced& | Enhanced layer extraction with improved scope handling
5960| create_aseprite_image_from_layer& | High-level wrapper to create an image from a named/indexed layer
6061| create_full_composite_image& | Composites all layers for a given frame into a single image handle
61- | load_aseprite_file& | Top-level convenience loader that returns a composite image handle
6262
6363### SAMPLE PROGRAMS
6464- [ ASEPRITE.BAS] ( ASEPRITE.BAS ) - Simple implementation to load a ` .aseprite ` image
You can’t perform that action at this time.
0 commit comments