Skip to main content
rechmbrs
Inspiring
February 6, 2018
Answered

Second layer output from Photoshop plugin

  • February 6, 2018
  • 1 reply
  • 587 views

I would like to output a second layer from a Photoshop filter plugin type 8bf.  Is there documentation or an example for c/c++ programming?

Thanks,

RONC

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

You cannot create new layers from a filter. You must use an automation plug-in to create/copy the layer and then call your filter.

1 reply

Tom Ruark
Tom RuarkCorrect answer
Inspiring
February 7, 2018

You cannot create new layers from a filter. You must use an automation plug-in to create/copy the layer and then call your filter.