var fDesc=new Array();
fDesc[0] = "Beyond flexible screen capture, ScreenHunter 7 is a complete solution for image editing and unlimited high-quality screen recording.
Whether you need to capture an entire screen or a specific window, record a video tutorial, or capture scrolling web pages, ScreenHunter 7 Pro offers the flexibility and lineup of features to get the job done well. The user interface is very easy-to-use, unique, and intuitive.
Never miss a thing, ScreenHunter 7 Pro is a top choice for professionals and casual users alike.
Feature Summary
Image Capture Features
• Full-screen capture 16K resolution and beyond multiple monitors
• Individual monitors
• Rectangular area, locked aspect ratio, Fixed size
• Fixed area
• Any window, button, menu, multiple windows
• Game windows
• Active window
• Freehand shapes, circles, round rectangles, polygon
• Auto scroll long windows;
Included in Capture
• Windows 10 large mouse pointers
• Captions
• Watermarks
• Downsize
• Webcam anywhere.
Special Capture
• Specific windows covered or hidden
• Capture while recording
• Scheduled and timed capture
• Auto-capture
• Draw directly on the screen before capturing
After Capture Tasks
• Automatic file naming
• Save to multiple file formats
• Send to Clipboard
• Send emails
• Direct printing
Screen Recorder
• High-quality recording up to 4K
• Save videos to MPEG-4 with no size limit
• Record sound
• Record webcam anywhere
• Draw directly on the screen while recording
Image Editor (specs)
• A combination of bitmap and vector objects Image Editor
• Annotations: arrows, text, and call-outs
• Cropping
• High quality Resizing
• Adding borders
• Removing background and transparency";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}