kRenderMode_UseFullRes_KeepInMemory | Do not use proxies for rendering, and keep the full-res image in memory when done rendering.
This option provides high performance as the full-res image does not have to be re-loaded at every render.
|
kRenderMode_UseFullRes_FlushFromMemory | Do not use proxies for rendering, but flush the full-res image from memory when done rendering.
This option reduces memory usage as the full-res image is not maintained in memory when not needed. The full-res image has to be re-loaded at every render, though.
|