Loading an image into an APP.
Loading an image into an APP.
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.
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.
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
bembulak