Posted: 01:17pm 13 Sep 2025
Copy link to clipboard |
58kk90 Regular Member

|
|
|
Ok, I can load a .bmp using load image, the file is a bit larger and thus takes a second or so to build up on the display, so I tried a .jpg using load jpg, as it is a smaller file, it loads quicker. Then I tried load png, as the png version is tiny, only 10k so ideally would load much quicker, I cannot get that to work, using the command
load png "A:\testimage.png"
which is identical to the command for .jpg and .bmp with the exception of the file suffix and the word after the 'load' command.
I get an error message
[10] Load png "A:\testimage.png" error : Invalid in a program
If I type the command load png "A:\testimage.png" in the command windows in MMCC, then I get
Load png "A:\testimage.png" Error : expected a string
So I have no idea what I am doing wrong, I may have to settle for loading the .jpg file but it's just a bit too slow to load. Is it possible to load it to another 'screen' and then switch to it once it is loaded, similar to the GUI Page 2 etc?
Tony |