Go to file
Manuel Kamper 1d7b9462d6 Merge branch 'master' of https://github.com/manuelkamp/Mk0.Tools.Convert 2019-04-14 17:50:33 +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 nuget 2019-04-14 17:50:26 +02:00
LICENSE Update LICENSE 2019-04-14 16:38:05 +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();