Go to file
Manuel Kamper 94e1323d7a initial 2019-04-14 10:00:38 +02:00
Mk0.Tools.Convert initial 2019-04-14 10:00:38 +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 10:00:11 +02:00

README.md

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);