Question
Convert to custom SMYK profile. JS
Hi all,
Does anyone know is there any way to convert to a custom profile with parameters that I want ( for example set Dot gain to 20%) via PS api. The code above is not doing anything.
const photoshop = require('photoshop');
photoshop.app.activeDocument.convertProfile(Working SMYK - SWOP (Coated), 20%, GCR, Medium);But if I am converting to Working Gray it works. ( convertProfile('Working Gray'));

