Function load_and_convert

Source
pub fn load_and_convert(
    state: &mut EiteState,
    in_format: &Format,
    out_format: &Format,
    path: &str,
    prefilter_settings: &PrefilterSettings,
) -> Result<(Vec<u8>, FormatLog)>
Expand description

Load, convert, and return bytes (JS loadAndConvert).