Update README.md

This commit is contained in:
manuelkamp 2019-04-14 11:01:22 +02:00 committed by GitHub
parent 30e2ff6366
commit 9e353c7c46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
(C) 2019 mk0.at
Convert Image to byte[]
Usage: byte[] byteArray = Mk0.Tools.Convert.Image.ToByte(image);
Usage: byte[] byteArray = image.ToByte();
Convert byte[] to Image
Usage: Image image = Mk0.Tools.Convert.Byte.ToImage(byteArray);
Usage: Image image = byteArray.ToImage();