Hello.
I am wondering if there is a way to programmatically repeat a series of events. For example:
I have developed a program where I am able to modify certain aspects of an image such as size, contrasts, brightness, resolution, etc. There is one event for size, one for contrast, one for brightness, etc.
I want a user to be able load an image (test001.tif) and then change its size then change its contrast. Then the user can click a button (apply to series) and these changes will affect a series of images (test002.tif-test100.tif).
And then if the user wanted to change its resolution then its contrast in image test001.tif, the user will be able to click the same button (apply to series) and then these changes will affect the series of images.
Is it possible to saves which events has been done into memory and then replays the series of events when desired?
I think I saw code which mimicked a series of slider movements using the event structure but after spending many hours looking through the example database and forums I could not find a good example to help me.
Thank You.
Charlie C.