Hey there, i need a plugin to forward the taken screenshot to a own application. For this i created a plugin on the base of the greenshotjira plugin. But instead to upload the file i want to execure own code.
I get only the Message "Upload failure", the application doesnt enter the ExportCapture method to execure some code.
is this possible or can those plugins only upload some images to websites?
Environment
C#, Win 7
Gliffy Diagrams
Activity
Show:
Robin Krom December 7, 2016 at 9:37 PM
And, did you already had a look? Maybe you figured it out, let me know!
Robin Krom December 1, 2016 at 2:26 PM
It's actually over complicated to write an plugin for Greenshot 1.2.x, due to the usage of .NET 2.0, this is why I am working on a new Greenshot. I think you are missing the Plugin attribute on your plugin, see here for an example: https://github.com/greenshot/greenshot/blob/release/1.2.9/GreenshotBoxPlugin/Properties/AssemblyInfo.cs The GreenshotBoxPlugin.BoxPlugin is the entry point class into your plugin... way to complicated
I cannot yet advice you to use the develop branch of Greenshot, it's highly volatile... sorry.
Let me know if you have issues, we will figure it out together
Hey there,
i need a plugin to forward the taken screenshot to a own application.
For this i created a plugin on the base of the greenshotjira plugin. But instead to upload the file i want to execure own code.
I get only the Message "Upload failure", the application doesnt enter the ExportCapture method to execure some code.
is this possible or can those plugins only upload some images to websites?