Skip to main content
Module

x/imagemagick_deno/src/pixel-intensity-method.ts

Deno port of the WASM library for ImageMagick
Latest
File
// Copyright Dirk Lemstra https://github.com/dlemstra/magick-wasm.// Licensed under the Apache License, Version 2.0.
export enum PixelIntensityMethod { Undefined, Average, Brightness, Lightness, MS, Rec601Luma, Rec601Luminance, Rec709Luma, Rec709Luminance, RMS,}