Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Presenting images
#1
This seems like a dumb/simple question, but I'm having a hard time finding any info on it:
How do you present an image alone on the screen (e.g., image file or even an icon), with no window elements visible (e.g., no border or background).
#2
OnScreenDisplay in latest QM versions supports background image.

Macro Macro1144
Code:
Copy      Help
OnScreenDisplay "" 5 0 0 0 0 0 128 0 0 0 "$common pictures$\Sample Pictures\Hydrangeas.jpg"
#3
Any idea how many ms it takes to show an image?
I'd like to know how accurately I can time the presentation of an image.
If monitor refresh rate is 75 hz (every 13.3 ms), does that mean the timing accuracy is +/- 13.3 ms?
#4
The function uses SetTimer. Its accuracy is 10-50 ms. Depends on OS or hardware or something other, don't know exactly.


Forum Jump:


Users browsing this thread: 1 Guest(s)