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 97a5096 commit aa7a097Copy full SHA for aa7a097
Program.cs
@@ -5,7 +5,7 @@ class Program
5
{
6
static void Main(string[] args)
7
8
- string imagePath = "5364139374037560681_99.jpg";
+ string imagePath = "5382153446129525112_99.jpg";
9
Bitmap bitmap = new Bitmap(imagePath);
10
11
for (int y = 0; y < bitmap.Height; y += 6)
0 commit comments