The "toolhelp" feature of the Img demo currently hides/shows itself by moving to/from a position assumed to be offscreen. On Tk Aqua 9.0 (macOS), this has an issue similar to https://core.tcl-lang.org/tk/info/132dd3d3 causing the toolhelp window to appear blank, at least when hovering over a different image type. The attached patch avoids this issue by withdrawing/deiconifying the toolhelp window instead of trying to move it offscreen.
Corrected with commit #963.
Your patch did not work. Solved by creating and destroying the tooltip window.