Skip to content

Commit

Permalink
C++ Bitmap Image Reader Writer Library http://partow.net/programming/…
Browse files Browse the repository at this point in the history
  • Loading branch information
ArashPartow committed Oct 21, 2016
1 parent 60b479e commit 0a647ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ int main()
unsigned char green;
unsigned char blue;

base .get_pixel(sx,sy,red,green,blue);
base .get_pixel(sx,sy,red,green,blue);
swirl_image.set_pixel( x, y,red,green,blue);
}
}
Expand Down

0 comments on commit 0a647ed

Please sign in to comment.