TCustomRenderer.Initialize

function Initialize(targetImage: TImage32): Boolean; virtual;

This method is called by the rasterizer just before rasterizing. It allows the renderer to fully initialize and confirm that it's in a state to proceed. (The library user is unlikely to have the need to call this method.)