Reply To: Timing of loading vs. rendering of images

PennController for IBEX Forums Support Timing of loading vs. rendering of images Reply To: Timing of loading vs. rendering of images

#8032
Jeremy
Keymaster

Hi,

PennController preloads resources, which means images should be fully preloaded before PennController executes any print command on them. The .log command you call on an Image element will report the timestamp corresponding to when the .print command on that same element was executed, so that should be when the image was completely rendered on the screen

Jeremy