Shipping image processing Plug-In with HUB Desk Client - Player possible?

Hi,

is it possible to ship an image processing Plug-In with the HUB Desk Client - Player in order to enable this processing for the exported clips?

Kind Regards

Daniel

There is a sample called Smart Client View Item Export, please see this sample’s link. https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/dataexport/readme.html&tree=tree_1.html

Especially, IncludeInExport (line 125 in DataExportDefinition.cs) might be helpful.

public override bool IncludeInExport
{
    get
    {
        return true;
    }
}