Skip to main content
Known Participant
February 23, 2018
Question

Embed Color Profile

  • February 23, 2018
  • 1 reply
  • 344 views

While exporting to Tif, below code doesn't have any effect. can anyone please suggest on this.

exportOptions.embedICCProfile =true;

This topic has been closed for replies.

1 reply

OMOTI
Inspiring
February 23, 2018

Wow. I tried this on Illustrator CC2015, CC2017 and CC(2018), but they don't have any effect.

var exportOptions = new ExportOptionsTIFF();

$.writeln(exportOptions.hasOwnProperty('embedICCProfile')); // true

exportOptions.embedICCProfile = true;

app.activeDocument.exportFile(new File('~/desktop/test.tif'), ExportType.TIFF, exportOptions);