var savefile = new File("~/Desktop/sample.jpg"); var jpegOpt = new JPEGSaveOptions(); // JPEG形式オプション jpegOpt.embedColorProfile=true; // カラープロファイルを埋め込む activeDocument.saveAs(savefile, jpegOpt, true, Extension.LOWERCASE);