04-15-2015, 11:13 PM
If you want to rip an animation, keep it as is, but if you want to capture just a single image, you can set the option OneFrameOnly to true of the gliconfig file.
For example:
For example:
Code:
LogPerFrame
{
Enabled = True;
FrameStartKeys = (f1);
OneFrameOnly = True;
}