setdownloaddir("c:\\"); setresolution(VGA_Basic); zoom( 14 ); setflashmode( FL_Off) snapshot(); getlast(); n = 0; n = getsavetime(); zoom( 12 ); setflashmode( FL_RedEye) snapshot(); getlast(); n = getsavetime(); setcurrentframe( 0 ); s =[[""]]; s = getcurrentfilename(); gaussianblur( s ,50, 10.5 ) uploadtoftp( s ); d = loadpic( s ) ; savepic([[fred.bmp]],d) ; freepic( d );