From 47afe8485066a7371f7395b4cd0fdc549152491e Mon Sep 17 00:00:00 2001 From: Ildar Khayrutdinov Date: Tue, 6 Aug 2019 18:18:41 +0300 Subject: [PATCH] #244 Force rebuild CI --- src/ImageSharp/Formats/Png/PngEncoderCore.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ImageSharp/Formats/Png/PngEncoderCore.cs b/src/ImageSharp/Formats/Png/PngEncoderCore.cs index 26986eeb54..cbe1063f65 100644 --- a/src/ImageSharp/Formats/Png/PngEncoderCore.cs +++ b/src/ImageSharp/Formats/Png/PngEncoderCore.cs @@ -825,7 +825,7 @@ private void EncodeAdam7Pixels(ImageFrame pixels, ZlibDeflateStr { int startRow = Adam7.FirstRow[pass]; int startCol = Adam7.FirstColumn[pass]; - int blockHeight = Adam7.ComputeBlockHeight(height, pass); + ////int blockHeight = Adam7.ComputeBlockHeight(height, pass); int blockWidth = Adam7.ComputeBlockWidth(width, pass); int bytesPerScanline = this.bytesPerPixel <= 1 @@ -881,7 +881,7 @@ private void EncodeAdam7IndexedPixels(IQuantizedFrame quantized, { int startRow = Adam7.FirstRow[pass]; int startCol = Adam7.FirstColumn[pass]; - int blockHeight = Adam7.ComputeBlockHeight(height, pass); + ////int blockHeight = Adam7.ComputeBlockHeight(height, pass); int blockWidth = Adam7.ComputeBlockWidth(width, pass); int bytesPerScanline = this.bytesPerPixel <= 1