I am attempting to use display to reload [file] that is being modified by another process. I would like display to reload the image every 0.1-1 seconds. However display simply exits upon the first modification to [file] when I set <seconds> to 1.0, and does not update at all when <seconds> is set to 0.1. (It does however load properly and show [file] the first time.)
This has been documented in one spot on the web: http://superuser.com/questions/174522/c ... r-in-linux
But the source is over 4 years old. Has this been corrected in the meantime? Is my use model incorrect? Should I pursue another method of reloading and displaying an image?ImageMagick's display not only does not automatically refresh when the file changes on disk - and even when you press 'refresh' in display, you still do not get the latest version of the file (meaning, you have to restart display to show the latest version ).