Developer Documentation
Rendering Interface

This page shows interfaces which could be used to modify OpenFlippers rendering system

Render Interface

RenderInterface.png


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

PostProcessorInterface.png


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 )