VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Codecs.Decoders Namespace / JpegDecodingSettings Class / SubsamplingInterpolationMode Property
Синтаксис Требования Смотрите также
В этом разделе
    SubsamplingInterpolationMode Свойство (JpegDecodingSettings)
    В этом разделе
    Возвращает или устанавливает режим интерполяции для субдискретизированных каналов JPEG изображения.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The interpolation mode for subsampled channels of JPEG image.")>
    <DefaultValueAttribute(None)>
    Public Property SubsamplingInterpolationMode As Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JpegSubsamplingInterpolationMode
    
    
    [Description("The interpolation mode for subsampled channels of JPEG image.")]
    [DefaultValue(None)]
    public Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JpegSubsamplingInterpolationMode SubsamplingInterpolationMode { get; set; }
    
    
    [Description("The interpolation mode for subsampled channels of JPEG image.")]
    [DefaultValue(None)]
    public: __property Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JpegSubsamplingInterpolationMode get_SubsamplingInterpolationMode();
    public: __property void set_SubsamplingInterpolationMode(
    Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JpegSubsamplingInterpolationMode value
    );

    Property Value

    JpegSubsamplingInterpolationMode.Для изображений нельзя использовать None.

    JpegSubsamplingInterpolationMode.NearestNeighbor необходимо использовать для изображений с текстом. Этот режим интерполяции повышает качество изображения с текстом, но также увеличивает время декодирования.

    Значение по умолчанию - JpegSubsamplingInterpolationMode.None.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также