Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface IChannelStatistics
import { type IChannelStatistics } from "https://deno.land/x/imagemagick_deno@0.0.19/src/channel-statistics.ts";

Properties

channel: PixelChannel
depth: number
entropy: number
kurtosis: number
maximum: number
mean: number
minimum: number
skewness: number
standardDeviation: number