You can reference a local image file that has been added to the app using a text reference:
"appres://resources/" & "[image name here]"
Normally you would need to directly reference a local image by its filename. The method above allows you to reference the image using a text command. This is a good option if you have the name of the picture stored in a table, the images stored locally within the app, and you want to bind that table to a gallery.
The text method works fine in individual image boxes. It works inside galleries while you are editing as well--it just doesn't work with the app opened in cloud mode.
Below is a screenshot of 3 different ways I tried referencing the picture as well as two galleries using the text method.


In that second screenshot, the individual image boxes come out okay, but none of the images showed up in the galleries which is why they appear black and empty.
I considered that it was a problem with the gallery itself. So I created a Radio control to switch between references for local images and online images. The local images still did not work with the text references, and the online images worked as expected.

Overall, this is a low priority issue for me since I store my images online anyway and text works great inside galleries when referencing a picture's URL.
Just putting this out there.