Table of Contents

Class JpegQuality

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Provides a class for specifying the quality of image JPEG compression.

public class JpegQuality : CompressionParameterAssignment
Inheritance
JpegQuality
Inherited Members

Properties

Value

Gets or sets a value specifying the quality of image JPEG compression from 0 to 100 (the higher the better). Default value is 95.

[Range(0, 100)]
public int Value { get; set; }

Property Value

int