arcan-fe Wiki
Scriptable frontend for media applications.
Status: Beta
Brought to you by:
bjornstahl
declaration:
function order_image(vid, desiredorder) => nil;
Reorder the specified VID to the desiredorder.
A side-effect from how this works, is that it can be used to re-attach a VID that has been detached and placed in a frameset.
vid = load_image(resource, startorder);
show_image(vid);
related functions:
caveats: