Skip to content

Commit 524fe12

Browse files
committed
Revert "测试降低图片渲染质量提升速度"
This reverts commit 6de4c18.
1 parent 6de4c18 commit 524fe12

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • src/MediaConverters/MediaConverters.Tool

src/MediaConverters/MediaConverters.Tool/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ internal static async Task<ErrorCode> RunAsync(ConvertHandler convertHandler)
152152
{
153153
ColorType = PngColorType.RgbWithAlpha,
154154
BitDepth = PngBitDepth.Bit8,
155-
CompressionLevel = PngCompressionLevel.BestSpeed,
156155
});
157156

158157
context.LogMessage($"[Performance] SaveAsPngAsync cost {stepStopwatch.ElapsedMilliseconds}ms Total {totalStopwatch.ElapsedMilliseconds}ms");

0 commit comments

Comments
 (0)