Morning everyone, I am developing an automation plugin to process several images at a time. A key step to implement this plugin is to read all pixels of these images. I know for Filter plugin we can access pixel values with advance state. But how can I access pixel values for Automation plugin? Which sampleCode does demonstrate a similar usage?
Take a look at the SDK samples
samplecode\automation\automationfilter
samplecode\filter\hidden
First one (automation) is calling second one (filter) and from filter plugin you can access pixels.
Regards,
Momir Zecevic