Page 1 of 1

Loading an image into an APP.

Posted: Sat Mar 08, 2025 6:54 pm
by matalog
Is there a way to load an image into an App, so that the seperate file doesn't need to be issued along with the App, it is already contained within?

Re: Loading an image into an APP.

Posted: Sat Mar 08, 2025 8:19 pm
by bembulak
I don't know, if I understand right.

But, from what I understood:

- You can load an image from a local file (same loation as app or html/js files)
- You can create an image "in memory" and use the Drawing-commands. See CreateImage() in the manual.
- You could try to use an existing image, create a data-section from it and add it to your code.