how to write / read image data to /from xml file
C#
2
Posts
2
Posters
0
Views
1
Watching
-
hi guyz, is it possible to write / read image data to /from xml file? I just've no idea. Could anyone provide me with code/resource/guidance. Thankx in advance, Long Live
-
hi guyz, is it possible to write / read image data to /from xml file? I just've no idea. Could anyone provide me with code/resource/guidance. Thankx in advance, Long Live
You will have to save the byte[] data to BASE64, expect the xml data to be about 4 times bigger than the image file. IMO its not a good idea, maybe for very tiny ( < 1kb) PNG or GIF it should be ok. xacc-ide 0.0.99-preview2 (now with integrated debugger)