var fDesc=new Array(); fDesc[0] = "SqCheck is a viewer for image sequences, aimed to be a professional tool for viewing animation frames rendered with 2D and 3D editing software. It is cross-platform, fast, supports many image formats and OpenGL rendering.

SqCheck loads a very large number of image formats through the FreeImage library and it uses a custom importer for Maya IFF images with basic support for depth channel. Using FLTK, its graphical user interface is lightning-fast, offering the capability of handling thousands of files, like viewing images captured from a surveillance camera."; 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 = ''; } }