Go to file
manuelkamp 9e353c7c46
Update README.md
2019-04-14 11:01:22 +02:00
Mk0.Tools.Convert compatibility 2019-04-14 11:00:17 +02:00
.gitattributes initial 2019-04-14 10:00:38 +02:00
.gitignore Initial commit 2019-04-14 09:51:57 +02:00
LICENSE Initial commit 2019-04-14 09:51:57 +02:00
README.md Update README.md 2019-04-14 11:01:22 +02:00

README.md

Mk0.Tools.Convert

(C) 2019 mk0.at

Convert Image to byte[] Usage: byte[] byteArray = image.ToByte();

Convert byte[] to Image Usage: Image image = byteArray.ToImage();