Loading an image into an APP.

Just starting out? Need help? Post your questions and find answers here.
matalog
Posts: 14
Joined: Fri Dec 04, 2020 6:07 am

Loading an image into an APP.

Post 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?
User avatar
bembulak
Posts: 95
Joined: Wed Feb 26, 2014 9:53 am

Re: Loading an image into an APP.

Post 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.
Kind regards,

bembulak
Post Reply