Add this Typoscript to your main Template:
lib.imgtextrendering.RenderEExample { imageRowStdWrap.wrap = <div style="width:{register:rowwidth}px;"> | </div>imageRowStdWrap.insertData = 1
noRowsStdWrap.wrap =
oneImageStdWrap.wrap = <div style="height:{register:imageheight};width:{register:imagespace}px;margin-right:{register:colspacing}px;"> | </div>oneImageStdWrap.insertData = 1
imgTagStdWrap.wrap = <div>|</div>
editIconsStdWrap.wrap = <dd> | </dd>
caption.wrap = <div>|</div>
frameW = 25
frameH = 50
}
Add this Php-Codeline to EXT:ext_localconf.php:
t3lib_extMgm::addPageTSConfig('TCEFORM.tt_content.tx_ch_imgtext_renderengine_renderMethod.addItems. RenderEExample = My new killer render engine');
Clear cache in typo3conf