pub fn analyze(
resize: &ResizeFn,
config: &AnalysisConfig,
) -> Result<AnalysisResult, Error>Expand description
Run both downscale and upscale analysis, score against known filters, and optionally detect edge handling.
pub fn analyze(
resize: &ResizeFn,
config: &AnalysisConfig,
) -> Result<AnalysisResult, Error>Run both downscale and upscale analysis, score against known filters, and optionally detect edge handling.