var savefile = new File("~/Desktop/sample.gif"); var gifOpt = new GIFSaveOptions(); // GIF形式オプション gifOpt.transparency=false; // 背景透過しない activeDocument.saveAs(savefile, gifOpt, true, Extension.LOWERCASE);