...
At last count Qube! UI ships with 33 submission plugins that you can find in the plugins/submission
directory under the application directory (or under QubeUI\bin
on Windows). Looking through the submission dialogs for each type in the UI and then reading the corresponding section of it's plugin file is a good way to quickly find how to do what you need in a particular situation.
Table of Contents |
---|
Creating a new submission type plugin
The best place to start when creating a new submission plugin is to copy an existing one that's closest to what you intend to make. For the purposes of this documentation we'll start from scratch and create a new plugin for making proxy images using imagemagick.
...