Skip to main content
Go to Latest
File
// Copyright Dirk Lemstra https://github.com/dlemstra/magick-wasm.// Licensed under the Apache License, Version 2.0.
export enum EvaluateOperator { Undefined, Abs, Add, AddModulus, And, Cosine, Divide, Exponential, GaussianNoise, ImpulseNoise, LaplacianNoise, LeftShift, Log, Max, Mean, Median, Min, MultiplicativeNoise, Multiply, Or, PoissonNoise, Pow, RightShift, RootMeanSquare, Set, Sine, Subtract, Sum, ThresholdBlack, Threshold, ThresholdWhite, UniformNoise, Xor, InverseLog,}