Skip to content

Commit

Permalink
Merge pull request #11 from roobixx/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
EliotJones authored Aug 24, 2021
2 parents 111b23c + 46cd9df commit ac862d6
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 @@ -71,5 +71,5 @@ To create a PNG use:

You can also load a PNG into a builder which will copy all the pixel values into the builder for easy editing:

var png = Png.Create(@"C:\files\my.png");
var png = Png.Open(@"C:\files\my.png");
var builder = PngBuilder.FromPng(png);

0 comments on commit ac862d6

Please sign in to comment.