fw.progressCountTotal=1; fw.progressCountCurrent=0; fw.dismissBatchDialogWhenDone=true; fw.progressCountCurrent=1; fw.batchStatusString='Willow'; var doc=fw.openDocument('file:///Macintosh HD/Users/chuck/Documents/Spa Willamina REVAMP/assets/lightshow/fullsize/willow_fs.jpg'); if(doc){ fw.exportDocumentAs(doc,'file:///Macintosh HD/Users/chuck/Documents/Spa Willamina REVAMP/assets/lightshow/thumbs/willow_tmb.jpg', ({applyScale:true, colorMode:"24 bit", exportFormat:"JPEG", jpegQuality:80, jpegSmoothness:0, jpegSubsampling:0, name:"JPEG - Better Quality", numEntriesRequested:0, percentScale:100, useScale:false, xSize:-80, ySize:-80})); fw.closeDocument(doc); }else{ alert('FW could not open image file: '+App.batchStatusString); }