Developer Documentation
|
This page shows interfaces which could be used to modify OpenFlippers rendering system
The RenderInterface can be used to replace OpenFlippers default renderer. Therefore special rendering capabilities can be added as a plugin.( Render Interface )
Post Processor Interface
The PostProcessorInterface can be used to add a post processing step to OpenFlipper. After an image is rendered, it is passed to the post processor which can add additional image processing steps like edge detection.( Post Processor Interface )