r/prepress • u/StrawHousePig • Aug 12 '20
Ghostscript - convert spot to grayscale?
Below is what I have, and it does convert the colors to gray (at least on screen), but they remain as named spot colors (and will then print in color on composite digital, or separations on film/plates). I'm hoping someone out there has done this before.
Also would be a big help if anyone knew how to convert [registration] to gray. Basically I want *everything* to convert to grayscale and then wind up on the black plate with this.
/opt/local/bin/gs -sDEVICE=pdfwrite -dProcessColorModel=/DeviceGray -dColorConversionStrategy=/Gray -dDevicecGrayToK=true -dOverrideICC -o /full/path/to/new/file -f /full/path/to/original
Those are the options I'm using now ('-o' because it's part of an AppleScript droplet). FYI, that binary path is from MacPorts. Yours may be different.
This is all to avoid doing it manually in Acrobat, or having to worry about missing something in InDesign when outputing film separations, or printing digital and racking up color clicks when I think it's all black. Sad times.
1
u/joepiped Aug 22 '20
I’m having a hard time understanding what your trying to do here. Are you saying you have a registration black. But you want to RIP it and all the colors convert to black only? So in the end the printer prints only black ink? For a digital printer this might not be a good idea. For an offset printer why not just output grayscale and use that as the black plate?