|
A simple screen capture tool that will automatically
save the screenshot to a specified directory, either in Windows
.bmp, .png or in .jpg format. The file name can be customized with a
prefix and incrementing digit. You can grab standard applications,
Direct3D or OpenGL games. It makes use of standard Windows features:
as soon as you press the PrtSc-key, the current screen is copied to
the clipboard (or Alt+PrtScr for active window). GrabClipSave sits
in the background and waits for a bitmap in the clipboard - when
there is a new one, it just saves it to disk in the specified format
and file name. |