Skip to main content
June 20, 2013
Answered

How to set alpha channel names in a format plugin?

  • June 20, 2013
  • 1 reply
  • 1273 views

I am writing a format plugin with 6 color planes for CMYK mode. I want to set the apha channel names for planes 5 and 6 to "White" and "Clear" instead of "Alpha 1" and "Alpha 2" when I read the color data from my file. How do I set the alpha channel names?

Thanks!

This topic has been closed for replies.
Correct answer Tom Ruark

One option would be to write an automation plugin that listens to your file format "open" event and then changes the channel names for you. See the TextFormat TextAutomation plugin examples.

1 reply

June 26, 2013

I am still trying to find a solution to this.  The propChannelName is read only and the documentInfo structure is NULL when reading.  Any suggestions?

Tom Ruark
Tom RuarkCorrect answer
Inspiring
August 9, 2013

One option would be to write an automation plugin that listens to your file format "open" event and then changes the channel names for you. See the TextFormat TextAutomation plugin examples.

August 23, 2013

The automation plugin worked.  Thanks!