Go to file
manuelkamp ca17355b32
Update LICENSE
2019-04-14 16:38:05 +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 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();