Skip to content

Commit 47afe84

Browse files
#244 Force rebuild CI
1 parent 58bbc54 commit 47afe84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ImageSharp/Formats/Png/PngEncoderCore.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ private void EncodeAdam7Pixels<TPixel>(ImageFrame<TPixel> pixels, ZlibDeflateStr
825825
{
826826
int startRow = Adam7.FirstRow[pass];
827827
int startCol = Adam7.FirstColumn[pass];
828-
int blockHeight = Adam7.ComputeBlockHeight(height, pass);
828+
////int blockHeight = Adam7.ComputeBlockHeight(height, pass);
829829
int blockWidth = Adam7.ComputeBlockWidth(width, pass);
830830

831831
int bytesPerScanline = this.bytesPerPixel <= 1
@@ -881,7 +881,7 @@ private void EncodeAdam7IndexedPixels<TPixel>(IQuantizedFrame<TPixel> quantized,
881881
{
882882
int startRow = Adam7.FirstRow[pass];
883883
int startCol = Adam7.FirstColumn[pass];
884-
int blockHeight = Adam7.ComputeBlockHeight(height, pass);
884+
////int blockHeight = Adam7.ComputeBlockHeight(height, pass);
885885
int blockWidth = Adam7.ComputeBlockWidth(width, pass);
886886

887887
int bytesPerScanline = this.bytesPerPixel <= 1

0 commit comments

Comments
 (0)