This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
tsai
/
ImageSharp
mirror of
https://github.com/SixLabors/ImageSharp
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
Added missing reset to zero for the Adam7 pass.
pull/315/head
Dirk Lemstra
9 years ago
parent
e6239727a0
commit
a5e525119a
1 changed files
with
1 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
1
src/ImageSharp/Formats/Png/PngDecoderCore.cs
1
src/ImageSharp/Formats/Png/PngDecoderCore.cs
View File
@ -564,6 +564,7 @@ namespace ImageSharp.Formats
}
else
{
this
.
pass
=
0
;
break
;
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
tsai/ImageSharp
Title
Body
Create Issue