PennController for IBEX › Forums › Support › Timing of loading vs. rendering of images › Reply To: Timing of loading vs. rendering of images
April 11, 2022 at 12:37 pm
#8032

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