Class JpegLsPresetCodingParameters

Class JpegLsPresetCodingParameters

Nazwa przestrzeń: Aspose.Imaging.FileFormats.Jpeg Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Definuje parametry kodowania JPEG-LS zgodnie z definicją ISO/IEC 14495-1, C.2.4.1.1.JPEG-LS definiuje domyślny zestaw parametrów, ale można użyć dostosowanych parametrów.Przy użyciu te parametry są napisane w kodowanym bit strumieniu, jak są one potrzebne do procesu dekodowania.

[JsonObject(MemberSerialization.OptIn)]
public class JpegLsPresetCodingParameters

Inheritance

object JpegLsPresetCodingParameters

Dziedziczeni członkowie

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

JpegLsPresetCodingParameters()

[JsonConstructor]
public JpegLsPresetCodingParameters()

Properties

MaximumSampleValue

Otrzymuje lub ustawia maksymalną możliwą wartość dla dowolnego próbki obrazu w skanowaniu.To musi być większe lub równe rzeczywistej maksymalnej wartości dla komponentów w skanowaniu.

public int MaximumSampleValue { get; set; }

Wartość nieruchomości

int

ResetValue

Otrzymuje lub ustawia wartość, w której liczby A, B i N są połowa.

public int ResetValue { get; set; }

Wartość nieruchomości

int

Threshold1

Otrzymuje lub ustawia pierwszą wartość graniczną kwantowania dla lokalnych gradientów.

public int Threshold1 { get; set; }

Wartość nieruchomości

int

Threshold2

Otrzymuje lub ustawia drugą wartość graniczną kwantowania dla lokalnych gradientów.

public int Threshold2 { get; set; }

Wartość nieruchomości

int

Threshold3

Otrzymuje lub ustawia wartość trzeciego próg kwantowania dla lokalnych gradientów.

public int Threshold3 { get; set; }

Wartość nieruchomości

int

 Polski