Skip to content

Commit

Permalink
#244 Force rebuild CI
Browse files Browse the repository at this point in the history
  • Loading branch information
IldarKhayrutdinov committed Aug 6, 2019
1 parent 58bbc54 commit 47afe84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ImageSharp/Formats/Png/PngEncoderCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ private void EncodeAdam7Pixels<TPixel>(ImageFrame<TPixel> 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
Expand Down Expand Up @@ -881,7 +881,7 @@ private void EncodeAdam7IndexedPixels<TPixel>(IQuantizedFrame<TPixel> 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
Expand Down

0 comments on commit 47afe84

Please sign in to comment.