|
|
@ -31,7 +31,7 @@ namespace ImageSharp.Formats |
|
|
/// index must be between 0 and 100 (compression from max to min).
|
|
|
/// index must be between 0 and 100 (compression from max to min).
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
/// <remarks>
|
|
|
/// <remarks>
|
|
|
/// If the quality is less than or equal to 80, the subsampling ratio will switch to <see cref="JpegSubsample.Ratio420"/>
|
|
|
/// If the quality is less than or equal to 90, the subsampling ratio will switch to <see cref="JpegSubsample.Ratio420"/>
|
|
|
/// </remarks>
|
|
|
/// </remarks>
|
|
|
/// <value>The quality of the jpg image from 0 to 100.</value>
|
|
|
/// <value>The quality of the jpg image from 0 to 100.</value>
|
|
|
public int Quality { get; set; } |
|
|
public int Quality { get; set; } |
|
|
|