[][src]Function pconvert_rust::pymodule::utils::get_filter_type

pub fn get_filter_type(options: &Option<Options>) -> FilterType

Retrieves the image::codecs::png::FilterType value from the Options map if it exists. Otherwise it returns the default value: FilterType::NoFilter.