Update README.md

This commit is contained in:
manuelkamp 2019-04-14 10:00:11 +02:00 committed by GitHub
parent b3b246af53
commit 3792ef9e19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

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