Screenshot script

 From:  shayno
5523.1 
Hi Guys

I came across this script a while back which is great to save a screenshot of the active window.

Its doesn't grab the current save filename although it does default to the last used folder

and can it be altered to save automatically as a jpeg as it defaults to png

script:var img = moi.view.screenshot( 'viewpanel', false ); var name = img.getSaveFileName(); if ( name != '' ) img.save( name );


cheers
shayne