We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de4c18 commit 524fe12Copy full SHA for 524fe12
1 file changed
src/MediaConverters/MediaConverters.Tool/Program.cs
@@ -152,7 +152,6 @@ internal static async Task<ErrorCode> RunAsync(ConvertHandler convertHandler)
152
{
153
ColorType = PngColorType.RgbWithAlpha,
154
BitDepth = PngBitDepth.Bit8,
155
- CompressionLevel = PngCompressionLevel.BestSpeed,
156
});
157
158
context.LogMessage($"[Performance] SaveAsPngAsync cost {stepStopwatch.ElapsedMilliseconds}ms Total {totalStopwatch.ElapsedMilliseconds}ms");
0 commit comments