We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60cae8 commit eab151fCopy full SHA for eab151f
1 file changed
src/ImageSharp/Formats/Pbm/BinaryEncoder.cs
@@ -201,6 +201,7 @@ private static void WriteBlackAndWhite<TPixel>(Configuration configuration, Stre
201
}
202
203
x++;
204
+
205
// End each row on a byte boundary.
206
if (x == width)
207
{
0 commit comments