pub fn render(
content: &[(PathBuf, String)],
progress: impl Progress,
should_interrupt: &AtomicBool,
ss: &SyntaxSet,
ts: &ThemeSet,
_: Options<'_>
) -> Result<ImageBuffer<Rgb<u8>, MmapMut>>
Expand description
Render the given files to an image. Using the given syntax, theme and render options.