Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Denoise

import type { Denoise } from "https://googleapis.deno.dev/v1/transcoder:v1.ts";

Denoise preprocessing configuration. Note: This configuration is not supported.

interface Denoise {
strength?: number;
tune?: string;
}

§Properties

§
strength?: number
[src]

Set strength of the denoise. Enter a value between 0 and 1. The higher the value, the smoother the image. 0 is no denoising. The default is 0.

§
tune?: string
[src]

Set the denoiser mode. The default is standard. Supported denoiser modes: - standard - grain