Skip to main content
Module

x/imagemagick_deno/mod.ts>ChannelStatistics

Deno port of the WASM library for ImageMagick
Latest
class ChannelStatistics
implements IChannelStatistics
Re-export
import { ChannelStatistics } from "https://deno.land/x/imagemagick_deno@0.0.26/mod.ts";

Constructors

new
ChannelStatistics(channel: PixelChannel, instance: number)

Properties

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