Show / Hide Table of Contents

Enum Threshholding

Represents the technique used to convert from gray to black and white pixels.

Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public enum Threshholding : ushort

Fields

Name Description
BiLevel

No dithering or halftoning has been applied to the image data.

ErrorDiffuse

A randomized process such as error diffusion has been applied to the image data.

HalfTone

An ordered dither or halftone technique has been applied to the image data.

Back to top Copyright © 2019 Özgür Özçıtak