arcan-fe Wiki
Scriptable frontend for media applications.
Status: Beta
Brought to you by:
bjornstahl
declaration:
::lua
function image_transform_cycle(sid, flag) => nil
If the boolean flag is set to on, any transformation that is completed will be re-added at the end of the transformation queue. This allow complete transformation chains to be looped.
caveats:
Since the transformation chain can never be completed when this is set to on, none of these events will ever be fired. The mode is unique per video object, so if the transformation queue is copied or moved to another video object, the flag will have to be changed explicitly.