#[no_mangle]
pub unsafe extern "C" fn gifski_set_extra_effort(
    handle: *mut GifskiHandle,
    extra: bool
) -> GifskiError
Expand description

If true, encoding will be significantly slower, but may look a bit better.

Only valid immediately after calling gifski_new, before any frames are added.