Go to file
Manuel Kamper 59989b0969 added default conversion for image to byte[] f.e. if it is a memorystream 2019-05-04 18:17:50 +02:00
Mk0.Tools.Convert added default conversion for image to byte[] f.e. if it is a memorystream 2019-05-04 18:17:50 +02:00
.gitattributes initial 2019-04-14 10:00:38 +02:00
.gitignore nuget 2019-04-14 18:07:53 +02:00
LICENSE Update LICENSE 2019-04-14 16:38:05 +02:00
Mk0.Tools.Convert.sln restrukturiert 2019-04-14 17:54:02 +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();